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_device.c
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-10-22
Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifo
copilot-swe-agent[bot]
2024-12-23
add hid stylus pen device.
Jay
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 msc...
hathach
2024-08-09
Marked the keycode parameter of the keyboard_report functions as const since ...
Hjalmar
2024-07-17
minor update hid device
hathach
2024-07-17
follow up to #2253
hathach
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
2024-04-26
use separate buffer for ctrl transfer.
HiFiPhile
2024-04-26
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283
HiFiPhile
2024-04-08
Merge pull request #1835 from MasterQ32/otg_bringup
Ha Thach
2024-04-08
add class driver deinit
hathach
2024-04-08
Merge pull request #1363 from tobozo/master
Ha Thach
2023-10-17
hid_device: use separate buffer for SET_REPORT instead of epout
Shawn Hoffman
2023-09-13
Fixing warning
Rocky04
2023-09-13
Error handling on transfer
Rocky04
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
hathach
2023-03-30
Added helpers for abs_mouse_report
tobozo
2023-02-27
Merge pull request #1852 from silvergasp/mem_s
Ha Thach
2023-02-27
minor clean up
hathach
2023-02-22
use tu_static instead of static _fuzz_thread
hathach
2023-02-22
Merge pull request #1867 from silvergasp/thread_local_globals
Ha Thach
2023-02-22
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
hathach
2023-02-04
change length in tud_hid_report_complete_cb() from uint8 to uint16
hathach
2023-01-20
fix: Change all static variables to thread when fuzzing
Nathaniel Brough
2023-01-13
fix: Replace device calls to memcpy with tu_memcpy_s
Nathaniel Brough
2022-07-17
temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...
hathach
2022-06-27
Merge branch 'master' into add-more-warnings
hathach
2022-06-27
change report len in hid API from uint8_t to uint16_t
hathach
2022-06-27
fix most warnings with rp2040 -wconversion
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-10-15
fix -Wcast-qual
hathach
2021-09-13
Enforced buffer boundaries for hid devices
szymonh
2021-08-17
fix keyboard report reserved is always 0
hathach
2021-07-01
clean up
hathach
2021-07-01
better support for hid device set/get protocol
hathach
2021-06-09
update gamepad helper
hathach
2021-06-02
clean up log
hathach
2021-05-27
include clean up
hathach
2021-05-23
change hid device internal boot_mode to protocol_mode
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-02-24
add itf argument to hid API to support multiple instances
hathach
2021-02-09
tud_hid_report_complete_cb() API
hathach
[next]