| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- add synchronous version of all get descriptor API
- update bare example to use sync API for string descriptor
- change order of index, language_id in tuh_descriptor_get_string() to
match similar API of libusb
- add index to tuh_descriptor_get_hid_report()
|
|
|
|
|
|
|
|
Open OUT endpoint for HID host
|
|
|
|
|
|
|
|
This happens on my PowerA wired Switch pro controller
|
|
complete Sony PS4 dualshock controller example
|
|
|
|
separate dev0 from _usbh_devices pool to save sram
|
|
|
|
|
|
the descriptor len used by driver will be calculated by usbh
|
|
|
|
|
|
|
|
|
|
|
|
RP2040 double buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|