| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-24 | add itf argument to hid API to support multiple instances | hathach | |
| following API signature is changed: - tud_hid_descriptor_report_cb() - tud_hid_get_report_cb() - tud_hid_set_report_cb() - tud_hid_boot_mode_cb() - tud_hid_set_idle_cb() | |||
| 2021-02-09 | tud_hid_report_complete_cb() API | hathach | |
| update hid composite to make use of tud_hid_report_complete_cb() for sending reports when possible. | |||
| 2021-02-08 | add tud_hid_n_gamepad_report() helper for gamepad report | hathach | |
| - Add gamepad to hid_composite example. Though it needs a bit of extra work but it will come later as separated PR. | |||
| 2021-02-08 | enhance gampepad report with dpad/hat support | hathach | |
| add hid_gamepad_report_t along with GAMEPAD_BUTTON_ and GAMEPAD_HAT_ enum | |||
| 2021-01-21 | Merge branch 'master' into pico | Ha Thach | |
| 2021-01-19 | RP2040 support | graham sanderson | |
| 2021-01-07 | change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64 | hathach | |
| 2020-11-19 | migrate hid device to new control xfer cb | hathach | |
| 2020-11-01 | added host set_config driver | hathach | |
| to resolve control conflict with SET_CONFIGURE for class driver - open will be called to open endpoint only - set_config called later to initialized class driver | |||
| 2020-10-11 | Merge branch 'master' into host-async-control | hathach | |
| 2020-10-09 | update tud_hid_boot_mode_cb/tud_hid_set_idle_cb support mul interfaces | hathach | |
| also clean up code | |||
| 2020-10-09 | rename multiple hid callback | hathach | |
| 2020-10-08 | Fix tu_verify args | Zachery Littell | |
| 2020-10-08 | Cleanup per review on PR | Zachery Littell | |
| 2020-10-07 | fix variable names. add itf n callbacks to multihid | Zachery Littell | |
| 2020-10-02 | fix simple pull request comments. Implement descriptor index hack. | Zachery Littell | |
| 2020-10-01 | add index to report descriptor callback. this is breaking and needs to be ↵ | Zachery Littell | |
| reviewed | |||
| 2020-10-01 | create N functions and inlines for multi hid interfaces | Zachery Littell | |
| 2020-09-14 | Merge pull request #508 from hathach/fix-edpt-race | Ha Thach | |
| Fix edpt xfer race condition | |||
| 2020-09-13 | correct the TUD_HID_REPORT_DESC_GAMEPAD | hathach | |
| 2020-09-10 | update claim edpt for hid and midi | hathach | |
| 2020-09-07 | rework usbh control transfer | hathach | |
| use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host | |||
| 2020-09-06 | change xfer_cb return type from void to bool | hathach | |
| 2020-09-06 | replacing hcd_pipe_xfer by usbh_edpt_xfer | hathach | |
| 2020-09-05 | update example to test with mouse | hathach | |
| 2020-09-05 | defer xfer_isr to xfer_cb | hathach | |
| 2020-09-04 | clean up | hathach | |
| 2020-09-03 | more hid host work | hathach | |
| 2020-09-03 | fix #449 remove obsolete pipehandle from hid host | hathach | |
| 2020-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-07-17 | add new name warning to cdc and midi (skip msc, hid warning for now) | hathach | |
| 2020-07-16 | rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE | hathach | |
| rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE | |||
| 2020-06-17 | Fix IAR warnings. | Mengsk | |
| Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type. | |||
| 2020-05-28 | check max_len for vendor and hid | hathach | |
| 2020-05-28 | initial transfer failed in open() shouldn't cause the driver open to fail. | hathach | |
| 2020-05-28 | update hid open() | hathach | |
| 2020-05-19 | usb0 host on mcb1800 work with fullspeed mode. | hathach | |
| use usbh_edpt_open() to correctly map ep2drv[] | |||
| 2020-04-20 | add extra comma to HID_REPORT_ID | hathach | |
| this make the template with Report ID look less weird to the user | |||
| 2020-04-15 | test ok with cdc and msc | hathach | |
| 2020-04-15 | tested with hid | hathach | |
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-12-28 | implement multiple interfaces support | Peter Lawrence | |
| 2019-12-17 | add "`" and "~" to keycode -> ASCII table | samveen | |
| 2019-12-16 | [tusb]fix typo in comment | samveen | |
| 2019-11-27 | fix #229 | hathach | |
| 2019-11-01 | Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2 | hathach | |
| 2019-11-01 | implement pigrew review | hathach | |
| 2019-10-31 | update doc, hid set report | hathach | |
| 2019-10-02 | Merge branch 'master' into ZLP_Request2 | Nathan Conrad | |
| 2019-10-01 | 2nd attempt to fix #161 | hathach | |
