zephyr/subsys/usb
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
..
device drivers: use DT_INST_PROP over DT_INST_PROP_OR if possible 2024-01-30 00:26:58 +00:00
device_next driver: usb: change function parameter name from class to base_class. 2024-01-10 11:08:11 +01:00
host usb: host: use uint16_t for Language ID 2024-02-01 10:29:00 +00:00
usb_c usbc: fix shadowed declaration build error 2024-01-18 11:28:54 +00:00
CMakeLists.txt usb: add initial USB host support 2022-12-16 13:21:12 +01:00