summaryrefslogtreecommitdiff
path: root/class/wireless
AgeCommit message (Expand)Author
2023-11-13fix rndis query & set msg wLength, only support one rndis devicesakumisu
2023-08-30fix warningsakumisu
2023-08-27fix warningsakimisu
2023-08-05change rndis_encapsulated_resp_buffer size to 156v0.10.0sakimisu
2023-08-05class: rndis: host: fix function nameZhihong Chen
2023-07-12use static memory to malloc & free classsakimisu
2023-06-21format class struct and global variable namesakimisu
2023-05-24use usbh_hport_activate_epx to alloc rndis intin pipesakimisu
2023-05-24class: rndis host: fix buffer size and pointer errorZhihong Chen
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
2023-01-28add some log for rndis rx txsakimisu
2023-01-02fix hpm/usb_dc_hpm.c warning.Zhihong Chen
2022-11-26add host class run and stop callbacksakimisu
2022-11-19fix rndis pipe config and move cmd & resp into no cache ramv0.7.0sakimisu
2022-10-20remove intf mallocsakumisu
2022-10-07fix rndis mpssakumisu
2022-10-06update rndis device driver and templatesakumisu
2022-09-17update rndis device driversakumisu
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-19delete ununsed commentsakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-05-22fix -Wformat warningsakumisu
2022-05-22alloc class name after the necessary commands are completedsakumisu
2022-04-04add usb rndis host driversakumisu
2022-03-27clean compiler warning.aozima
2022-03-15add usb rndis devicesakumisu