summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Collapse)Author
2026-01-28update(class/cdc): change serial state macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28chore: replace tab with spacesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28update(class/gamepad): use hid intf init apisakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-05update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* ↵sakumisu
macro is defined or not in usbh_lwip.c Signed-off-by: sakumisu <[email protected]>
2025-12-29feat(class/gamepad): add gamepad devicesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-21fix(serial): add default handler for gsmsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-18update(usbh_gsm): add ml307r vidsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-17feat(class/hid): add hid report parse apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-17fix(usbh_serial): fix serial iobuffer size, remove length limit of writesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-15fix(usbh_cp210x): remove ununsed codesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-15fix(serial): fix host serial framework support for rt-threadMDLZCOOL
2025-12-14fix(usbh_serial): don't resubmit the read urb when rx short packetMDLZCOOL
2025-12-14fix(usbh_ch34x): program baudrate registers after divisor calculationMDLZCOOL
2025-12-14feat(usbh_serial): Use Ping-Pong Buffer to Decrease Packet LossMDLZCOOL
2025-12-12refactor(serial): add host serial frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-05update(demo): format uac demos with macrossakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-04update(demo): add more descriptor init macrossakumisu
Signed-off-by: sakumisu <[email protected]>
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]>