index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
hid
/
hid.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-09-25
Fix incorrect comments
Lu Chang
2025-09-24
Add HID Usage Page and Table for Power Devices (0x84 - 0x85)
Lu Chang
2025-09-04
remove duplicated enum
hathach
2025-08-20
add some consumer page configs
ohmdelta
2025-02-07
add full hid usage for Digitizer Page (0x0D), move thing around a bit.
hathach
2024-12-23
trimed trailing whitespaces.
Jay
2024-12-23
add hid stylus pen device.
Jay
2024-12-06
Adding HID Usage Table Physical Input Device Page (0x0F)
shdeb
2024-06-14
minor update
hathach
2024-05-09
Fix redefinition
John Toniutti
2024-05-09
Add missing key codes
John Toniutti
2024-05-08
Merge pull request #2252 from rsolorzanomsft/hid-lighting
HiFiPhile
2023-09-12
Add HID Lighting and Illumination functionality
Ryan Solorzano
2023-03-30
remove trailing space (satisfy pre-commit flow)
tobozo
2023-03-30
Merge branch 'hathach:master' into master
tobozo
2023-03-17
fix trailing space and new line
hathach
2022-12-05
rename to match fido sample uf2_hid..h
hathach
2022-10-15
hid: add fido hid descriptor templates
gaoyichuan
2022-04-25
Merge branch 'hathach:master' into master
tobozo
2022-03-19
add parse config descriptor to example
hathach
2022-03-02
stick to struct naming convention
tobozo
2022-03-02
added Absolute Mouse report struct
tobozo
2022-02-25
enhance dual role examples
hathach
2022-02-17
fix HID_REPORT_ID_N()
hathach
2021-08-10
correct newline usage keycode (ENTER 0x28)
hathach
2021-06-09
use alias for button naming
hathach
2021-06-09
Change buttons to start from 0
Marcelo Bezerra
2021-06-09
update gamepad helper
hathach
2021-06-09
indent fix
Marcelo Bezerra
2021-06-09
Fix comment in hid.h
Marcelo Bezerra
2021-06-09
Pull request changes
Marcelo Bezerra
2021-06-09
remove excess empty lines
Marcelo Bezerra
2021-06-09
clean up
Marcelo Bezerra
2021-06-09
Add optional support for 32 gamepad buttons
Marcelo Bezerra
2021-05-18
Merge branch 'master' into host-hid
hathach
2021-05-18
update hid report descriptor macro
hathach
2021-05-18
more host hid API
hathach
2021-05-18
fix build error
hathach
2021-05-18
update to use HID spec protocol value for get/set_protocol()
hathach
2021-05-18
clean up, rename some HID device symbol/API
hathach
2021-03-30
correct hid key enter = 0x28, return = 0x9E
hathach
2021-03-30
add hid keys from 0x6B to 0xA4
hathach
2021-02-08
add tud_hid_n_gamepad_report() helper for gamepad report
hathach
2021-02-08
enhance gampepad report with dpad/hat support
hathach
2020-04-20
add extra comma to HID_REPORT_ID
hathach
2020-01-15
Normalize line endings
Nathan Conrad
2019-12-17
add "`" and "~" to keycode -> ASCII table
samveen
2019-12-16
[tusb]fix typo in comment
samveen
[next]