summaryrefslogtreecommitdiff
path: root/class/printer
AgeCommit message (Expand)Author
2023-08-05fix function namesakimisu
2023-07-12use static memory to malloc & free classsakimisu
2023-06-21format class struct and global variable namesakimisu
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-03-30add const for printer device_idsakumisu
2023-03-11update printer driver and demosakumisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-09-08remove custom handler, split class handler into interface and endpointsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-17remove comments to reduce rowssakumisu
2022-05-22alloc class name after the necessary commands are completedsakumisu
2022-05-14add initial printer、mtp、template class driversakumisu