summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Expand)Author
2024-03-28fix msc buf overflow because of SCSICMD_INQUIRY_SIZEOFsakumisu
2024-03-23rndis: fix MessageLength checkZhihong Chen
2024-03-18add rtl8152 host driversakumisu
2024-03-14add timer to control interrupt transfersakumisu
2024-03-11fix warningsakumisu
2024-03-10support cdc ncm hostsakumisu
2024-02-24align for some bufferssakumisu
2024-02-24fix asix output zlpsakumisu
2024-02-24classify vendor classsakumisu
2024-02-24add get_connect_status api for rndis/cdc_ecm/asixsakumisu
2024-02-23class: msc: stage change should be before usbd_ep_start_write()Zhihong Chen
2024-02-22remove duplicate class infosakumisu
2024-02-19update asix phy configsakumisu
2024-02-15enable asix host driversakumisu
2024-02-09format codesakumisu
2024-02-09update license yearsakumisu
2024-02-06support multi port api for devicesakumisu
2024-02-06class: msc device: support multi lunZhihong Chen
2024-02-03make serial driver standard for cdc acm, ftdi, cp210x, ch34xsakumisu
2024-02-02use cdc_linecoding and line state for ftdisakumisu
2024-02-02add ftdi hostsakumisu
2024-01-30update log tagsakumisu
2024-01-29add zephyr bluetooth submodulesakumisu
2024-01-25support hci usb h4 for usb bluetoothsakumisu
2024-01-23fix actual len positionsakumisu
2024-01-16add usbd init and deinit event macrosakumisu
2024-01-14add ecm device write and read apisakumisu
2024-01-09fix cdc ecm zlp checksakumisu
2024-01-09update bluetooth rx callback, add zephyr bluetooth stack portingsakumisu
2024-01-08support multi USB IP for hostsakumisu
2024-01-06support usb ble hostsakumisu
2024-01-06dwc2: ctrl and bulk no need nak irq, when intr calls nak, retry by usersakumisu
2024-01-06rename CONFIG_USBDEV_MSC_BLOCK_SIZE to CONFIG_USBDEV_MSC_MAX_BUFSIZEsakumisu
2023-12-24add usbh_deinitialize apisakumisu
2023-12-19create lwip rx thread by usersakumisu
2023-12-16remove vendor host class because its version is too oldsakumisu
2023-12-16remove mtp & printer classsakumisu
2023-12-05update hc templatesakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-12-01add config for rndis & ecm threadsakumisu
2023-11-24delete lwip rx thread in selfsakumisu
2023-11-22add mutex for ep0 urb to avoid multithreadingsakumisu
2023-11-22reset rx length when pbuf allocs failedsakumisu
2023-11-22add some delay to avoid too much error log when device is disconnectedsakumisu
2023-11-22add ecm and rndis thread delete for dynamic netifsakumisu
2023-11-20make hub_set_feature and hub_clear_feature api publicsakumisu
2023-11-17use static urb for ep0sakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-15fix ecm mac buffer sizesakumisu
2023-11-13fix rndis query & set msg wLength, only support one rndis devicesakumisu