-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov: "Two new touchpad drivers - Cypress APA I2C Trackpad and Cypress PS/2 touchpad and a big update to ALPS driver from Kevin Cernekee that adds support for "Rushmore" touchpads and paves way for adding support for "Dolphin" touchpads. There is also a new input driver for Goldfish emulator and also Android keyreset driver was folded into SysRq code. A few more drivers were updated with device tree bindings and others got some small cleanups and fixes." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (55 commits) Input: cyttsp-spi - remove duplicate MODULE_ALIAS() Input: tsc2005 - add MODULE_ALIAS Input: tegra-kbc - require CONFIG_OF, remove platform data Input: synaptics - initialize pointer emulation usage Input: MT - do not apply filtering on emulated events Input: bma150 - make some defines public and fix some comments Input: bma150 - fix checking pm_runtime_get_sync() return value Input: ALPS - enable trackstick on Rushmore touchpads Input: ALPS - add support for "Rushmore" touchpads Input: ALPS - make the V3 packet field decoder "pluggable" Input: ALPS - move pixel and bitmap info into alps_data struct Input: ALPS - fix command mode check Input: ALPS - rework detection of Pinnacle AGx touchpads Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults() Input: ALPS - use function pointers for different protocol handlers Input: ALPS - rework detection sequence Input: ALPS - introduce helper function for repeated commands Input: ALPS - move alps_get_model() down below hw_init code Input: ALPS - copy "model" info into alps_data struct Input: ALPS - document the alps.h data structures ...
Showing
- Documentation/devicetree/bindings/input/imx-keypad.txt 53 additions, 0 deletionsDocumentation/devicetree/bindings/input/imx-keypad.txt
- Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt 22 additions, 0 deletions...entation/devicetree/bindings/input/nvidia,tegra20-kbc.txt
- drivers/input/Kconfig 1 addition, 1 deletiondrivers/input/Kconfig
- drivers/input/input-mt.c 1 addition, 0 deletionsdrivers/input/input-mt.c
- drivers/input/joystick/walkera0701.c 46 additions, 36 deletionsdrivers/input/joystick/walkera0701.c
- drivers/input/keyboard/Kconfig 13 additions, 3 deletionsdrivers/input/keyboard/Kconfig
- drivers/input/keyboard/Makefile 1 addition, 0 deletionsdrivers/input/keyboard/Makefile
- drivers/input/keyboard/atkbd.c 52 additions, 22 deletionsdrivers/input/keyboard/atkbd.c
- drivers/input/keyboard/goldfish_events.c 194 additions, 0 deletionsdrivers/input/keyboard/goldfish_events.c
- drivers/input/keyboard/imx_keypad.c 25 additions, 18 deletionsdrivers/input/keyboard/imx_keypad.c
- drivers/input/keyboard/qt2160.c 139 additions, 2 deletionsdrivers/input/keyboard/qt2160.c
- drivers/input/keyboard/tegra-kbc.c 149 additions, 329 deletionsdrivers/input/keyboard/tegra-kbc.c
- drivers/input/misc/adxl34x.c 3 additions, 4 deletionsdrivers/input/misc/adxl34x.c
- drivers/input/misc/bma150.c 1 addition, 13 deletionsdrivers/input/misc/bma150.c
- drivers/input/misc/twl4030-vibra.c 5 additions, 40 deletionsdrivers/input/misc/twl4030-vibra.c
- drivers/input/misc/twl6040-vibra.c 41 additions, 59 deletionsdrivers/input/misc/twl6040-vibra.c
- drivers/input/misc/wm831x-on.c 1 addition, 3 deletionsdrivers/input/misc/wm831x-on.c
- drivers/input/mouse/Kconfig 22 additions, 0 deletionsdrivers/input/mouse/Kconfig
- drivers/input/mouse/Makefile 2 additions, 0 deletionsdrivers/input/mouse/Makefile
- drivers/input/mouse/alps.c 426 additions, 347 deletionsdrivers/input/mouse/alps.c
Loading
Please register or sign in to comment