diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-08 15:39:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-08 15:39:37 -0400 |
commit | 43d012099f5479eb057145f273280ff097f0e73d (patch) | |
tree | 516ac56985a77bf68fd06f549eeb2bdfa1543d7d /MAINTAINERS | |
parent | 2ceedf97aef41d071d897a6e6aec8c05fb707ec4 (diff) | |
parent | ede2e7cdc58e1847cc73bd26b88a634631a43112 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov:
- a new driver for STM FingerTip touchscreen
- a new driver for D-Link DIR-685 touch keys
- updated list of supported devices in xpad driver
- other assorted updates and fixes
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (23 commits)
MAINTAINERS: update input subsystem patterns
Input: introduce KEY_ASSISTANT
Input: xpad - sync supported devices with XBCD
Input: xpad - sync supported devices with 360Controller
Input: xen-kbdfront - use string constants from PV protocol
Input: stmfts - mark all PM functions as __maybe_unused
Input: add support for the STMicroelectronics FingerTip touchscreen
Input: add D-Link DIR-685 touchkeys driver
Input: s3c2410_ts - handle return value of clk_prepare_enable
Input: axp20x-pek - add wakeup support
Input: synaptics-rmi4 - use %phN to form F34 configuration ID
Input: synaptics-rmi4 - change a char type to u8
Input: sparse-keymap - remove sparse_keymap_free()
Input: tsc2007 - move header file out of I2C realm
Input: mms114 - move header file out of I2C realm
Input: mcs - move header file out of I2C realm
Input: lm8323 - move header file out of I2C realm
Input: elantech - force relative mode on a certain module
Input: elan_i2c - add support for fetching chip type on newer hardware
Input: elan_i2c - check if device is there before really probing
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 154bf8fbf683..c152202ed519 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3846,6 +3846,12 @@ S: Supported | |||
3846 | F: drivers/input/touchscreen/cyttsp* | 3846 | F: drivers/input/touchscreen/cyttsp* |
3847 | F: include/linux/input/cyttsp.h | 3847 | F: include/linux/input/cyttsp.h |
3848 | 3848 | ||
3849 | D-LINK DIR-685 TOUCHKEYS DRIVER | ||
3850 | M: Linus Walleij <linus.walleij@linaro.org> | ||
3851 | L: linux-input@vger.kernel.org | ||
3852 | S: Supported | ||
3853 | F: drivers/input/dlink-dir685-touchkeys.c | ||
3854 | |||
3849 | DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK | 3855 | DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK |
3850 | M: Joshua Kinard <kumba@gentoo.org> | 3856 | M: Joshua Kinard <kumba@gentoo.org> |
3851 | S: Maintained | 3857 | S: Maintained |
@@ -6689,8 +6695,10 @@ S: Maintained | |||
6689 | F: drivers/input/ | 6695 | F: drivers/input/ |
6690 | F: include/linux/input.h | 6696 | F: include/linux/input.h |
6691 | F: include/uapi/linux/input.h | 6697 | F: include/uapi/linux/input.h |
6698 | F: include/uapi/linux/input-event-codes.h | ||
6692 | F: include/linux/input/ | 6699 | F: include/linux/input/ |
6693 | F: Documentation/devicetree/bindings/input/ | 6700 | F: Documentation/devicetree/bindings/input/ |
6701 | F: Documentation/input/ | ||
6694 | 6702 | ||
6695 | INPUT MULTITOUCH (MT) PROTOCOL | 6703 | INPUT MULTITOUCH (MT) PROTOCOL |
6696 | M: Henrik Rydberg <rydberg@bitmath.org> | 6704 | M: Henrik Rydberg <rydberg@bitmath.org> |