Re: [PATCH] usb: wusbcore: add support for isoc out transfers

2013-10-06 Thread Thomas Pugliese
On Sat, 5 Oct 2013, Greg KH wrote: > On Fri, Oct 04, 2013 at 10:40:45AM -0500, Thomas Pugliese wrote: > > This patch adds support for isochronous out transfers to the HWA. The > > primary changes are: > > > > 1. Add a isoc_pack_desc_urb field to struct wa_seg. This urb is used > > to send

Re: [PATCH] usb: wusbcore: add support for isoc out transfers

2013-10-05 Thread Greg KH
On Fri, Oct 04, 2013 at 10:40:45AM -0500, Thomas Pugliese wrote: > This patch adds support for isochronous out transfers to the HWA. The > primary changes are: > > 1. Add a isoc_pack_desc_urb field to struct wa_seg. This urb is used > to send the isochronous packet info message to the HWA whi