diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-14 21:25:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-14 21:25:15 -0400 |
commit | 8691c130fae136bb2b7d0554422a2dff4c6ac169 (patch) | |
tree | 9c75c86ab04e66d756c55f37e594c3e27a2963d5 /drivers/platform | |
parent | c3a416a669eb83cfa9ccb52db030e72d654bd105 (diff) | |
parent | 85a3685852d9ac7d92be9d824533c915a4597fa4 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input subsystem updates from Dmitry Torokhov:
"You will get the following new drivers:
- Qualcomm PM8941 power key drver
- ChipOne icn8318 touchscreen controller driver
- Broadcom iProc touchscreen and keypad drivers
- Semtech SX8654 I2C touchscreen controller driver
ALPS driver now supports newer SS4 devices; Elantech got a fix that
should make it work on some ASUS laptops; and a slew of other
enhancements and random fixes"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (51 commits)
Input: alps - non interleaved V2 dualpoint has separate stick button bits
Input: alps - fix touchpad buttons getting stuck when used with trackpoint
Input: atkbd - document "no new force-release quirks" policy
Input: ALPS - make alps_get_pkt_id_ss4_v2() and others static
Input: ALPS - V7 devices can report 5-finger taps
Input: ALPS - add support for SS4 touchpad devices
Input: ALPS - refactor alps_set_abs_params_mt()
Input: elantech - fix absolute mode setting on some ASUS laptops
Input: atmel_mxt_ts - split out touchpad initialisation logic
Input: atmel_mxt_ts - implement support for T100 touch object
Input: cros_ec_keyb - fix clearing keyboard state on wakeup
Input: gscps2 - drop pci_ids dependency
Input: synaptics - allocate 3 slots to keep stability in image sensors
Input: Revert "Revert "synaptics - use dmax in input_mt_assign_slots""
Input: MT - make slot assignment work for overcovered solutions
mfd: tc3589x: enforce device-tree only mode
Input: tc3589x - localize platform data
Input: tsc2007 - Convert msecs to jiffies only once
Input: edt-ft5x06 - remove EV_SYN event report
Input: edt-ft5x06 - allow to setting the maximum axes value through the DT
...
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/fujitsu-tablet.c | 6 | ||||
-rw-r--r-- | drivers/platform/x86/hp-wmi.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/platform/x86/fujitsu-tablet.c b/drivers/platform/x86/fujitsu-tablet.c index 53bdbb01bd3f..baea077a02cc 100644 --- a/drivers/platform/x86/fujitsu-tablet.c +++ b/drivers/platform/x86/fujitsu-tablet.c | |||
@@ -59,7 +59,7 @@ static unsigned short keymap_Lifebook_Tseries[KEYMAP_LEN] __initdata = { | |||
59 | KEY_RESERVED, | 59 | KEY_RESERVED, |
60 | KEY_SCROLLDOWN, | 60 | KEY_SCROLLDOWN, |
61 | KEY_SCROLLUP, | 61 | KEY_SCROLLUP, |
62 | KEY_DIRECTION, | 62 | KEY_ROTATE_DISPLAY, |
63 | KEY_LEFTCTRL, | 63 | KEY_LEFTCTRL, |
64 | KEY_BRIGHTNESSUP, | 64 | KEY_BRIGHTNESSUP, |
65 | KEY_BRIGHTNESSDOWN, | 65 | KEY_BRIGHTNESSDOWN, |
@@ -116,7 +116,7 @@ static unsigned short keymap_Lifebook_U810[KEYMAP_LEN] __initdata = { | |||
116 | KEY_RESERVED, | 116 | KEY_RESERVED, |
117 | KEY_PROG1, | 117 | KEY_PROG1, |
118 | KEY_PROG2, | 118 | KEY_PROG2, |
119 | KEY_DIRECTION, | 119 | KEY_ROTATE_DISPLAY, |
120 | KEY_RESERVED, | 120 | KEY_RESERVED, |
121 | KEY_RESERVED, | 121 | KEY_RESERVED, |
122 | KEY_RESERVED, | 122 | KEY_RESERVED, |
@@ -153,7 +153,7 @@ static unsigned short keymap_Stylistic_ST5xxx[KEYMAP_LEN] __initdata = { | |||
153 | KEY_RESERVED, | 153 | KEY_RESERVED, |
154 | KEY_RESERVED, | 154 | KEY_RESERVED, |
155 | KEY_MAIL, | 155 | KEY_MAIL, |
156 | KEY_DIRECTION, | 156 | KEY_ROTATE_DISPLAY, |
157 | KEY_ESC, | 157 | KEY_ESC, |
158 | KEY_ENTER, | 158 | KEY_ENTER, |
159 | KEY_BRIGHTNESSUP, | 159 | KEY_BRIGHTNESSUP, |
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index 0ab2b377a778..06697315a088 100644 --- a/drivers/platform/x86/hp-wmi.c +++ b/drivers/platform/x86/hp-wmi.c | |||
@@ -144,7 +144,7 @@ static const struct key_entry hp_wmi_keymap[] = { | |||
144 | { KE_KEY, 0x20e8, { KEY_MEDIA } }, | 144 | { KE_KEY, 0x20e8, { KEY_MEDIA } }, |
145 | { KE_KEY, 0x2142, { KEY_MEDIA } }, | 145 | { KE_KEY, 0x2142, { KEY_MEDIA } }, |
146 | { KE_KEY, 0x213b, { KEY_INFO } }, | 146 | { KE_KEY, 0x213b, { KEY_INFO } }, |
147 | { KE_KEY, 0x2169, { KEY_DIRECTION } }, | 147 | { KE_KEY, 0x2169, { KEY_ROTATE_DISPLAY } }, |
148 | { KE_KEY, 0x216a, { KEY_SETUP } }, | 148 | { KE_KEY, 0x216a, { KEY_SETUP } }, |
149 | { KE_KEY, 0x231b, { KEY_HELP } }, | 149 | { KE_KEY, 0x231b, { KEY_HELP } }, |
150 | { KE_END, 0 } | 150 | { KE_END, 0 } |