summaryrefslogtreecommitdiff
path: root/class/printer/usbh_printer.c
AgeCommit message (Collapse)Author
2023-12-16remove mtp & printer classsakumisu
2023-08-05fix function namesakimisu
2023-07-12use static memory to malloc & free classsakimisu
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-05-22alloc class name after the necessary commands are completedsakumisu
2022-05-14add initial printer、mtp、template class driversakumisu