summaryrefslogtreecommitdiffstats
path: root/common/usb_kbd.c
Commit message (Expand)AuthorAgeFilesLines
* dm: usb: Support driver model with USB keyboardsSimon Glass2015-04-181-1/+33
* dm: usb: Split out the keyboard probe into its own functionSimon Glass2015-04-181-38/+51
* usb: Fix usb_kbd_deregister when console-muxing is usedHans de Goede2015-01-181-0/+4
* usb: Add an interval parameter to create_int_queueHans de Goede2015-01-181-2/+4
* usb: kbd: Add (optional) support for using an interrupt queue for pollingHans de Goede2014-11-041-0/+19
* usb: kbd: Cache pipe, interval and packetsizeHans de Goede2014-11-041-21/+13
* usb: kbd: Fix memleak on usb_kbd_deregister()Hans de Goede2014-11-041-3/+13
* usb: kbd: Remove unused usb_kbd_generic_poll functionHans de Goede2014-11-041-26/+0
* usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede2014-10-061-2/+2
* stdio: Add force parameter to stdio_deregisterHans de Goede2014-10-061-1/+1
* usb: kbd: Remove check for already being registeredHans de Goede2014-10-061-11/+1
* usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregisterHans de Goede2014-10-061-1/+6
* usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()Hans de Goede2014-10-061-2/+3
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-2/+2
* stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-231-2/+0
* usb: Fix USB keyboard polling via control endpointAdrian Cox2014-04-301-11/+25
* console: usb: kbd: To fix slow TFTP bootingJim Lin2013-08-261-10/+10
* console: usb: kbd: To improve TFTP booting performanceJim Lin2013-08-261-0/+15
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* usb: workaround non-working keyboards.Vincent Palatin2013-06-121-2/+7
* usb: properly re-initialize the USB keyboard.Vincent Palatin2013-06-121-0/+1
* usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam2013-05-051-15/+9
* USB: add arrow key support to usb_kbdAllen Martin2012-11-201-0/+13
* USB: make usb_kbd obey USB DMA alignment requirementsAllen Martin2012-11-201-1/+4
* USB: move keyboard polling into kbd driveramartin@nvidia.com2012-03-031-1/+17
* USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com2012-03-031-0/+6
* usb: add numeric keypad support to HID driverVincent Palatin2012-03-031-0/+10
* USB: fix USB keyboard polling parameterVincent Palatin2012-03-031-1/+1
* USB: Drop dead code from usb_kbd.cMarek Vasut2011-12-111-379/+0
* USB: Rework usb_kbd.cMarek Vasut2011-12-111-262/+325
* USB: Add functionality to poll the USB keyboard via control EPMarek Vasut2011-12-111-14/+50
* common/usb_kbd.c: fix bug introduced in commit 00b7d6eWolfgang Denk2011-12-091-1/+1
* USB: Squash checkpatch warnings in usb_kbd.cMarek Vasut2011-12-091-289/+320
* USB Consolidate descriptor definitionsTom Rix2009-12-201-9/+13
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-7/+7
* usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structureThomas Abraham2009-01-281-0/+1
* usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD2008-12-201-0/+4
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-3/+3
* Correct drv_usb_kbd_init functionRyan CHEN2008-09-091-0/+2
* devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD2008-08-311-8/+6
* common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-5/+0
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-141-2/+2
* USB: replace old swap_ with proper endianess conversion macrosChristian Eggers2008-05-221-5/+6
* Big white-space cleanup.Wolfgang Denk2008-05-211-2/+2
* Add Ctrl combo key support to usb keyboard driver.Zhang Wei2008-01-091-0/+19
* Fix the issue of usb_kbd driver missing the scan code of key 'z'.Zhang Wei2007-11-031-1/+1
* USB event poll supportZhang Wei2007-06-061-1/+5
* * Code cleanup:wdenk2003-06-271-6/+0
* Initial revisionwdenk2002-08-171-0/+734
OpenPOWER on IntegriCloud