| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
other clean up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
migrated msc_device
|
|
- remove usbd_edpt_xfer_abort
- rename tu_fifo_change_mode to tu_fifo_set_mode
- remove CFG_TUD_CDC_CLEAR_AT_CONNECTION definition
- remove auto fifo clear at connection event
- add tud_cdc_n_write_clear function
|
|
Host async control
|
|
|
|
enable cdc auto flush on write()
|
|
if there is enough data in the fifo
|
|
reworking cdc host driver
|
|
to resolve control conflict with SET_CONFIGURE for class driver
- open will be called to open endpoint only
- set_config called later to initialized class driver
|
|
This was a confusing name; "Ethernet control model" (CDC ECM)
and "network control model" (CDC NCM) are two separate USB subclasses.
|
|
|
|
|
|
|
|
|
|
tuh_msc_get_maxlun()
|
|
- msc host enum is now async
- implement async tuh_msc_scsi_command() / tuh_msc_request_sense() /
tuh_msc_test_unit_ready()
|
|
|
|
Uac2
|
|
Add tud_audio_set_itf_close_EP_cb()
|
|
also clean up code
|
|
|
|
Feature multiple hid interfaces
|
|
|
|
|
|
|
|
|
|
|
|
Change 1 << 31 to 0x100000000 in audio.h
|
|
|
|
reviewed
|
|
|