aboutsummaryrefslogtreecommitdiff
path: root/common/usb_kbd.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-12usb: workaround non-working keyboards.Vincent Palatin1-2/+7
2013-06-12usb: properly re-initialize the USB keyboard.Vincent Palatin1-0/+1
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam1-15/+9
2012-11-20USB: add arrow key support to usb_kbdAllen Martin1-0/+13
2012-11-20USB: make usb_kbd obey USB DMA alignment requirementsAllen Martin1-1/+4
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com1-1/+17
2012-03-03USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com1-0/+6
2012-03-03usb: add numeric keypad support to HID driverVincent Palatin1-0/+10
2012-03-03USB: fix USB keyboard polling parameterVincent Palatin1-1/+1
2011-12-11USB: Drop dead code from usb_kbd.cMarek Vasut1-379/+0
2011-12-11USB: Rework usb_kbd.cMarek Vasut1-262/+325
2011-12-11USB: Add functionality to poll the USB keyboard via control EPMarek Vasut1-14/+50
2011-12-09common/usb_kbd.c: fix bug introduced in commit 00b7d6eWolfgang Denk1-1/+1
2011-12-09USB: Squash checkpatch warnings in usb_kbd.cMarek Vasut1-289/+320
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