| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-02 | license: use SPDX identifiers for src/ headers (#3749) | Ha Thach | |
| * license: use SPDX identifiers for src/ headers Replace the full ~20-line MIT license boilerplate on every src/ file with a two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500 lines of duplicated boilerplate. | |||
| 2026-06-15 | zero-extend usage page before copying shorter payload | dxbjavid | |
| 2026-06-12 | bound item size to remaining length in hid report descriptor parser | dxbjavid | |
| 2026-05-04 | add default implementation for tuh_hid_report_received_cb() | hathach | |
| 2026-03-18 | Update HID host to correctly handle protocol mode initialization and ↵ | hathach | |
| CONFIG_GET_REPORT_DESC response | |||
| 2026-03-17 | CFG_TUH_HID_SET_PROTOCOL_ON_ENUM option to skip set_protocol on enum, ↵ | hathach | |
| default is 1 | |||
| 2025-12-11 | refactor usbh_class_driver_t's open() to return number of driver len instead ↵ | hathach | |
| of bool. help to simplify parsing configuration | |||
| 2025-11-20 | Revert "add find_hid_desc" | hathach | |
| support rare case where hid descriptor is after endpoint descriptor | |||
| 2025-11-15 | add find_hid_desc | din | |
| 2025-09-17 | Update weak callbacks to new syntax | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | Fix some IAR warnings | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-09 | Add spec reference for 4-byte HID item size | Ha Thach | |
| 2025-07-09 | fix HID parser variable size handling | Ha Thach | |
| 2025-07-08 | Fix HID descriptor parser size handling | Ha Thach | |
| 2025-05-13 | fix warnings, minor clean up | hathach | |
| 2025-01-15 | src/class/hid/hid_host.c: fix logging calls for epbuf | Dan Halbert | |
| 2024-11-27 | minor clean up | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for hid host | hathach | |
| 2024-07-18 | fix some clang compiler warnings | graham sanderson | |
| 2024-04-10 | Adding tuh_hid_get_report(...) to hid_host.h | Luke A | |
| This allows USB host functionality to call HID_REQ_CONTROL_GET_REPORT on the IN Endpoint, and read the report buffer in the callback. | |||
| 2024-03-31 | fix hid close not clear data | hathach | |
| 2024-03-22 | implement tuh_init() | hathach | |
| change usbh driver init() return type from void to bool | |||
| 2024-03-22 | adding deinit() stub for usbh/hcd class driver | hathach | |
| add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER | |||
| 2024-03-01 | add tuh_hid_receive_abort() API | hathach | |
| 2024-03-01 | reformat code hid_host.c | hathach | |
| - fix ceedling with ruby 3.1 - allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line | |||
| 2024-01-30 | fix tuh_hid_mounted() similar to #2437 | IngHK | |
| 2023-11-24 | minor update | hathach | |
| 2023-11-24 | add tuh_hid_set_default_protocol() to set default USB host HID protocol | Xudong Zheng | |
| 2023-08-15 | more minor clean up | hathach | |
| - also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd | |||
| 2023-08-02 | default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ↵ | hathach | |
| selectively disable usbd/usbh or driver log | |||
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach | |
| - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future | |||
| 2023-05-16 | correct EHCI reporting failed xfer (instead of stalled) when device is unplugged | hathach | |
| 2023-04-06 | implement tuh_hid_receive_ready() and tuh_hid_send_ready() | hathach | |
| 2023-03-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach | |
| - CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host | |||
| 2023-03-22 | add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵ | hathach | |
| tuh_itf_info_t | |||
| 2023-03-21 | change meaning of CFG_TUH_HID to total number of HID interfaces supported. | hathach | |
| - previously CFG_TUH_HID is max number of interfaces per device which is rather limited and consume more resources than needed. - change hid host instance in API to index | |||
| 2023-03-21 | relax hid host enumeration, allow set protocol to be stalled | hathach | |
| 2023-03-13 | Updated host hid_controller example to demo tuh_hid_send_report | James Smith | |
| 2023-03-13 | Implemented tuh_hid_send_report | James Smith | |
| 2022-12-20 | fix hid host incorrect edpt release if failed to transmit | hathach | |
| add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum | |||
| 2022-12-16 | minor rename | hathach | |
| 2022-06-27 | fix all warnings with host rp2040 | hathach | |
| 2022-04-01 | hid example work well | hathach | |
| 2022-03-19 | rename usbh_edpt_open() to tuh_edpt_open() | hathach | |
| 2022-03-19 | add parse config descriptor to example | hathach | |
| move usbh_edpt_open() to public API, remove rhport from its signature | |||
| 2022-03-18 | implement tuh_edpt_xfer() for non-control | hathach | |
| 2022-03-18 | move daddr into xfer struct | hathach | |
| 2022-03-17 | rename user_arg to user_data | hathach | |
| 2022-03-17 | rename tuh_control_xfer_t to tuh_xfer_t | hathach | |
| 2022-03-17 | slightly change the signature of tuh_control_xfer | hathach | |
