| 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-12-08 | Merge pull request #3340 from dinsfire64/hid-enum-fix | Ha Thach | |
| remove hid host enumeration assumption | |||
| 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-10-31 | Merge remote-tracking branch 'tinyusb/master' into ↵ | HiFiPhile | |
| copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-22 | Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifo | copilot-swe-agent[bot] | |
| - Added bool is_isr parameter to usbd_edpt_xfer() and usbd_edpt_xfer_fifo() wrapper functions - These are called by class drivers to queue USB transfers - Updated all callers to pass false by default (non-ISR context) - Updated audiod_rx_xfer_isr() and audiod_tx_xfer_isr() to pass true (ISR context) - All 21 unit tests pass Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-10-05 | Fix HIS stylus descriptor and hid_composite example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-27 | Merge pull request #3256 from hathach/weak_cb | Ha Thach | |
| Migrate weak function override to new syntax, update delay api usage | |||
| 2025-09-25 | Fix incorrect comments | Lu Chang | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-09-24 | Add HID Usage Page and Table for Power Devices (0x84 - 0x85) | Lu Chang | |
| 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-09-04 | remove duplicated enum | hathach | |
| 2025-08-20 | add some consumer page configs | ohmdelta | |
| 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-02-07 | add full hid usage for Digitizer Page (0x0D), move thing around a bit. | hathach | |
| 2025-02-07 | Merge branch 'refs/heads/master' into fork/jay94ks/styluspen | hathach | |
| 2025-01-15 | src/class/hid/hid_host.c: fix logging calls for epbuf | Dan Halbert | |
| 2024-12-23 | modified invalid marked unit exponent. | Jay | |
| 2024-12-23 | trimed trailing whitespaces. | Jay | |
| 2024-12-23 | Update hid_device.h | Jay | |
| 2024-12-23 | add hid stylus pen device. | Jay | |
| this works with android, for bypassing that absmouse does not support android. note that, to hide cursor on android for every touch signal, find cursor option in android settings menu. references: 1. https://stackoverflow.com/questions/28536602/hid-digitizer-descriptor-doesnt-perform-well-with-landscape-orientation 2. https://github.com/jonathanedgecombe/absmouse/blob/master/src/AbsMouse.cpp | |||
| 2024-12-06 | Adding HID Usage Table Physical Input Device Page (0x0F) | shdeb | |
| 2024-11-27 | minor clean up | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for hid host | hathach | |
| 2024-11-22 | apply TUD_EPBUF_DEF for device: bth, dfu, hid, msc | hathach | |
| 2024-11-21 | make sure usb buffer occupies whole cache line when DCACHE is enabled for ↵ | hathach | |
| msc,cdc,hid HIL enable device DMA for p4 | |||
| 2024-08-09 | Marked the keycode parameter of the keyboard_report functions as const since ↵ | Hjalmar | |
| the functions don't modifies the value | |||
| 2024-07-19 | Merge pull request #2723 from liamfraser/rp2040_tweaks | Ha Thach | |
| RP2040 tweaks | |||
| 2024-07-18 | fix some clang compiler warnings | graham sanderson | |
| 2024-07-17 | minor update hid device | hathach | |
| 2024-07-17 | follow up to #2253 | hathach | |
| - rename tud_hid_report_fail_cb() to tud_hid_report_failed_cb() and change its signature - use default implementation for hid callbacks to be compatible with keil compiler - code format | |||
| 2024-06-14 | minor update | hathach | |
| 2024-05-09 | Fix redefinition | John Toniutti | |
| 2024-05-09 | Add missing key codes | John Toniutti | |
| Source: https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf from page 57 to page 59 | |||
| 2024-05-08 | Merge pull request #2252 from rsolorzanomsft/hid-lighting | HiFiPhile | |
| Add HID Lighting and Illumination functionality | |||
| 2024-04-26 | Code format. | HiFiPhile | |
| 2024-04-26 | Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253 | HiFiPhile | |
| 2024-04-26 | Simplify transfer failure cb. | HiFiPhile | |
| 2024-04-26 | Add missing alignment. | HiFiPhile | |
