summaryrefslogtreecommitdiff
path: root/common/usb_kbd.c
Commit message (Expand)AuthorAgeLines
* USB Consolidate descriptor definitionsTom Rix2009-12-20-9/+13
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-18-7/+7
* usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structureThomas Abraham2009-01-28-0/+1
* usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD2008-12-20-0/+4
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-3/+3
* Correct drv_usb_kbd_init functionRyan CHEN2008-09-09-0/+2
* devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD2008-08-31-8/+6
* common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-5/+0
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-14-2/+2
* USB: replace old swap_ with proper endianess conversion macrosChristian Eggers2008-05-22-5/+6
* Big white-space cleanup.Wolfgang Denk2008-05-21-2/+2
* Add Ctrl combo key support to usb keyboard driver.Zhang Wei2008-01-09-0/+19
* Fix the issue of usb_kbd driver missing the scan code of key 'z'.Zhang Wei2007-11-03-1/+1
* USB event poll supportZhang Wei2007-06-06-1/+5
* * Code cleanup:wdenk2003-06-27-6/+0
* Initial revisionwdenk2002-08-17-0/+734