zephyr/samples/subsys/usb
Emil Obalski 312429be3c usb: samples: Add Extension descriptor to webUSB sample.
WebUSB sample is using BOS descriptor. Because of that
the bcdUSB field of device descriptor is set to 0x0210.
This requires for the BOS descriptor to have LPM support.
LPM support use additional descriptor that the HOST can
read by requesting BOS desc. The descriptor is called
Extension descriptor and is specified in `USB Link Power
Management ECN` document considered a part of USB 2.0
spec.

This patch adds missing part of the BOS descriptor and
fixes issue with webUSB sample not passing i'LPM L1 Suspend
Resume Test' from USB3CV test tool.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
2020-10-30 15:56:13 +01:00
..
audio usb: samples: audio: Add samples to sanitycheck 2020-09-03 21:50:03 +02:00
cdc_acm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
cdc_acm_composite device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
console tests: usb: add fixture requirement 2020-09-14 18:37:17 -05:00
dfu dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
hid usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
hid-cdc usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
hid-mouse device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
inf usb: cdc: add .inf file 2019-05-09 08:20:34 -04:00
mass usb: mass: Fix main thread stack size overflow. 2020-10-05 14:53:32 -05:00
testusb samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
webusb usb: samples: Add Extension descriptor to webUSB sample. 2020-10-30 15:56:13 +01:00
usb.rst doc: fix misspellings in documentation 2019-06-18 15:08:19 -04:00
usb_pid.Kconfig samples: wpanusb: assign next free sample PID 2020-05-27 14:15:52 +02:00