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
Age
Commit message (
Expand
)
Author
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 msc...
hathach
2024-08-09
Marked the keycode parameter of the keyboard_report functions as const since ...
Hjalmar
2024-07-19
Merge pull request #2723 from liamfraser/rp2040_tweaks
Ha Thach
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
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
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-10
Adding tuh_hid_get_report(...) to hid_host.h
Luke A
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
2024-03-31
fix hid close not clear data
hathach
2024-03-22
implement tuh_init()
hathach
2024-03-22
adding deinit() stub for usbh/hcd class driver
hathach
2024-03-01
add tuh_hid_receive_abort() API
hathach
2024-03-01
reformat code hid_host.c
hathach
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-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-09-12
Update Lighting Descriptor Template comment
Ryan Solorzano
2023-09-12
Add HID Lighting and Illumination functionality
Ryan Solorzano
2023-08-15
more minor clean up
hathach
2023-08-02
default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...
hathach
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
hathach
2023-05-16
EHCI: fix xfer failed with disconnected device as stalled
hathach
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-30
remove trailing space (satisfy pre-commit flow)
tobozo
2023-03-30
Added helpers for abs_mouse_report
tobozo
2023-03-30
Merge branch 'hathach:master' into master
tobozo
2023-03-24
separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to
hathach
2023-03-22
add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_i...
hathach
2023-03-21
change meaning of CFG_TUH_HID to total number of HID interfaces supported.
hathach
2023-03-21
relax hid host enumeration, allow set protocol to be stalled
hathach
[next]