summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Expand)Author
2023-02-23move ep0 active into hub eventsakumisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2023-02-07do not check if device is closedsakimisu
2023-02-05support more audio altsettingsakumisu
2023-02-05config ep pipe after set_interfacesakumisu
2023-01-28add some log for rndis rx txsakimisu
2023-01-15fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4csakimisu
2023-01-10fix no exthub build errorsakumisu
2023-01-03reset pipe and is_opened before set_interface cmdsakimisu
2023-01-02fix hpm/usb_dc_hpm.c warning.Zhihong Chen
2023-01-02update audio class and demo templateZhihong Chen
2022-12-31add audio host driversakimisu
2022-12-31add class only matchsakimisu
2022-12-31rename class info namesakimisu
2022-12-31update video driversakimisu
2022-12-31optimise hub debounce processsakimisu
2022-12-30release sources when enable port failssakimisu
2022-12-11add usb tx rx thread for devicesakimisu
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-26add host class run and stop callbacksakimisu
2022-11-26update mtp device, just enum donesakimisu
2022-11-21remove device mount and unmount callbacksakimisu
2022-11-19fix rndis pipe config and move cmd & resp into no cache ramv0.7.0sakimisu
2022-10-20remove intf mallocsakumisu
2022-10-14remove duplicate macrossakumisu
2022-10-07list all video altsettingssakumisu
2022-10-07fix rndis mpssakumisu
2022-10-06update rndis device driver and templatesakumisu
2022-10-06do not reset bufoffset when len=0 or len=buf[0]sakumisu
2022-10-05update video templatesakumisu
2022-10-05start next hub int transfer after enumrateionsakumisu
2022-10-01ignore set_idle when failssakumisu
2022-10-01remove irq protect when allocates devnumsakumisu
2022-10-01remove hub device driversakumisu
2022-10-01remove mm32/imxrt/nuvoton old portsakumisu
2022-09-26fix probe to commitsakumisu
2022-09-25add msc readonly featuresakumisu
2022-09-25fix msc process in ossakumisu
2022-09-25config ep0 default mps in usbh_enumeratesakumisu
2022-09-25fix hid durationsakumisu
2022-09-24check if video frame header is illegalsakumisu
2022-09-24record video altsetting numsakumisu
2022-09-23add usb host video classsakumisu
2022-09-23fix video payload head togglesakumisu
2022-09-23add super speed stringsakumisu
2022-09-22xhci keyboard and mouse okzhugengyu
2022-09-18update dfu demo and driversakumisu