| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Application should declare its own device descriptor
|
|
|
|
|
|
|
|
|
|
and Disconnect
should work with #47
|
|
|
|
|
|
|
|
|
|
attribute
|
|
|
|
|
|
|
|
|
|
- remove use of osal_queue_reset
|
|
|
|
|
|
|
|
change dcd_init signature
|
|
also rename DCD_EVENT_SUSPENDED to DCD_EVENT_SUSPEND
|
|
mark device as disconnected immed with DCD_EVENT_UNPLUGGED
|
|
|
|
|
|
|
|
|
|
- remove dcd_edpt_stalled() from dcd porting
|
|
|