Re: [PATCH 1/4] usb: wusbcore: set the RPIPE wMaxPacketSize value correctly

2013-10-24 Thread Oliver Neukum
On Wed, 2013-10-23 at 16:14 -0500, Thomas Pugliese wrote: On Thu, 24 Oct 2013, Sergei Shtylyov wrote: Hello. On 10/23/2013 11:44 PM, Thomas Pugliese wrote: For isochronous endpoints, set the RPIPE wMaxPacketSize value using wOverTheAirPacketSize from the endpoint companion

[PATCH 1/4] usb: wusbcore: set the RPIPE wMaxPacketSize value correctly

2013-10-23 Thread Thomas Pugliese
For isochronous endpoints, set the RPIPE wMaxPacketSize value using wOverTheAirPacketSize from the endpoint companion descriptor instead of wMaxPacketSize from the normal endpoint descriptor. Signed-off-by: Thomas Pugliese thomas.pugli...@gmail.com --- drivers/usb/wusbcore/wa-rpipe.c |5

Re: [PATCH 1/4] usb: wusbcore: set the RPIPE wMaxPacketSize value correctly

2013-10-23 Thread Sergei Shtylyov
Hello. On 10/23/2013 11:44 PM, Thomas Pugliese wrote: For isochronous endpoints, set the RPIPE wMaxPacketSize value using wOverTheAirPacketSize from the endpoint companion descriptor instead of wMaxPacketSize from the normal endpoint descriptor. Signed-off-by: Thomas Pugliese