summaryrefslogtreecommitdiff
path: root/class/mtp
AgeCommit message (Collapse)Author
2026-06-01refactor(class/mtp): remove system stat and fcntl dependencesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-04fix(class/mtp): fix typosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-11fix typosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-03update(class/mtp): support obj remove & add eventsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-05-26feat(class/mtp): support mtp devicesakumisu
Signed-off-by: sakumisu <[email protected]>
2023-12-16remove mtp & printer classsakumisu
2023-06-21format class struct and global variable namesakimisu
2023-06-21export cdc/msc/rndis/mtp mps, configured by usersakimisu
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2022-11-26update mtp device, just enum donesakimisu
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
handler
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-17remove comments to reduce rowssakumisu
2022-07-31add nocache ram config when enable dcachesakumisu
2022-05-22alloc class name after the necessary commands are completedsakumisu
2022-05-14add initial printer、mtp、template class driversakumisu