]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
wusb: fix bmRequestType for Abort RPipe request
authorAnderson Lizardo <anderson.lizardo@indt.org.br>
Wed, 17 Sep 2008 15:34:32 +0000 (16:34 +0100)
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>
Wed, 17 Sep 2008 15:54:32 +0000 (16:54 +0100)
commitb0a81328c287052cedf28e06d9b4648ad10b72d7
tree5f779231ac6e9c519b761ada4e6855f9e3e99bda
parentf51c23baedf191734364d3aae034d8c9c4cd8cf8
wusb: fix bmRequestType for Abort RPipe request

WUSB 1.0 (Table 8-4) mentions that Abort RPipe requests must have bmRequestType
equal to 0x25, although current implementation sets bmRequestType to 0xa5. This
patch fixes this typo.

Signed-off-by: Anderson Lizardo <anderson.lizardo@indt.org.br>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
drivers/usb/wusbcore/wa-rpipe.c