zephyr/samples/subsys
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
..
canbus samples: canbus: canopen: fix argument to CO_delete() 2020-09-10 16:14:06 -05:00
console doc: update function references to use :c:func: 2020-08-31 09:57:33 -04:00
fs dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
ipc device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
logging sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
mgmt mgmt/osdp: Split CP and PD samples into dedicated directories 2020-10-21 17:36:16 +02:00
nvs samples: nvs: Do full chip erase when flashing 2020-08-11 09:39:49 -04:00
power/device_pm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
settings boards: arm: remove non-existing doc link from partition definitions 2020-10-27 15:01:19 -04:00
shell shell: shell example update 2020-10-08 10:12:25 -04:00
tracing samples: tracing: print out useful information 2020-09-20 21:27:55 -04:00
usb usb: samples: Add Extension descriptor to webUSB sample. 2020-10-30 15:56:13 +01:00
subsys.rst