summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Expand)Author
2023-06-02audio: fix descriptor endpoint attribute error and add audiov2 feedback descr...Zhihong Chen
2023-05-26extend report lengthsakimisu
2023-05-24use usbh_hport_activate_epx to alloc rndis intin pipesakimisu
2023-05-24class: rndis host: fix buffer size and pointer errorZhihong Chen
2023-05-24fix hid get report lensakumisu
2023-05-24check with last to reduce set line coding repeatlysakumisu
2023-05-19修复requestsense设定数据长度错误的问题heyuanjie87
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
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-30add const for printer device_idsakumisu
2023-03-22add usbd_event_handler for userssakumisu
2023-03-22add volume and mute controlsakumisu
2023-03-22remove unused functionssakumisu
2023-03-17fix warning when use no ext hubsakumisu
2023-03-16fix print logsakumisu
2023-03-12move variables into no cachesakimisu
2023-03-12format codesakimisu
2023-03-11update printer driver and demosakumisu
2023-03-11[update] Improve the compatibility of USB flash drive enumeration。zhouji
2023-03-08fix typosakimisu
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