summaryrefslogtreecommitdiff
path: root/class/hid
AgeCommit message (Expand)Author
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
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-18delete hid statesakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-17remove comments to reduce rowssakumisu
2022-08-12add mount callback for device, move tests in mount callbacksakumisu
2022-07-31merge class rx setup functions into onesakumisu
2022-07-28refactor dcd api and ep in/out irq callback processsakumisu
2022-06-28update hid functions registersakumisu
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-04add class driver export macro controlsakumisu
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-12add static to embelish request handlersakumisu
2022-02-08format codessakimisu
2022-02-07replace ssize_t with intsakumisu
2022-02-06replace ssize_t with intsakumisu
2022-02-01add usb host stack(class not release completely)sakimusu
2022-02-01rename paramater named class with devclass insteadsakimusu
2022-01-15update licensesakumisu
2022-01-15add usb debug level control and color displaysakumisu