dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/input/keyboard
Linus Torvalds 31564cbd77 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull second round of input updates from Dmitry Torokhov:
 "As usual, there are a couple of new drivers, input core now supports
  managed input devices (devres), a slew of drivers now have device tree
  support and a bunch of fixes and cleanups."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (71 commits)
  Input: walkera0701 - fix crash on startup
  Input: matrix-keymap - provide a proper module license
  Input: gpio_keys_polled - switch to using gpio_request_one()
  Input: gpio_keys - switch to using gpio_request_one()
  Input: wacom - fix touch support for Bamboo Fun CTH-461
  Input: xpad - add a few new VID/PID combinations
  Input: xpad - minor formatting fixes
  Input: gpio-keys-polled - honor 'autorepeat' setting in platform data
  Input: tca8418-keypad - switch to using managed resources
  Input: tca8418_keypad - increase severity of failures in probe()
  Input: tca8418_keypad - move device ID tables closer to where they are used
  Input: tca8418_keypad - use dev_get_platdata() to retrieve platform data
  Input: tca8418_keypad - use a temporary variable for parent device
  Input: tca8418_keypad - add support for shared interrupt
  Input: tca8418_keypad - add support for device tree bindings
  Input: remove Compaq iPAQ H3600 (Bitsy) touchscreen driver
  Input: bu21013_ts - add support for Device Tree booting
  Input: bu21013_ts - move GPIO init and exit functions into the driver
  Input: bu21013_ts - request regulator that actually exists
  ARM: ux500: Strip out duplicate touch screen platform information
  ...
2012-12-18 12:46:37 -08:00
..
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2012-12-18 12:46:37 -08:00
Makefile Input: add support for key scan interface of the LPC32xx SoC 2012-07-17 23:16:16 -07:00
adp5520-keys.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
adp5588-keys.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
adp5589-keys.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
amikbd.c Input: revert some over-zealous conversions to module_platform_driver() 2012-01-10 23:12:46 -08:00
atakbd.c input/atari: Fix atarimouse init 2011-05-19 18:19:11 +02:00
atkbd.c Input: atkbd - fix language in a printed message 2012-04-23 23:35:53 -07:00
bf54x-keys.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
davinci_keyscan.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
ep93xx_keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
gpio_keys.c Input: gpio_keys - switch to using gpio_request_one() 2012-12-03 21:25:06 -08:00
gpio_keys_polled.c Input: gpio_keys_polled - switch to using gpio_request_one() 2012-12-03 21:25:11 -08:00
hil_kbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
hilkbd.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
hpps2atkbd.h
imx_keypad.c Input: imx_keypad - only set enabled columns to open-drain 2012-11-25 00:10:18 -08:00
jornada680_kbd.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
jornada720_kbd.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
lkkbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
lm8323.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
lm8333.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
locomokbd.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
lpc32xx-keys.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
maple_keyb.c sh: maple: Support block reads and writes. 2009-02-27 16:07:32 +09:00
matrix_keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
max7359_keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
mcs_touchkey.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
mpr121_touchkey.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
newtonkbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
nomadik-ske-keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
omap-keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
omap4-keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
opencores-kbd.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
pmic8xxx-keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
pxa27x_keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
pxa930_rotary.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
qt1070.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
qt2160.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
samsung-keypad.c Input: samsung-keypad - switch to using managed resources 2012-11-27 22:38:37 -08:00
sh_keysc.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
spear-keyboard.c Input: spear-keyboard - add clk_{un}prepare() support 2012-11-27 22:38:32 -08:00
stmpe-keypad.c Input: stmpe-keypad - add support for Device Tree bindings 2012-11-24 00:21:49 -08:00
stowaway.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
sunkbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00
tc3589x-keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
tca6416-keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
tca8418_keypad.c Input: tca8418-keypad - switch to using managed resources 2012-11-29 09:30:49 -08:00
tegra-kbc.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
tnetv107x-keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
twl4030_keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
w90p910_keypad.c Input: remove use of __devexit 2012-11-24 00:05:38 -08:00
xtkbd.c Input: serio - use module_serio_driver 2012-04-04 09:25:43 -07:00