summaryrefslogtreecommitdiff
path: root/class/hid
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
2026-02-03style(class): remove device warning logs for memorysakumisu
2025-12-17feat(class/hid): add hid report parse apisakumisu
2025-12-04update(demo): add more descriptor init macrossakumisu
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-05-07class: hid: Fix typo: MODIFER → MODIFIERRuncheng Lu
2025-04-17feat(class/usbh_hid): add usbh_hid_get_protocol apisakumisu
2025-04-09update(class/hid/usbd_hid): remove ununsed apisakumisu
2025-02-08feat(class/hid): add HID_X_DESCRIPTOR_INIT macrosakumisu
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-08-13fix(class/hid): fix typosakumisu
2024-08-05change hid_mouse_reportwangzongqiang
2024-06-23update: check class->hport validitysakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-04-24add user_data param in host class for userssakumisu
2024-04-23add hid host report apisakumisu
2024-02-06support multi port api for devicesakumisu
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-21Fix the callback api in usbd_hid.cChen Leeren
2023-07-12use static memory to malloc & free classsakimisu
2023-05-26extend report lengthsakimisu
2023-05-24fix hid get report lensakumisu
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-03-08fix typosakimisu
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-20remove intf mallocsakumisu
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-09-08remove custom handler, split class handler into interface and endpointsakumisu