| Age | Commit message (Collapse) | Author |
|
|
|
|
|
move usbh_edpt_open() to public API, remove rhport from its signature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
More hid host update
|
|
|
|
add caplock detection for hid_composite
|
|
|
|
|
|
|
|
|
|
|
|
RP2040 double buffer
|
|
|
|
|