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 shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
usbh_api.c
usbh_ch9.c usb: host: use uint16_t for Language ID 2024-02-01 10:29:00 +00:00
usbh_ch9.h usb: host: use uint16_t for Language ID 2024-02-01 10:29:00 +00:00
usbh_core.c usb: fix thread function signatures 2023-10-30 12:24:34 +01:00
usbh_data.ld
usbh_device.c
usbh_device.h
usbh_internal.h
usbh_shell.c usb: host: add command to get the current device configuration 2023-10-01 09:26:07 +03:00