zephyr/subsys/usb/host
Alexander Kaiser 476a224dfa usb: host: use uint16_t for Language ID
usbh_req_desc() truncates the descriptor id. This problem is most
visible with string descriptor requests, as only then can wIndex be
greater than 0xFF. In particular, this affects commonly used language
IDs such as English (United States), which is 0x0409.

Signed-off-by: Alexander Kaiser <akaiser@urbansky.com>
2024-02-01 10:29:00 +00:00
..
CMakeLists.txt
Kconfig
usbh_api.c
usbh_ch9.c
usbh_ch9.h
usbh_core.c
usbh_data.ld
usbh_device.c
usbh_device.h
usbh_internal.h
usbh_shell.c