linux/drivers/usb/misc
Sarah Sharp 8cf4328569 usbtest: Fix BOS control test for USB 2.01 devices.
Commit c952a8ba71 "usb: usbtest: add a
test case to support bos for queue control" will cause USB 2.01 and USB
2.10 devices with a BOS descriptor to fail case 15 of the control test.

The Link PM errata (released in 2007, updated in 2011) says:

"The value of the bcdUSB field in the standard USB 2.0 Device Descriptor
is used to indicate that the device supports the request to read the BOS
Descriptor (i.e.  GetDescriptor(BOS)). Devices that support the BOS
descriptor must have a bcdUSB value of 0201H or larger."

The current code says that non-SuperSpeed devices *must* return -EPIPE,
as this comment shows:

                /* sign of this variable means:
                 *  -: tested code must return this (negative) error code
                 *  +: tested code may return this (negative too) error code
                 */
                int                     expected = 0;

This means the test will fail with USB 2.01 and USB 2.10 devices that
provide a BOS descriptor.  Change it to only require a stall response if
the USB device bcdUSB is less than 2.01.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Acked-by: Huang Rui <ray.huang@amd.com>
2013-12-17 13:40:29 -08:00
..
sisusbvga USB: misc: Add Manhattan Hi-Speed USB DVI Converter to sisusbvga 2013-07-22 11:29:26 -07:00
adutux.c Merge 3.11-rc6 into usb-next 2013-08-18 20:33:01 -07:00
appledisplay.c usb/misc/appledisplay: Add 24" LED Cinema display 2013-04-03 11:38:53 -07:00
cypress_cy7c63.c USB: convert drivers/usb/* to use module_usb_driver() 2011-11-18 09:34:02 -08:00
cytherm.c USB: convert drivers/usb/* to use module_usb_driver() 2011-11-18 09:34:02 -08:00
ehset.c usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSET 2013-08-12 13:13:32 -07:00
emi26.c USB: emi26.c: remove err() usage 2012-04-20 16:53:37 -07:00
emi62.c USB: emi62: remove __devinit* from the struct usb_device_id table 2012-08-17 17:50:45 -07:00
ezusb.c Merge 3.7-rc3 into usb-next. 2012-10-29 09:04:39 -07:00
ftdi-elan.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
idmouse.c USB: idmouse.c: remove dbg() usage 2012-05-01 21:33:58 -07:00
iowarrior.c treewide: Fix typo in printks 2013-04-12 15:21:36 +02:00
isight_firmware.c Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb 2012-01-09 12:09:47 -08:00
Kconfig usb: misc: usb3503: Fix compile error due to incorrect regmap depedency 2013-10-16 13:52:16 -07:00
ldusb.c USB: ldusb: remove custom dbg_info() macro 2013-07-23 16:10:02 -07:00
legousbtower.c USB: legotower: remove direct calls to printk() 2013-07-23 16:10:02 -07:00
Makefile usb: misc: EHSET Test Fixture device driver for host compliance 2013-07-25 11:49:30 -07:00
rio500.c drivers/usb/misc/rio500.c: removes unnecessary semicolon 2012-09-13 21:48:48 -07:00
rio500_usb.h
trancevibrator.c USB: convert drivers/usb/* to use module_usb_driver() 2011-11-18 09:34:02 -08:00
usb3503.c usb: misc: usb3503: Support operation with no I2C control 2013-08-12 12:20:27 -07:00
usb_u132.h
usblcd.c USB: usblcd.c: remove dbg() usage 2012-05-01 21:34:03 -07:00
usbled.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid 2012-01-10 10:48:28 -08:00
usbsevseg.c USB: usbsevseg: fix max length 2012-01-24 12:08:36 -08:00
usbtest.c usbtest: Fix BOS control test for USB 2.01 devices. 2013-12-17 13:40:29 -08:00
uss720.c USB: uss720: fix DMA-buffer allocation 2013-08-14 13:51:02 -07:00
yurex.c yurex: don't wank with fasync on ->release()... 2013-04-29 15:41:43 -04:00