| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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]> | |||
| 2025-04-29 | update(class/wireless/usbd_rndis): enable indicate msg for sending connect ↵ | sakumisu | |
| status Signed-off-by: sakumisu <[email protected]> | |||
| 2025-04-28 | update(class): add weak api to avoid undefine symbol(not use such class but add) | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-04-23 | fix wformat warning | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-04-22 | refactor(class/usbd_msc): replace cherryrb with only variable | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-04-19 | fix wformat warning | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-04-17 | feat(class/usbh_hid): add usbh_hid_get_protocol api | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-04-09 | update(class/hid/usbd_hid): remove ununsed api | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-03-28 | fix: fix wformat warnings | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-03-28 | update: add usb align up for every buffer when use dcache clean&invalid api | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-02-25 | fix(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-08 | feat(class/hid): add HID_X_DESCRIPTOR_INIT macro | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-01-26 | chore: fix wformat warning | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-01-26 | update(class/msc/usbh_msc): move msc scsi commands out to prevent blocking ↵ | sakumisu | |
| enum thread Signed-off-by: sakumisu <[email protected]> | |||
| 2025-01-20 | feat(osal): add argument macro for different os, especially for nuttx | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-01-16 | update(class/wireless/usbd_rndis): support transfer api for enet & wireless ↵ | sakumisu | |
| without lwip Signed-off-by: sakumisu <[email protected]> | |||
| 2025-01-16 | update(class/msc/usbh_msc): add retry macro | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-01-16 | fix(audio): fix audio feedback value caculation | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
