summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_hidkbd.c
Commit message (Expand)AuthorAgeFilesLines
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-21/+21
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-5/+0
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-301-1/+1
* Fix typos in commentsGregory Nutt2014-02-091-29/+39
* Cosmetic changes to USB host class driver filesGregory Nutt2013-09-211-0/+1
* SAMA5 + HID Keyboard. Fixes to initialize the HID keyboard classGregory Nutt2013-09-201-6/+6
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-11/+1
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-1/+11
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-25/+30
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-3/+3
* Add support for key release eventspatacongo2012-12-271-4/+4
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-13/+21
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-261-4/+12
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-261-45/+330
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Add support for multiple work queuespatacongo2012-09-041-1/+1
* Changes for clean STM32 USB host driver buildpatacongo2012-08-201-1/+5
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Fix USB host error handling logicpatacongo2011-05-121-0/+4
* Fixes for kernel stub buildspatacongo2011-04-061-5/+4
* Add USH HID keyboard debouncingpatacongo2011-01-201-3/+33
* Fix issues detected by CppCheck toolpatacongo2011-01-191-21/+21
* Basic HID keyboard funcionality. More testing is neededpatacongo2011-01-191-81/+264
* Complete HID keyboard testpatacongo2011-01-181-11/+11
* Warnings not errors would be more politepatacongo2011-01-181-10/+26
* Add logic to map keyboard scancodespatacongo2011-01-181-58/+274
* More HID keyboard progresspatacongo2011-01-171-40/+87
* More HID keyboard supportpatacongo2011-01-161-203/+465
* Make space for int/isoc endpoint supportpatacongo2011-01-161-0/+9
* Extend the ED and get the transfer type into the EDpatacongo2011-01-141-1/+3
* Fleshing out keyboard driverpatacongo2011-01-141-68/+309
* Framework for HID keyboard -- not much there yetpatacongo2011-01-121-0/+1039