| Age | Commit message (Collapse) | Author |
|
|
|
fix hid report descriptor
|
|
|
|
|
|
add TODO for overflow in tusb_fifo.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename mount, umount callback
|
|
|
|
|
|
|
|
|
|
add hid set_protocol() and set_protocol_complete_cb()
|
|
|
|
|
|
update API accordingly, update hid parser for usage, and usage_page.
|
|
|
|
|
|
- remove tuh_n_hid_n_get_report()
- usbh auto queue get report and invoke callback when received data
|
|
|
|
adding hid parser
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove tuh_device_get_state()
- more hid mouse clean up
|
|
|
|
rename HOST_CLASS_HID to CFG_TUH_HID
|
|
|
|
|
|
add usbh_get_enum_buf
|
|
|
|
improve host log
|
|
add rhport to tud_init()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add tud_hid_n_interface_protocol()
- rename tud_hid_n_boot_mode() to tud_hid_n_get_protocol()
- rename tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb()
- add HID_PROTOCOL_BOOT/REPORT to avoid magic number 0,1
- rename HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_ to avoid
confusion
|