summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_hidkbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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