linux/drivers/input/keyboard
Linus Torvalds f1a3b43cc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull more input updates from Dmitry Torokhov:

 - Apple SPI keyboard and trackpad driver for newer Macs

 - ALPS driver will ignore trackpoint-only devices to give the
   trackpoint driver a chance to handle them properly

 - another Lenovo is switched over to SMbus from PS/2

 - assorted driver fixups.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: alps - fix a mismatch between a condition check and its comment
  Input: psmouse - fix build error of multiple definition
  Input: applespi - remove set but not used variables 'sts'
  Input: add Apple SPI keyboard and trackpad driver
  Input: alps - don't handle ALPS cs19 trackpoint-only device
  Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring buffer
  Input: adp5589 - initialize GPIO controller parent device
  Input: iforce - remove empty multiline comments
  Input: synaptics - fix misuse of strlcpy
  Input: auo-pixcir-ts - switch to using  devm_add_action_or_reset()
  Input: gtco - bounds check collection indent level
  Input: mtk-pmic-keys - add of_node_put() before return
  Input: sun4i-lradc-keys - add of_node_put() before return
  Input: synaptics - whitelist Lenovo T580 SMBus intertouch
2019-07-20 12:22:30 -07:00
..
Kconfig Input: add Apple SPI keyboard and trackpad driver 2019-07-19 11:58:34 +03:00
Makefile Input: add Apple SPI keyboard and trackpad driver 2019-07-19 11:58:34 +03:00
adc-keys.c
adp5520-keys.c
adp5588-keys.c
adp5589-keys.c Input: adp5589 - initialize GPIO controller parent device 2019-07-15 09:43:14 -07:00
amikbd.c
applespi.c Input: applespi - remove set but not used variables 'sts' 2019-07-19 11:58:49 +03:00
applespi.h Input: add Apple SPI keyboard and trackpad driver 2019-07-19 11:58:34 +03:00
applespi_trace.h Input: add Apple SPI keyboard and trackpad driver 2019-07-19 11:58:34 +03:00
atakbd.c
atkbd.c
bcm-keypad.c
cap11xx.c
clps711x-keypad.c
cros_ec_keyb.c
davinci_keyscan.c
dlink-dir685-touchkeys.c
ep93xx_keypad.c
goldfish_events.c
gpio_keys.c Linux 5.2 2019-07-15 09:42:32 -07:00
gpio_keys_polled.c Linux 5.2 2019-07-15 09:42:32 -07:00
hil_kbd.c
hilkbd.c
hpps2atkbd.h
imx_keypad.c Linux 5.2 2019-07-15 09:42:32 -07:00
ipaq-micro-keys.c
jornada680_kbd.c
jornada720_kbd.c
lkkbd.c
lm8323.c
lm8333.c
locomokbd.c
lpc32xx-keys.c
maple_keyb.c
matrix_keypad.c
max7359_keypad.c
mcs_touchkey.c
mpr121_touchkey.c
mtk-pmic-keys.c Linux 5.2 2019-07-15 09:42:32 -07:00
newtonkbd.c
nomadik-ske-keypad.c
nspire-keypad.c
omap-keypad.c
omap4-keypad.c
opencores-kbd.c
pmic8xxx-keypad.c
pxa27x_keypad.c
pxa930_rotary.c
qt1050.c
qt1070.c
qt2160.c
samsung-keypad.c
sh_keysc.c
snvs_pwrkey.c
spear-keyboard.c
st-keyscan.c
stmpe-keypad.c
stowaway.c
sun4i-lradc-keys.c Linux 5.2 2019-07-15 09:42:32 -07:00
sunkbd.c
tc3589x-keypad.c
tca6416-keypad.c
tca8418_keypad.c
tegra-kbc.c
tm2-touchkey.c
twl4030_keypad.c
w90p910_keypad.c
xtkbd.c