summaryrefslogtreecommitdiff
path: root/common/usb_kbd.c
Commit message (Expand)AuthorAgeLines
* Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass2016-10-23-1/+1
* usb: squash lines for immediate returnMasahiro Yamada2016-09-23-4/+1
* usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede2016-04-10-1/+2
* usb: kbd: Prevent out of bound accessMarek Vasut2016-01-25-1/+1
* dm: usb: Add a remove() method for USB keyboardsSimon Glass2016-01-07-0/+36
* usb: kbd: don't use int xfers when polling via ctrl xfersStephen Warren2015-12-17-0/+3
* usb: Avoid open-coded USB constants in usb_kbd.cSimon Glass2015-11-19-5/+5
* usb: Drop unused code in usb_kbd.cSimon Glass2015-11-19-30/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+1
* dm: input: Create a keyboard uclassSimon Glass2015-11-19-6/+0
* dm: usb: Add support for USB keyboards with driver modelSimon Glass2015-11-19-2/+50
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-05-1/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+1
* dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-21-2/+2
* usb: kbd: Disable idle input reports when we do not need themHans de Goede2015-06-19-1/+3
* usb: kbd: Fix key repeat not always workingHans de Goede2015-05-29-6/+20
* dm: usb: Support driver model with USB keyboardsSimon Glass2015-04-18-1/+33
* dm: usb: Split out the keyboard probe into its own functionSimon Glass2015-04-18-38/+51
* usb: Fix usb_kbd_deregister when console-muxing is usedHans de Goede2015-01-18-0/+4
* usb: Add an interval parameter to create_int_queueHans de Goede2015-01-18-2/+4
* usb: kbd: Add (optional) support for using an interrupt queue for pollingHans de Goede2014-11-04-0/+19
* usb: kbd: Cache pipe, interval and packetsizeHans de Goede2014-11-04-21/+13
* usb: kbd: Fix memleak on usb_kbd_deregister()Hans de Goede2014-11-04-3/+13
* usb: kbd: Remove unused usb_kbd_generic_poll functionHans de Goede2014-11-04-26/+0
* usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede2014-10-06-2/+2
* stdio: Add force parameter to stdio_deregisterHans de Goede2014-10-06-1/+1
* usb: kbd: Remove check for already being registeredHans de Goede2014-10-06-11/+1
* usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregisterHans de Goede2014-10-06-1/+6
* usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()Hans de Goede2014-10-06-2/+3
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-23-2/+2
* stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-23-2/+0
* usb: Fix USB keyboard polling via control endpointAdrian Cox2014-04-30-11/+25
* console: usb: kbd: To fix slow TFTP bootingJim Lin2013-08-26-10/+10
* console: usb: kbd: To improve TFTP booting performanceJim Lin2013-08-26-0/+15
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-18/+1
* usb: workaround non-working keyboards.Vincent Palatin2013-06-12-2/+7
* usb: properly re-initialize the USB keyboard.Vincent Palatin2013-06-12-0/+1
* usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam2013-05-05-15/+9
* USB: add arrow key support to usb_kbdAllen Martin2012-11-20-0/+13
* USB: make usb_kbd obey USB DMA alignment requirementsAllen Martin2012-11-20-1/+4
* USB: move keyboard polling into kbd driveramartin@nvidia.com2012-03-03-1/+17
* USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com2012-03-03-0/+6
* usb: add numeric keypad support to HID driverVincent Palatin2012-03-03-0/+10
* USB: fix USB keyboard polling parameterVincent Palatin2012-03-03-1/+1
* USB: Drop dead code from usb_kbd.cMarek Vasut2011-12-11-379/+0
* USB: Rework usb_kbd.cMarek Vasut2011-12-11-262/+325
* USB: Add functionality to poll the USB keyboard via control EPMarek Vasut2011-12-11-14/+50
* common/usb_kbd.c: fix bug introduced in commit 00b7d6eWolfgang Denk2011-12-09-1/+1
* USB: Squash checkpatch warnings in usb_kbd.cMarek Vasut2011-12-09-289/+320
* USB Consolidate descriptor definitionsTom Rix2009-12-20-9/+13