summaryrefslogtreecommitdiff
path: root/common/usb_kbd.c
AgeCommit message (Expand)Author
2015-01-18usb: Fix usb_kbd_deregister when console-muxing is usedHans de Goede
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede
2014-11-04usb: kbd: Add (optional) support for using an interrupt queue for pollingHans de Goede
2014-11-04usb: kbd: Cache pipe, interval and packetsizeHans de Goede
2014-11-04usb: kbd: Fix memleak on usb_kbd_deregister()Hans de Goede
2014-11-04usb: kbd: Remove unused usb_kbd_generic_poll functionHans de Goede
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede
2014-10-06stdio: Add force parameter to stdio_deregisterHans de Goede
2014-10-06usb: kbd: Remove check for already being registeredHans de Goede
2014-10-06usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregisterHans de Goede
2014-10-06usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()Hans de Goede
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass
2014-04-30usb: Fix USB keyboard polling via control endpointAdrian Cox
2013-08-26console: usb: kbd: To fix slow TFTP bootingJim Lin
2013-08-26console: usb: kbd: To improve TFTP booting performanceJim Lin
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-12usb: workaround non-working keyboards.Vincent Palatin
2013-06-12usb: properly re-initialize the USB keyboard.Vincent Palatin
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam
2012-11-20USB: add arrow key support to usb_kbdAllen Martin
2012-11-20USB: make usb_kbd obey USB DMA alignment requirementsAllen Martin
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com
2012-03-03USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com
2012-03-03usb: add numeric keypad support to HID driverVincent Palatin
2012-03-03USB: fix USB keyboard polling parameterVincent Palatin
2011-12-11USB: Drop dead code from usb_kbd.cMarek Vasut
2011-12-11USB: Rework usb_kbd.cMarek Vasut
2011-12-11USB: Add functionality to poll the USB keyboard via control EPMarek Vasut
2011-12-09common/usb_kbd.c: fix bug introduced in commit 00b7d6eWolfgang Denk
2011-12-09USB: Squash checkpatch warnings in usb_kbd.cMarek Vasut
2009-12-20USB Consolidate descriptor definitionsTom Rix
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-01-28usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structureThomas Abraham
2008-12-20usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-09Correct drv_usb_kbd_init functionRyan CHEN
2008-08-31devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk
2008-05-22USB: replace old swap_ with proper endianess conversion macrosChristian Eggers
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-01-09Add Ctrl combo key support to usb keyboard driver.Zhang Wei
2007-11-03Fix the issue of usb_kbd driver missing the scan code of key 'z'.Zhang Wei
2007-06-06USB event poll supportZhang Wei
2003-06-27* Code cleanup:wdenk
2002-08-17Initial revisionwdenk