summaryrefslogtreecommitdiff
path: root/src/class/hid
AgeCommit message (Expand)Author
2021-10-04Handle HID devices with OUT endpoint listed firstCharlie Birks
2021-09-13Enforced buffer boundaries for hid devicesszymonh
2021-08-31fix HID_LOGICAL_MAX overflow.MasterPhi
2021-08-26slightly change the keyboard descriptor template to pass usb compliant testhathach
2021-08-24add tuh_vid_pid_get()hathach
2021-08-24exclude dev0 from usbh devices poolhathach
2021-08-23sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUBhathach
2021-08-23rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAXhathach
2021-08-23add tuh_hid_receive_report() for applicaiton to explicitly request reporthathach
2021-08-20change host driver open return type to boolhathach
2021-08-20hid host skip get report descriptor if too large instead of asserthathach
2021-08-17fix keyboard report reserved is always 0hathach
2021-08-10correct newline usage keycode (ENTER 0x28)hathach
2021-07-05Merge pull request #931 from hathach/more-hid-hostHa Thach
2021-07-01clean uphathach
2021-07-01better support for hid device set/get protocolhathach
2021-06-29clean uphathach
2021-06-28fix SET_PROTOCOl, update hid host behavior for default boot interfacehathach
2021-06-28update func commenthathach
2021-06-28force boot protocol for keyboard/mousehathach
2021-06-28change usbh open driver to have max_len and return driver lenhathach
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
2021-06-21Fix typo in TUH configuration defineNiklas Hauser
2021-06-11log clean uphathach
2021-06-11improve usbhhathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10add usbh_classdriver.hhathach
2021-06-09use alias for button naminghathach
2021-06-09Change buttons to start from 0Marcelo Bezerra
2021-06-09miss a helperhathach
2021-06-09update gamepad helperhathach
2021-06-09re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-09indent fixMarcelo Bezerra
2021-06-09Fix comment in hid.hMarcelo Bezerra
2021-06-09Pull request changesMarcelo Bezerra
2021-06-09remove excess empty linesMarcelo Bezerra
2021-06-09clean upMarcelo Bezerra
2021-06-09Add optional support for 32 gamepad buttonsMarcelo Bezerra
2021-06-02clean up loghathach
2021-05-27more include clean uphathach
2021-05-27include clean uphathach
2021-05-26Merge pull request #825 from ogatatsu/hid_descHa Thach
2021-05-23only invoke tuh_msc_umount_cb() if neededhathach
2021-05-23change hid device internal boot_mode to protocol_modehathach
2021-05-22get protocol when enum with hid boot interfacehathach
2021-05-22fix missing report in tuh_hid_set_report()hathach
2021-05-22add tuh_hid_report_sent_cb()hathach
2021-05-22rename tuh_hid_get_report_cb to tuh_hid_report_received_cb()hathach
2021-05-22implement hid host set report with control transferhathach
2021-05-22clean phathach