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
2023-02-04
change length in tud_hid_report_complete_cb() from uint8 to uint16
hathach
2022-12-20
fix hid host incorrect edpt release if failed to transmit
hathach
2022-12-16
minor rename
hathach
2022-12-05
Merge pull request #1776 from hathach/hid-fido
Ha Thach
2022-12-05
rename to match fido sample uf2_hid..h
hathach
2022-12-04
more typos
hathach
2022-12-04
Fix typos
Bastien Nocera
2022-10-15
hid: add configurable report size for fido
gaoyichuan
2022-10-15
hid: add fido hid descriptor templates
gaoyichuan
2022-07-17
temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...
hathach
2022-06-27
fix all warnings with host rp2040
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-04-01
hid example work well
hathach
2022-03-19
rename usbh_edpt_open() to tuh_edpt_open()
hathach
2022-03-19
add parse config descriptor to example
hathach
2022-03-18
implement tuh_edpt_xfer() for non-control
hathach
2022-03-18
move daddr into xfer struct
hathach
2022-03-17
rename user_arg to user_data
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17
slightly change the signature of tuh_control_xfer
hathach
2022-03-17
change return type of callback to void
hathach
2022-03-17
remove const in xfer callback
hathach
2022-03-17
move result into transfer struct
hathach
2022-03-17
change tuh_control_xfer_t struct
hathach
2022-03-16
update hid host to use new control xfer for set config
hathach
2022-03-13
add synchronous (blocking) support for usbh control transfer
hathach
2022-03-11
update hid,msc to new usbh control API
hathach
2022-03-09
rename host descriptor function
hathach
2022-03-09
add tuh_descriptor_hid_report_get()
hathach
2022-02-28
Merge pull request #1343 from Daft-Freak/patch-1
Ha Thach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2022-02-25
enhance dual role examples
hathach
2022-02-23
Open OUT endpoint for HID host
Charlie Birks
2022-02-17
fix HID_REPORT_ID_N()
hathach
2021-11-29
correct 32 button in gamepad hid descriptor template
hathach
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-10-15
fix -Wcast-qual
hathach
2021-10-04
Handle HID devices with OUT endpoint listed first
Charlie Birks
2021-09-13
Enforced buffer boundaries for hid devices
szymonh
2021-08-31
fix HID_LOGICAL_MAX overflow.
MasterPhi
2021-08-26
slightly change the keyboard descriptor template to pass usb compliant test
hathach
2021-08-24
add tuh_vid_pid_get()
hathach
2021-08-24
exclude dev0 from usbh devices pool
hathach
2021-08-23
sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB
hathach
2021-08-23
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
hathach
2021-08-23
add tuh_hid_receive_report() for applicaiton to explicitly request report
hathach
[next]