summaryrefslogtreecommitdiff
path: root/src/class/hid
AgeCommit message (Expand)Author
2021-05-18continue with hid host reworkhathach
2021-05-18more hid host API reworkhathach
2021-05-18change hid device report len from uint8 to uint16hathach
2021-05-18rename tuh_device_is_configured() to tuh_device_configured()hathach
2021-05-18rename and movinghathach
2021-05-18correct hid host mount/unmount callbackhathach
2021-05-18reworking host hid APIhathach
2021-05-18reworking hid hosthathach
2021-05-18more API renamehathach
2021-05-18reworking hid hosthathach
2021-05-18rename var to be consistenthathach
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-03-30correct hid key enter = 0x28, return = 0x9Ehathach
2021-03-30add hid keys from 0x6B to 0xA4hathach
2021-02-24add itf argument to hid API to support multiple instanceshathach
2021-02-09tud_hid_report_complete_cb() APIhathach
2021-02-08add tud_hid_n_gamepad_report() helper for gamepad reporthathach
2021-02-08enhance gampepad report with dpad/hat supporthathach
2021-01-21Merge branch 'master' into picoHa Thach
2021-01-19RP2040 supportgraham sanderson
2021-01-07change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64hathach
2020-11-19migrate hid device to new control xfer cbhathach
2020-11-01added host set_config driverhathach
2020-10-11Merge branch 'master' into host-async-controlhathach
2020-10-09update tud_hid_boot_mode_cb/tud_hid_set_idle_cb support mul interfaceshathach
2020-10-09rename multiple hid callbackhathach
2020-10-08Fix tu_verify argsZachery Littell
2020-10-08Cleanup per review on PRZachery Littell
2020-10-07fix variable names. add itf n callbacks to multihidZachery Littell
2020-10-02fix simple pull request comments. Implement descriptor index hack.Zachery Littell
2020-10-01add index to report descriptor callback. this is breaking and needs to be rev...Zachery Littell
2020-10-01create N functions and inlines for multi hid interfacesZachery Littell
2020-09-14Merge pull request #508 from hathach/fix-edpt-raceHa Thach
2020-09-13correct the TUD_HID_REPORT_DESC_GAMEPADhathach
2020-09-10update claim edpt for hid and midihathach
2020-09-07rework usbh control transferhathach
2020-09-06change xfer_cb return type from void to boolhathach
2020-09-06replacing hcd_pipe_xfer by usbh_edpt_xferhathach
2020-09-05update example to test with mousehathach
2020-09-05defer xfer_isr to xfer_cbhathach
2020-09-04clean uphathach
2020-09-03more hid host workhathach
2020-09-03fix #449 remove obsolete pipehandle from hid hosthathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-07-17add new name warning to cdc and midi (skip msc, hid warning for now)hathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
2020-06-17Fix IAR warnings.Mengsk