zephyr/include/usb
Arnaud Taffanel a06a6da03b usb: Fix BCD() macro used to set bcdDevice
According to API documentation, the bcdDevice field of the USB
descriptor is supposed to represents the Zephyr kernel major
and minor versions as a binary coded decimal value. However,
when using zephyr 2.0, bcdDevice is shown as 0.00 instead of 2.00.

This is due to a typo in the implementation of the BCD macro in
usb_commond.h. This commit fixes the macro.

Signed-off-by: Arnaud Taffanel <arnaud@bitcraze.io>
2019-11-20 19:38:13 +01:00
..
class driver: uart: make deprecation effective 2019-11-07 12:44:15 -06:00
bos.h usb: enforce byte alignment on USB records 2019-06-17 16:41:43 -04:00
usb_common.h usb: Fix BCD() macro used to set bcdDevice 2019-11-20 19:38:13 +01:00
usb_device.h usb: sort usb config data by section 2019-06-27 12:18:05 +02:00
usbstruct.h