1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/drivers/usbdev
Jukka Laitinen 5d4d2cbbc8 drivers/usbdev/pl2303.c: Don't let maximum number of bytes in request exceed CONFIG_PL2303_BULKIN_REQLEN
The request length may not exceed CONFIG_PL2303_BULKIN_REQLEN, otherwise buffer overflow will occur

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
2024-10-03 08:55:13 +08:00
..
adb.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
cdcacm.c drivers/usbdev/cdcacm.c: Set reqlen properly according to ep->maxpacket and CONFIG_CDCACM_BULKIN/OUT_REQLEN 2024-10-03 08:55:13 +08:00
cdcacm.h usbdev: unify the parameter of mkconfdesc function 2024-08-27 12:53:15 -03:00
cdcacm_desc.c cdcacm: config to enable or disable interrupt endpoint 2024-09-30 20:32:47 +08:00
cdcecm.c drivers/usbdev/: don't send setconfig response for xxxx_setup with composite 2024-09-30 14:06:35 +08:00
cdcecm.h usbdev/cdcncm: fix some issues 2024-08-21 02:01:01 +08:00
cdcncm.c drivers/usbdev/: don't send setconfig response for xxxx_setup with composite 2024-09-30 14:06:35 +08:00
CMakeLists.txt usbdev: add ncm driver 2024-08-21 02:01:01 +08:00
composite.c composite.c warning 2024-09-16 10:33:01 +08:00
composite.h usbdev: Fix build error with BOARD_USBDEV_SERIALSTR 2023-09-15 13:34:06 +08:00
composite_desc.c usbdev: Fix build error with BOARD_USBDEV_SERIALSTR 2023-09-15 13:34:06 +08:00
dfu.c usbdev: unify the parameter of mkconfdesc function 2024-08-27 12:53:15 -03:00
Kconfig cdcacm: config to enable or disable interrupt endpoint 2024-09-30 20:32:47 +08:00
Make.defs usbdev: add ncm driver 2024-08-21 02:01:01 +08:00
mtp.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
pl2303.c drivers/usbdev/pl2303.c: Don't let maximum number of bytes in request exceed CONFIG_PL2303_BULKIN_REQLEN 2024-10-03 08:55:13 +08:00
rndis.c drivers: usbdev: Fix USB descriptor 2024-09-03 11:45:45 -03:00
rndis_std.h drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
usbdev_desc.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbdev_fs.c driver/usbdev: support userspace to access ep0 2024-09-11 22:00:26 +08:00
usbdev_fs.h usbdev: add usbdev fs device for usb char device 2023-09-09 15:52:08 +08:00
usbdev_req.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
usbdev_strings.c drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
usbdev_trace.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +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: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbmsc.h usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbmsc_desc.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbmsc_scsi.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00