summaryrefslogtreecommitdiff
path: root/class/hid/usbh_hid.c
AgeCommit message (Expand)Author
2026-07-14fix(security): check desc len overflowsakumisu
2026-05-19fix(class/hid/usbh_hid): fix missing hport->intfsakumisu
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-11-25fix warningsakumisu
2025-06-03feat(class): add usb_osal_thread_schedule_other to allow the applications whi...sakumisu
2025-05-29fix overflow warningsakumisu
2025-04-17feat(class/usbh_hid): add usbh_hid_get_protocol apisakumisu
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
2024-09-28Reduce size of HID class request bufferDerek Konigsberg
2024-09-27update(class/hid/usbh_hid): export usbh_hid_get_report_descriptor api, refs:#260sakumisu
2024-09-19chore: static code analysissakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-18update(class/hid/usbh_hid): read report size from hid descsakumisu
2024-08-15fix(class): use different buffer for cdc_acm,hid,msc,serialsakumisu
2024-06-23update: check class->hport validitysakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-04-23add hid host report apisakumisu
2024-01-30update log tagsakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-08-05fix function namesakimisu
2023-07-12use static memory to malloc & free classsakimisu
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2022-12-31add class only matchsakimisu
2022-11-26add host class run and stop callbacksakimisu
2022-10-01ignore set_idle when failssakumisu
2022-10-01remove irq protect when allocates devnumsakumisu
2022-09-25fix hid durationsakumisu
2022-09-22xhci keyboard and mouse okzhugengyu
2022-09-14add interface altsetting structsakumisu
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-08-12add mount callback for device, move tests in mount callbacksakumisu
2022-06-16delete unused retsakumisu
2022-06-15fix warningssakumisu
2022-05-22alloc class name after the necessary commands are completedsakumisu
2022-04-04Standardized function parameter with xxx_classsakumisu
2022-04-01fix size_t compile errorsakumisu
2022-03-31fixed osal critical section protect adapt 64bits CPU.xieyangrun
2022-03-27clean compiler warning.aozima
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-14fix struct name due to copy errorsakumisu
2022-02-13complete async callback process for print received datasakumisu
2022-02-08format codessakimisu