summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Collapse)Author
2025-12-01update: remove ununsed bl616 wifi driversakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-28update(class/hub): remove hport sources safelysakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-25fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-25feat(class): support more match flags for cdc acm & rndissakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-04fix(class/hub): delete thread before delete mqsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-10-09update(hub/usbh_hub): add check for nportssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-10-09fix: fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-09-27feat(class/video/usbh_video): support bulk modesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-09-01bugfix: Fix some compilation errorsLiPeng
2025-08-30feat: host add event callback mechanism similar to deviceEgahp
* fix: fix warning for speed_table * fix(port/dwc2/usb_hc_dwc2): add roothub.speed init * feat(usbh_core): add event_callback * fix(usbh_hub): fix event device reset port * fix(usbh_hub): remove event init when init failed * feat(usbh_core): add default dummy_event_callback * fix(usbh_hub): emit reset event only on successful reset * fix(usbh_core): emit interface start only on successful connect class driver * feat(usbh_core): change event_callback to typedef * feat(port): update port usbh init params * doc: update usbh_initialize desc * fix(usbh_core): check result from ret == 0 change to ret >= 0 --------- Signed-off-by: egahp <[email protected]>
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]>