| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interface control event. We shouldn't assert. This normally isn't an""
This reverts commit 2281a514846402af68aa4c97fcd206611c0969a1.
|
|
interface control event. We shouldn't assert. This normally isn't an"
This reverts commit f241ff389f9494836cdc45e621726c0b69b8daed.
|
|
control event. We shouldn't assert. This normally isn't an
error, either, so I don't want to use TU_VERIFY.
|
|
|
|
|
|
|
|
|
|
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|
|
control_complete
|
|
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
|
|
- add hid_test_js
|
|
|
|
- remove tud_desc_set.hid_report
- remove tud_desc_set_t
|
|
|
|
|
|
add epout_buf and use it for SET_REPORT request buffer
|
|
refactor usbd_open_edpt_pair
|
|
|
|
|
|
- rename tud_hid_mode_changed_cb to tud_hid_mode_changed_cb
- add mouse ac pan descriptor template support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also rename DCD_EVENT_SUSPENDED to DCD_EVENT_SUSPEND
|
|
|
|
|
|
|
|
|
|
|
|
tusb_task() still exists for backward compatible
|
|
|
|
|
|
|
|
|
|
|
|
|