Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull more input updates from Dmitry Torokhov: "An update to the tsc2005 driver that allows it to also support tsc2004 (basically the same controller, but uses i2c instead of spi bus), and a couple of bug fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: parkbd - drop bogus __init from parkbd_allocate_serio() Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled Input: tsc2004 - add support for tsc2004 Input: tsc200x-core - rename functions and variables Input: tsc2005 - separate SPI and core functions
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt 28 additions, 6 deletions...ntation/devicetree/bindings/input/touchscreen/tsc2005.txt
- drivers/input/mouse/elantech.c 7 additions, 0 deletionsdrivers/input/mouse/elantech.c
- drivers/input/serio/parkbd.c 1 addition, 1 deletiondrivers/input/serio/parkbd.c
- drivers/input/touchscreen/Kconfig 17 additions, 0 deletionsdrivers/input/touchscreen/Kconfig
- drivers/input/touchscreen/Makefile 2 additions, 0 deletionsdrivers/input/touchscreen/Makefile
- drivers/input/touchscreen/tsc2004.c 83 additions, 0 deletionsdrivers/input/touchscreen/tsc2004.c
- drivers/input/touchscreen/tsc2005.c 18 additions, 696 deletionsdrivers/input/touchscreen/tsc2005.c
- drivers/input/touchscreen/tsc200x-core.c 665 additions, 0 deletionsdrivers/input/touchscreen/tsc200x-core.c
- drivers/input/touchscreen/tsc200x-core.h 78 additions, 0 deletionsdrivers/input/touchscreen/tsc200x-core.h
Loading
Please register or sign in to comment