incubator-nuttx/drivers/usbdev
sunkun3 7ba9236c54 usbdev/composite: winusb devices are not automatically recognized by windows
Description bMS_VendorCode is incorrectly configured. Change it to
USB_REQ_GETMSFTOSDESCRIPTOR(0xee), which is the same as the request
processing logic for GET_MS_DESCRIPTOR in the code

Signed-off-by: sunkun3 <sunkun3@xiaomi.com>
2023-08-11 13:19:13 +08:00
..
CMakeLists.txt usbdev: move usbdev_req function to common code 2023-08-03 22:46:25 -07:00
Kconfig composite: add COMPOSITE_DEVICES config for composite device 2023-08-08 19:25:57 +08:00
Make.defs usbdev: Use composite devices as universal devices 2023-08-07 11:23:36 +08:00
adb.c usbdev: a memory leak occurred when the usb uninitialize process was executed 2023-08-11 13:19:13 +08:00
cdcacm.c usbdev: a memory leak occurred when the usb uninitialize process was executed 2023-08-11 13:19:13 +08:00
cdcacm.h nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
cdcacm_desc.c Fix error: array subscript 2 is above array bounds of 'uint8_t[2]' 2022-03-10 19:46:01 +02:00
cdcecm.c usbdev: move usbdev_req function to common code 2023-08-03 22:46:25 -07:00
cdcecm.h nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
composite.c usbdev/composite: winusb devices are not automatically recognized by windows 2023-08-11 13:19:13 +08:00
composite.h composite: add COMPOSITE_DEVICES config for composite device 2023-08-08 19:25:57 +08:00
composite_desc.c composite: Use the correct USB dual-speed descriptor when enabling IAD 2023-08-08 17:01:41 +08:00
dfu.c usbdev: move usbdev_req function to common code 2023-08-03 22:46:25 -07:00
pl2303.c usbdev: a memory leak occurred when the usb uninitialize process was executed 2023-08-11 13:19:13 +08:00
rndis.c usbdev: a memory leak occurred when the usb uninitialize process was executed 2023-08-11 13:19:13 +08:00
rndis_std.h drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
usbdev_req.c usbdev: move usbdev_req function to common code 2023-08-03 22:46:25 -07:00
usbdev_strings.c drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
usbdev_trace.c drivers: Author Gregory Nutt: update licenses to Apache 2021-03-04 18:32:27 -08:00
usbdev_trprintf.c Add printflike and scanflike to all printf/scanf like functions 2022-07-18 14:14:36 +03:00
usbmsc.c usbdev: move usbdev_req function to common code 2023-08-03 22:46:25 -07:00
usbmsc.h Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
usbmsc_desc.c Fix usbdev/usbmsc_desc.c:316:7: error: variable 'length' set but not used [-Werror,-Wunused-but-set-variable] 2022-10-30 16:03:35 +01:00
usbmsc_scsi.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00