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-09 02:44:53 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2e71e0632f8106d1505d313e7171904536feec45
nuttx
/
drivers
/
usbhost
T
History
Gregory Nutt
108ffe7044
Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
2019-11-29 19:03:24 -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
Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
2019-11-29 19:03:24 -06:00
usbhost_registerclass.c
…
usbhost_registry.c
…
usbhost_registry.h
…
usbhost_skeleton.c
…
usbhost_storage.c
…
usbhost_trace.c
…
usbhost_xboxcontroller.c
…