| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-28 | update(class/cdc): change serial state macro | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-28 | chore: replace tab with space | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-28 | update(class/gamepad): use hid intf init api | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-05 | update(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-29 | feat(class/gamepad): add gamepad device | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-21 | fix(serial): add default handler for gsm | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-18 | update(usbh_gsm): add ml307r vid | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-17 | feat(class/hid): add hid report parse api | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-17 | fix(usbh_serial): fix serial iobuffer size, remove length limit of write | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-15 | fix(usbh_cp210x): remove ununsed code | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-15 | fix(serial): fix host serial framework support for rt-thread | MDLZCOOL | |
| 2025-12-14 | fix(usbh_serial): don't resubmit the read urb when rx short packet | MDLZCOOL | |
| 2025-12-14 | fix(usbh_ch34x): program baudrate registers after divisor calculation | MDLZCOOL | |
| 2025-12-14 | feat(usbh_serial): Use Ping-Pong Buffer to Decrease Packet Loss | MDLZCOOL | |
| 2025-12-12 | refactor(serial): add host serial framework | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-05 | update(demo): format uac demos with macros | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-04 | update(demo): add more descriptor init macros | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-01 | update: remove ununsed bl616 wifi driver | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-28 | update(class/hub): remove hport sources safely | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-25 | fix warning | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-25 | feat(class): support more match flags for cdc acm & rndis | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-04 | fix(class/hub): delete thread before delete mq | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-10-09 | update(hub/usbh_hub): add check for nports | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-10-09 | fix: fix warning | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-09-27 | feat(class/video/usbh_video): support bulk mode | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-09-01 | bugfix: Fix some compilation errors | LiPeng | |
| 2025-08-30 | feat: host add event callback mechanism similar to device | Egahp | |
| * 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-04 | fix(class/mtp): fix typo | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-07-25 | update: add output_len param for usbh_get_string_desc | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-07-25 | style: format log | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-07-24 | fix(class/hub/usbh_hub): fix port to port+1 | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-07-19 | Clear error code after intentionally ignoring it | Derek 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-16 | style: remove some logs | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-07-11 | fix typo | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-07-03 | update(class/mtp): support obj remove & add event | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-07-01 | fix(class/hub): change urb interval unit to us | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-06-24 | fix(vendor/serial/usbh_ftdi): fix missing break | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-06-19 | fix warning | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-06-17 | msc: add support for SCSI_CMD_SYNCHCACHE10 (0x35) to fix unsupported command ↵ | KK | |
| error | |||
| 2025-06-04 | update(class/hub/usbh_hub): reduce critical section range | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-06-03 | feat(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-29 | fix overflow warning | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-05-29 | update(class/video): change headerlen to 12 for 4 byte align, fix encoding | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-05-28 | refactor(class/video/usbd_video): zero copy for video data transfer | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-05-26 | feat(class/mtp): support mtp device | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-05-15 | fix(class/vendor/ftdi): fix ftdi baudrate caculation | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-05-07 | update(class): replace ecm & rndis USB_ERR_NOTDEV with USB_ERR_NOTCONN | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-05-07 | update(class/wireless/usbd_rndis): use usbd_rndis_start_write for ↵ | sakumisu | |
| usbd_rndis_eth_tx Signed-off-by: sakumisu <[email protected]> | |||
| 2025-05-07 | class: hid: Fix typo: MODIFER → MODIFIER | Runcheng Lu | |
| Signed-off-by: Runcheng Lu <[email protected]> | |||
| 2025-04-30 | fix unused warnings | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
