index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
usb_kbd.c
Commit message (
Expand
)
Author
Age
Lines
*
usb: kbd: Add (optional) support for using an interrupt queue for polling
Hans de Goede
2014-11-04
-0
/
+19
*
usb: kbd: Cache pipe, interval and packetsize
Hans de Goede
2014-11-04
-21
/
+13
*
usb: kbd: Fix memleak on usb_kbd_deregister()
Hans de Goede
2014-11-04
-3
/
+13
*
usb: kbd: Remove unused usb_kbd_generic_poll function
Hans de Goede
2014-11-04
-26
/
+0
*
usb: kbd: Allow "usb reset" to continue when an usb kbd is used
Hans de Goede
2014-10-06
-2
/
+2
*
stdio: Add force parameter to stdio_deregister
Hans de Goede
2014-10-06
-1
/
+1
*
usb: kbd: Remove check for already being registered
Hans de Goede
2014-10-06
-11
/
+1
*
usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister
Hans de Goede
2014-10-06
-1
/
+6
*
usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()
Hans de Goede
2014-10-06
-2
/
+3
*
stdio: Pass device pointer to stdio methods
Simon Glass
2014-07-23
-2
/
+2
*
stdio: Remove redundant code around stdio_register() calls
Simon Glass
2014-07-23
-2
/
+0
*
usb: Fix USB keyboard polling via control endpoint
Adrian Cox
2014-04-30
-11
/
+25
*
console: usb: kbd: To fix slow TFTP booting
Jim Lin
2013-08-26
-10
/
+10
*
console: usb: kbd: To improve TFTP booting performance
Jim Lin
2013-08-26
-0
/
+15
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
-18
/
+1
*
usb: workaround non-working keyboards.
Vincent Palatin
2013-06-12
-2
/
+7
*
usb: properly re-initialize the USB keyboard.
Vincent Palatin
2013-06-12
-0
/
+1
*
usb: common: Weed out USB_**_PRINTFs from usb framework
Vivek Gautam
2013-05-05
-15
/
+9
*
USB: add arrow key support to usb_kbd
Allen Martin
2012-11-20
-0
/
+13
*
USB: make usb_kbd obey USB DMA alignment requirements
Allen Martin
2012-11-20
-1
/
+4
*
USB: move keyboard polling into kbd driver
amartin@nvidia.com
2012-03-03
-1
/
+17
*
USB: reevaluate iomux stdin on USB kbd detect
amartin@nvidia.com
2012-03-03
-0
/
+6
*
usb: add numeric keypad support to HID driver
Vincent Palatin
2012-03-03
-0
/
+10
*
USB: fix USB keyboard polling parameter
Vincent Palatin
2012-03-03
-1
/
+1
*
USB: Drop dead code from usb_kbd.c
Marek Vasut
2011-12-11
-379
/
+0
*
USB: Rework usb_kbd.c
Marek Vasut
2011-12-11
-262
/
+325
*
USB: Add functionality to poll the USB keyboard via control EP
Marek Vasut
2011-12-11
-14
/
+50
*
common/usb_kbd.c: fix bug introduced in commit 00b7d6e
Wolfgang Denk
2011-12-09
-1
/
+1
*
USB: Squash checkpatch warnings in usb_kbd.c
Marek Vasut
2011-12-09
-289
/
+320
*
USB Consolidate descriptor definitions
Tom Rix
2009-12-20
-9
/
+13
*
stdio/device: rework function naming convention
Jean-Christophe PLAGNIOL-VILLARD
2009-07-18
-7
/
+7
*
usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
Thomas Abraham
2009-01-28
-0
/
+1
*
usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
Jean-Christophe PLAGNIOL-VILLARD
2008-12-20
-0
/
+4
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
-3
/
+3
*
Correct drv_usb_kbd_init function
Ryan CHEN
2008-09-09
-0
/
+2
*
devices: merge to list_head
Jean-Christophe PLAGNIOL-VILLARD
2008-08-31
-8
/
+6
*
common: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-08-13
-5
/
+0
*
Code cleanup: fix old style assignment ambiguities like "=-" etc.
Wolfgang Denk
2008-07-14
-2
/
+2
*
USB: replace old swap_ with proper endianess conversion macros
Christian Eggers
2008-05-22
-5
/
+6
*
Big white-space cleanup.
Wolfgang Denk
2008-05-21
-2
/
+2
*
Add Ctrl combo key support to usb keyboard driver.
Zhang Wei
2008-01-09
-0
/
+19
*
Fix the issue of usb_kbd driver missing the scan code of key 'z'.
Zhang Wei
2007-11-03
-1
/
+1
*
USB event poll support
Zhang Wei
2007-06-06
-1
/
+5
*
* Code cleanup:
wdenk
2003-06-27
-6
/
+0
*
Initial revision
wdenk
2002-08-17
-0
/
+734