summaryrefslogtreecommitdiff
path: root/class/hid/usbh_hid.h
AgeCommit message (Expand)Author
2026-03-11feat(class/hid/usbh_hid): add usbh_hid_report_convert apisakumisu
2026-03-05update(class/hid/usbh_hid): replace report type macrosakumisu
2026-03-03refactor(class/hid/usbh_hid): refactor hid parse api againsakumisu
2025-12-17feat(class/hid): add hid report parse apisakumisu
2025-04-17feat(class/usbh_hid): add usbh_hid_get_protocol apisakumisu
2024-09-27update(class/hid/usbh_hid): export usbh_hid_get_report_descriptor api, refs:#260sakumisu
2024-08-18update(class/hid/usbh_hid): read report size from hid descsakumisu
2024-04-24add user_data param in host class for userssakumisu
2024-04-23add hid host report apisakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2022-11-26add host class run and stop callbacksakimisu
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-04-04Standardized function parameter with xxx_classsakumisu
2022-04-04add class driver export macro controlsakumisu
2022-03-23update class driver info,support class driver exportjzlv
2022-03-19update host class driver struct: add hport.aozima
2022-02-24use hport setup to replace class setup,move out test demosakumisu
2022-02-08format codessakimisu
2022-02-01add usb host stack(class not release completely)sakimusu