zephyr/subsys/usb/class
Paweł Zadrożniak f3d1b22487 subsys: usb: Fixes USB DFU class by updating the bcdUSB value.
bcdUSB has been previously updated from 1.1 to 2.0 in default
device descriptor, but not in DFU class. After USB bus reset
performed by dfu-util, alternative descriptor is registered
with bcdUSB set to 1.1. This mismatch causes communication failure.
DFU descriptor's bcdUSB has been updated to match default one.

Relates to #7570

Signed-off-by: Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no>
2018-06-27 13:38:12 +02:00
..
hid usb: remove all CONFIG_*_EP_ADDR options 2018-06-22 12:30:55 -04:00
netusb usb: remove all CONFIG_*_EP_ADDR options 2018-06-22 12:30:55 -04:00
bluetooth.c usb: remove all CONFIG_*_EP_ADDR options 2018-06-22 12:30:55 -04:00
cdc_acm.c usb: remove all CONFIG_*_EP_ADDR options 2018-06-22 12:30:55 -04:00
CMakeLists.txt subsys: usb: rework USB DFU class driver 2018-04-30 17:42:40 -04:00
Kconfig usb: remove all CONFIG_*_EP_ADDR options 2018-06-22 12:30:55 -04:00
mass_storage.c usb: remove all CONFIG_*_EP_ADDR options 2018-06-22 12:30:55 -04:00
usb_dfu.c subsys: usb: Fixes USB DFU class by updating the bcdUSB value. 2018-06-27 13:38:12 +02:00