This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5d2db594240ffeda5c58522694bcd1603aab2e76
nuttx
/
drivers
/
usbhost
T
History
Gregory Nutt
3e4449eb1f
drivers/usbhost/Kconfig: Change default for CONFIG_HIDKBD_POLLUSEC per recommendation of Jeff Theusch.
2019-10-23 09:07:23 -06:00
..
hid_parser.c
…
Kconfig
drivers/usbhost/Kconfig: Change default for CONFIG_HIDKBD_POLLUSEC per recommendation of Jeff Theusch.
2019-10-23 09:07:23 -06:00
Make.defs
Merged in alinjerpelea/nuttx (pull request
#1059
)
2019-10-23 13:12:21 +00:00
usbhost_cdcacm.c
…
usbhost_composite.c
drivers/usbhost/usbhost_composite.c: The cfgdesc pointer was initialized after the buffer had been advanced, so it was not pointing where it should. The totallen operations at the end of the function ended up overwriting memory belonging to the first copied interface descriptor.
2019-06-22 07:27:15 -06:00
usbhost_composite.h
…
usbhost_devaddr.c
…
usbhost_enumerate.c
…
usbhost_findclass.c
…
usbhost_hidkbd.c
drivers/usbhost/usbhost_hidkbd.c: Fix keyboard debounce algorithm used when CONFIG_HIDKBD_NODEBOUNCE is undefined.
2019-10-23 08:39:09 -06:00
usbhost_hidmouse.c
…
usbhost_hub.c
…
usbhost_max3421e.c
Fix some typos
2019-09-17 10:46:23 -06:00
usbhost_registerclass.c
…
usbhost_registry.c
…
usbhost_registry.h
…
usbhost_skeleton.c
…
usbhost_storage.c
…
usbhost_trace.c
…
usbhost_xboxcontroller.c
…