summaryrefslogtreecommitdiff
path: root/src/class/hid
AgeCommit message (Expand)Author
2022-07-17temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...hathach
2022-06-27fix all warnings with host rp2040hathach
2022-06-27Merge branch 'master' into add-more-warningshathach
2022-06-27change report len in hid API from uint8_t to uint16_thathach
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-02rhport argument in usbd_ API() is not used (always use the initialized port)hathach
2022-04-01hid example work wellhathach
2022-03-19rename usbh_edpt_open() to tuh_edpt_open()hathach
2022-03-19add parse config descriptor to examplehathach
2022-03-18implement tuh_edpt_xfer() for non-controlhathach
2022-03-18move daddr into xfer structhathach
2022-03-17rename user_arg to user_datahathach
2022-03-17rename tuh_control_xfer_t to tuh_xfer_thathach
2022-03-17slightly change the signature of tuh_control_xferhathach
2022-03-17change return type of callback to voidhathach
2022-03-17remove const in xfer callbackhathach
2022-03-17move result into transfer structhathach
2022-03-17change tuh_control_xfer_t structhathach
2022-03-16update hid host to use new control xfer for set confighathach
2022-03-13add synchronous (blocking) support for usbh control transferhathach
2022-03-11update hid,msc to new usbh control APIhathach
2022-03-09rename host descriptor functionhathach
2022-03-09add tuh_descriptor_hid_report_get()hathach
2022-02-28Merge pull request #1343 from Daft-Freak/patch-1Ha Thach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-02-25enhance dual role exampleshathach
2022-02-23Open OUT endpoint for HID hostCharlie Birks
2022-02-17fix HID_REPORT_ID_N()hathach
2021-11-29correct 32 button in gamepad hid descriptor templatehathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-15fix -Wcast-qualhathach
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