summaryrefslogtreecommitdiff
path: root/class/hub
AgeCommit message (Expand)Author
2025-01-20feat(osal): add argument macro for different os, especially for nuttxsakumisu
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
2024-09-19chore: static code analysissakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-07-07update(hub): update hub macros and hub params for usb3.0sakumisu
2024-06-23update(class/hub/usbh_hub): enumerate in ordersakumisu
2024-06-22update(core/usbh_core): do not use slist, we use recursionsakumisu
2024-06-07remove old xhci patchsakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-05-03move usbh_hubport_release api to coresakumisu
2024-04-19fix missing busidsakumisu
2024-03-14add timer to control interrupt transfersakumisu
2024-02-24align for some bufferssakumisu
2024-01-30update log tagsakumisu
2024-01-08support multi USB IP for hostsakumisu
2024-01-06dwc2: ctrl and bulk no need nak irq, when intr calls nak, retry by usersakumisu
2023-12-24add usbh_deinitialize apisakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-11-22add mutex for ep0 urb to avoid multithreadingsakumisu
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-13fix class api namesakumisu
2023-11-03check qtd active status to fix nbytes = 0 in nak or ping statussakumisu
2023-10-12osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue useZhihong Chen
2023-09-07Update hcd-ehci, dcd-dwc2 and examples.Wayne Lin
2023-08-27fix warningsakimisu
2023-08-13[hub 修正] 快速断开的情况下无法处理断开事件heyuanjie87
2023-08-05fix function namesakimisu
2023-07-12use static memory to malloc & free classsakimisu
2023-07-12fix rt-thread once thread deletesakimisu
2023-07-05enum device with disposable thread, do not block hub threadsakimisu
2023-04-29fix build errorsakimisu
2023-04-22align hub intbufsakimisu
2023-04-21update hub process for usb3.0, update xhci driversakimisu
2023-04-21fix pointer in 64bit cpu, use uintptr_t insteadsakimisu
2023-03-17fix warning when use no ext hubsakumisu
2023-02-23move ep0 active into hub eventsakumisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2023-01-10fix no exthub build errorsakumisu
2022-12-31rename class info namesakimisu
2022-12-31optimise hub debounce processsakimisu
2022-12-30release sources when enable port failssakimisu
2022-12-11update hub thread wakeup with queue not sem&listsakimisu
2022-12-03Preventing resources from not being releasedsakumisu
2022-12-03disable ext hub when CONFIG_USBHOST_MAX_EXTHUBS = 0sakumisu
2022-12-03remove roothub parent hport to reduce codesizesakumisu
2022-11-21remove device mount and unmount callbacksakimisu
2022-10-05start next hub int transfer after enumrateionsakumisu
2022-10-01remove irq protect when allocates devnumsakumisu