.. |
hid_parser.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
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
|
drivers/usbhost: Remove duplicate const in usbhost files.
|
2019-06-20 06:49:56 -06:00 |
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
|
Fix some typographical errors.
|
2018-09-14 06:55:45 -06:00 |
usbhost_devaddr.c
|
Squashed commit of the following:
|
2017-10-04 15:22:27 -06:00 |
usbhost_enumerate.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
usbhost_findclass.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
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
|
drivers/usbhost: Remove duplicate const in usbhost files.
|
2019-06-20 06:49:56 -06:00 |
usbhost_hub.c
|
drivers/usbhost: Remove duplicate const in usbhost files.
|
2019-06-20 06:49:56 -06:00 |
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
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
usbhost_registry.c
|
USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts
|
2015-01-11 08:05:09 -06:00 |
usbhost_registry.h
|
Make some file section headers more consistent with standard
|
2015-04-08 07:15:32 -06:00 |
usbhost_skeleton.c
|
drivers/usbhost: Remove duplicate const in usbhost files.
|
2019-06-20 06:49:56 -06:00 |
usbhost_storage.c
|
drivers/usbhost/usbhost_storage.c: Correct typo "const const" to "const".
|
2019-04-23 11:11:11 -06:00 |
usbhost_trace.c
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
usbhost_xboxcontroller.c
|
drivers/usbhost: Remove duplicate const in usbhost files.
|
2019-06-20 06:49:56 -06:00 |