summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Collapse)Author
2025-08-04fix(class/mtp): fix typosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-25update: add output_len param for usbh_get_string_descsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-25style: format logsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-24fix(class/hub/usbh_hub): fix port to port+1sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-19Clear error code after intentionally ignoring itDerek Konigsberg
In the case of handling a stall on a max lun request, we need to clear the error code in `ret` after ignoring it. This is necessary so the connect function won't fail. Fix #339
2025-07-16style: remove some logssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-11fix typosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-03update(class/mtp): support obj remove & add eventsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-01fix(class/hub): change urb interval unit to ussakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-24fix(vendor/serial/usbh_ftdi): fix missing breaksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-19fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-17msc: add support for SCSI_CMD_SYNCHCACHE10 (0x35) to fix unsupported command ↵KK
error
2025-06-04update(class/hub/usbh_hub): reduce critical section rangesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-03feat(class): add usb_osal_thread_schedule_other to allow the applications ↵sakumisu
which use the struct usbh_xxx to exit properly before free struct usbh_xxx Signed-off-by: sakumisu <[email protected]>
2025-05-29fix overflow warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-29update(class/video): change headerlen to 12 for 4 byte align, fix encodingsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-28refactor(class/video/usbd_video): zero copy for video data transfersakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-26feat(class/mtp): support mtp devicesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-15fix(class/vendor/ftdi): fix ftdi baudrate caculationsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-07update(class): replace ecm & rndis USB_ERR_NOTDEV with USB_ERR_NOTCONNsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-07update(class/wireless/usbd_rndis): use usbd_rndis_start_write for ↵sakumisu
usbd_rndis_eth_tx Signed-off-by: sakumisu <[email protected]>
2025-05-07class: hid: Fix typo: MODIFER → MODIFIERRuncheng Lu
Signed-off-by: Runcheng Lu <[email protected]>
2025-04-30fix unused warningssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-29update(class/wireless/usbd_rndis): enable indicate msg for sending connect ↵sakumisu
status Signed-off-by: sakumisu <[email protected]>
2025-04-28update(class): add weak api to avoid undefine symbol(not use such class but add)sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-23fix wformat warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-22refactor(class/usbd_msc): replace cherryrb with only variablesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-19fix wformat warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-17feat(class/usbh_hid): add usbh_hid_get_protocol apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-04-09update(class/hid/usbd_hid): remove ununsed apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-03-28fix: fix wformat warningssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-03-28update: add usb align up for every buffer when use dcache clean&invalid apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-25fix(demo): split feedback caculate macro with AUDIO_FREQ_TO_FEEDBACK_XS and ↵sakumisu
AUDIO_FEEDBACK_TO_BUF_XS Signed-off-by: sakumisu <[email protected]>
2025-02-08feat(class/hid): add HID_X_DESCRIPTOR_INIT macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-26chore: fix wformat warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-26update(class/msc/usbh_msc): move msc scsi commands out to prevent blocking ↵sakumisu
enum thread Signed-off-by: sakumisu <[email protected]>
2025-01-20feat(osal): add argument macro for different os, especially for nuttxsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-16update(class/wireless/usbd_rndis): support transfer api for enet & wireless ↵sakumisu
without lwip Signed-off-by: sakumisu <[email protected]>
2025-01-16update(class/msc/usbh_msc): add retry macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-16fix(audio): fix audio feedback value caculationsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-16[update] class: msc host: update msc host class stack (#285)chenzhihong007
- use CONFIG_USBHOST_MSC_TIMEOUT as inquiry timeout - separate cbw/csw from g_msc_buf - try again ready check when device not ready - print errcode in error log Signed-off-by: Zhihong Chen <[email protected]>
2025-01-13update(demo): add macro for caculating feedback valuesakumisu
2024-12-28feat(demo): add feedback for audio v1 speaker templatesakumisu
2024-11-27fix(class/cdc/usbd_cdc_ecm): fix missing returnsakumisu
2024-11-25usbd_video: use pingpang buffer to improve tx performanceZhihong Chen
- use pingpang buffer to improve tx performance Signed-off-by: Zhihong Chen <[email protected]>
2024-11-25update(class/audio): change volume unit with dB, fix uac2.0 volume rangesakumisu
2024-11-24update: change memcpy to fast memcpysakumisu
2024-11-16refactor(class/video/usbd_video): refactor video stream transfer, support n ↵sakumisu
frames in one transfer
2024-11-11update(demo/usbd_rndis): update send & recv done api, add check for this demosakumisu
2024-11-11update(class/cdc/usbd_cdc_ecm): support transfer api for enet & wireless ↵sakumisu
without lwip