summaryrefslogtreecommitdiff
path: root/src/class/hid/hid_device.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2025-10-05Fix HIS stylus descriptor and hid_composite exampleHiFiPhile
2025-02-07add full hid usage for Digitizer Page (0x0D), move thing around a bit.hathach
2024-12-23modified invalid marked unit exponent.Jay
2024-12-23Update hid_device.hJay
2024-12-23add hid stylus pen device.Jay
2024-08-09Marked the keycode parameter of the keyboard_report functions as const since ...Hjalmar
2024-07-17follow up to #2253hathach
2024-05-08Merge pull request #2252 from rsolorzanomsft/hid-lightingHiFiPhile
2024-04-26Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253HiFiPhile
2024-04-26Simplify transfer failure cb.HiFiPhile
2024-04-08Merge pull request #1835 from MasterQ32/otg_bringupHa Thach
2024-04-08add class driver deinithathach
2023-09-13Fixing warningRocky04
2023-09-13Error handling on transferRocky04
2023-09-12Update Lighting Descriptor Template commentRyan Solorzano
2023-09-12Add HID Lighting and Illumination functionalityRyan Solorzano
2023-03-30Added helpers for abs_mouse_reporttobozo
2023-03-30Merge branch 'hathach:master' into mastertobozo
2023-02-04change length in tud_hid_report_complete_cb() from uint8 to uint16hathach
2022-12-05Merge pull request #1776 from hathach/hid-fidoHa Thach
2022-12-05rename to match fido sample uf2_hid..hhathach
2022-12-04more typoshathach
2022-10-15hid: add configurable report size for fidogaoyichuan
2022-10-15hid: add fido hid descriptor templatesgaoyichuan
2022-07-17temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...hathach
2022-06-27change report len in hid API from uint8_t to uint16_thathach
2022-03-02added Absolute Mouse descriptor templatetobozo
2021-11-29correct 32 button in gamepad hid descriptor templatehathach
2021-08-31fix HID_LOGICAL_MAX overflow.MasterPhi
2021-08-26slightly change the keyboard descriptor template to pass usb compliant testhathach
2021-06-09miss a helperhathach
2021-06-09update gamepad helperhathach
2021-06-09re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-09Pull request changesMarcelo Bezerra
2021-06-09clean upMarcelo Bezerra
2021-06-09Add optional support for 32 gamepad buttonsMarcelo Bezerra
2021-05-27include clean uphathach
2021-05-26Merge pull request #825 from ogatatsu/hid_descHa Thach
2021-05-18update hid host get/set protocol to match devicehathach
2021-05-18Merge branch 'master' into host-hidhathach
2021-05-18fix compilehathach
2021-05-18change hid device report len from uint8 to uint16hathach
2021-05-18more API renamehathach
2021-05-18fix build errorhathach
2021-05-18update to use HID spec protocol value for get/set_protocol()hathach
2021-05-18clean up, rename some HID device symbol/APIhathach
2021-05-10fix hid report descriptorogatatsu
2021-02-24add itf argument to hid API to support multiple instanceshathach
2021-02-09tud_hid_report_complete_cb() APIhathach