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