summaryrefslogtreecommitdiff
path: root/common/usb_kbd.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-14usb: kbd: Properly translate up/down arrow keysAndre Przywara1-1/+23
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-2/+2
2018-07-19usb_kdb: Get stdio_dev directly from sdev pointerMichal Simek1-2/+2
2018-07-19usb_kbd: Add support for watchdogMichal Simek1-1/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-02-06console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPLSimon Glass1-3/+3
2016-10-24Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass1-1/+1
2016-09-24usb: squash lines for immediate returnMasahiro Yamada1-4/+1
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede1-1/+2
2016-01-26usb: kbd: Prevent out of bound accessMarek Vasut1-1/+1
2016-01-07dm: usb: Add a remove() method for USB keyboardsSimon Glass1-0/+36
2015-12-17usb: kbd: don't use int xfers when polling via ctrl xfersStephen Warren1-0/+3
2015-11-20usb: Avoid open-coded USB constants in usb_kbd.cSimon Glass1-5/+5
2015-11-20usb: Drop unused code in usb_kbd.cSimon Glass1-30/+0
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-20dm: input: Create a keyboard uclassSimon Glass1-6/+0
2015-11-20dm: usb: Add support for USB keyboards with driver modelSimon Glass1-2/+50
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-07-22dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass1-2/+2
2015-06-19usb: kbd: Disable idle input reports when we do not need themHans de Goede1-1/+3
2015-05-29usb: kbd: Fix key repeat not always workingHans de Goede1-6/+20
2015-04-18dm: usb: Support driver model with USB keyboardsSimon Glass1-1/+33
2015-04-18dm: usb: Split out the keyboard probe into its own functionSimon Glass1-38/+51
2015-01-18usb: Fix usb_kbd_deregister when console-muxing is usedHans de Goede1-0/+4
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede1-2/+4
2014-11-04usb: kbd: Add (optional) support for using an interrupt queue for pollingHans de Goede1-0/+19
2014-11-04usb: kbd: Cache pipe, interval and packetsizeHans de Goede1-21/+13
2014-11-04usb: kbd: Fix memleak on usb_kbd_deregister()Hans de Goede1-3/+13
2014-11-04usb: kbd: Remove unused usb_kbd_generic_poll functionHans de Goede1-26/+0
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede1-2/+2
2014-10-06stdio: Add force parameter to stdio_deregisterHans de Goede1-1/+1
2014-10-06usb: kbd: Remove check for already being registeredHans de Goede1-11/+1
2014-10-06usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregisterHans de Goede1-1/+6
2014-10-06usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()Hans de Goede1-2/+3
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-2/+2
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-2/+0
2014-04-30usb: Fix USB keyboard polling via control endpointAdrian Cox1-11/+25
2013-08-26console: usb: kbd: To fix slow TFTP bootingJim Lin1-10/+10
2013-08-26console: usb: kbd: To improve TFTP booting performanceJim Lin1-0/+15
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-06-13usb: workaround non-working keyboards.Vincent Palatin1-2/+7
2013-06-13usb: properly re-initialize the USB keyboard.Vincent Palatin1-0/+1
2013-05-06usb: 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