zephyr/subsys/usb
Johann Fischer 4b0b65c1b8 subsys: usb: check for invalid descriptor type request
Implementation of Get Descriptor Request should not return interface
or endpoint descriptors in a single request without configuration
descriptor, see USB Spec. Revision 2.0, 9.4.3 Get Descriptor

This patch fixes linux kernel usbtest subtest 7 and subtest 11 errors.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-05-14 17:24:52 -04:00
..
class usb: dfu: fix 'this area can not be overwritten' 2018-05-10 16:26:38 -07:00
CMakeLists.txt subsys: usb: Set Zephyr project USB Vendor and Product IDs 2018-01-15 15:47:53 -05:00
Kconfig usb: provide different USB product strings in the USB samples 2018-03-14 11:25:56 +01:00
composite.c usb: Rename SYS_LOG_USB to SYS_LOG_USB_DEVICE 2018-01-17 18:53:05 -05:00
composite.h usb: Remove unneeded header include 2018-04-25 07:17:42 +05:30
usb_descriptor.c subsys: usb: rework USB DFU class driver 2018-04-30 17:42:40 -04:00
usb_descriptor.h subsys: usb: rework USB DFU class driver 2018-04-30 17:42:40 -04:00
usb_device.c subsys: usb: check for invalid descriptor type request 2018-05-14 17:24:52 -04:00