* [git pull] Input updates for 3.17-rc0 (part 2)
@ 2014-08-15 6:12 Dmitry Torokhov
2014-09-10 21:04 ` [git pull] Input updates for 3.17-rc4 Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2014-08-15 6:12 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-input
[-- Attachment #1: Type: text/plain, Size: 2046 bytes --]
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive 2nd round of updates for the input subsystem. Mostly small
fixups to the code merged in the first round (atmel_mxt_ts, wacom) but
also a smallish patch to xbox driver to support Xbox One controllers and
a patch to better handle Synaptics profile sensors found in Cr-48
Chromebooks that should not affect any other devices.
Changelog:
---------
Dmitry Torokhov (5):
Input: synaptics - properly initialize slots for semi-MT
Input: cap1106 - allow changing key mapping from userspace
Input: atmel_mxt_ts - simplify mxt_initialize a bit
Input: atmel_mxt_ts - split config update a bit
Input: atmel_mxt_ts - fix a few issues reported by Coverity
Geert Uytterhoeven (1):
Input: wacom - fix compiler warning if !CONFIG_PM
Henrik Rydberg (2):
Input: MT - make slot cleanup callable outside mt_sync_frame()
Input: synaptics - use firmware data for Cr-48
Maks Naumov (1):
Input: edt-ft5x06 - remove superfluous assignment
Mark Brown (1):
Input: joystick - use get_cycles on ARMv8
Nick Dyer (1):
Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AA
Ted Mielczarek (1):
Input: xpad - add support for Xbox One controllers
Diffstat:
--------
drivers/hid/wacom_sys.c | 2 +
drivers/input/input-mt.c | 38 +++-
drivers/input/joystick/analog.c | 2 +-
drivers/input/joystick/xpad.c | 174 +++++++++++++--
drivers/input/keyboard/cap1106.c | 8 +-
drivers/input/mouse/synaptics.c | 72 +++++-
drivers/input/touchscreen/atmel_mxt_ts.c | 366 +++++++++++++++++--------------
drivers/input/touchscreen/edt-ft5x06.c | 1 -
include/linux/input/mt.h | 1 +
9 files changed, 462 insertions(+), 202 deletions(-)
--
Dmitry
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [git pull] Input updates for 3.17-rc4
2014-08-15 6:12 [git pull] Input updates for 3.17-rc0 (part 2) Dmitry Torokhov
@ 2014-09-10 21:04 ` Dmitry Torokhov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2014-09-10 21:04 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-input
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive updates for the input subsystem. You will get an update to
Synaptics PS/2 driver to handle "ForcePads" (currently found in HP
EliteBook 1040 laptops), a change for Elan PS/2 driver to detect newer
touchpads, bunch of devices get annotated as Trackpoint and/or Pointer
to help userspace classify and handle them, plus assorted driver fixes.
Changelog:
---------
Dmitry Torokhov (1):
Input: synaptics - add support for ForcePads
Hans de Goede (3):
Input: elantech - fix detection of touchpad on ASUS s301l
Input: add INPUT_PROP_POINTING_STICK property
Input: add missing POINTER / DIRECT properties to a bunch of drivers
John Sung (1):
Input: serport - add compat handling for SPIOCSTYPE ioctl
Klaus Goger (1):
Input: cap1106 - fix register definition
Lothar Waßmann (1):
Input: matrix_keypad - use request_any_context_irq()
Masanari Iida (1):
Input: wm971x - fix typo in module parameter description
Nick Dyer (1):
Input: atmel_mxt_ts - downgrade warning about empty interrupts
Stephen Warren (1):
Input: atmel_mxt_ts - fix double free of input device
Diffstat:
--------
drivers/input/keyboard/cap1106.c | 4 +-
drivers/input/keyboard/matrix_keypad.c | 9 +++--
drivers/input/mouse/alps.c | 4 ++
drivers/input/mouse/elantech.c | 11 ++++++
drivers/input/mouse/psmouse-base.c | 2 +
drivers/input/mouse/synaptics.c | 68 ++++++++++++++++++++++++--------
drivers/input/mouse/synaptics.h | 11 ++++++
drivers/input/mouse/synaptics_usb.c | 6 +++
drivers/input/mouse/trackpoint.c | 3 ++
drivers/input/serio/serport.c | 45 +++++++++++++++++----
drivers/input/touchscreen/atmel_mxt_ts.c | 25 +++++++++---
drivers/input/touchscreen/wm9712.c | 2 +-
drivers/input/touchscreen/wm9713.c | 2 +-
include/uapi/linux/input.h | 1 +
14 files changed, 156 insertions(+), 37 deletions(-)
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* [git pull] Input updates for 3.17-rc0 (part 2)
@ 2014-09-03 23:47 Dmitry Torokhov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2014-09-03 23:47 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-input
[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive updates for the input subsystem. You will get a fix for MT
breakage, enhancement to Elantech PS/2 driver and a couple of assorted
fixes.
Changelog:
---------
Dmitry Torokhov (2):
Input: fix used slots detection breakage
Input: ALPS - suppress message about 'Unknown touchpad'
Nick Dyer (1):
Input: atmel_mxt_ts - improve description of gpio-keymap property
Ulrik De Bie (2):
Input: elantech - reset the device when elantech probe fails
Input: elantech - add support for trackpoint found on some v3 models
Vincent Stehlé (1):
Input: sparc - i8042-sparcio.h: fix unused kbd_res warning
Diffstat:
--------
.../devicetree/bindings/input/atmel,maxtouch.txt | 11 ++
drivers/input/input-mt.c | 30 +++--
drivers/input/mouse/alps.c | 4 +-
drivers/input/mouse/elantech.c | 137 +++++++++++++++++++--
drivers/input/mouse/elantech.h | 3 +
drivers/input/serio/i8042-sparcio.h | 3 +-
6 files changed, 164 insertions(+), 24 deletions(-)
--
Dmitry
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-10 21:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 6:12 [git pull] Input updates for 3.17-rc0 (part 2) Dmitry Torokhov
2014-09-10 21:04 ` [git pull] Input updates for 3.17-rc4 Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2014-09-03 23:47 [git pull] Input updates for 3.17-rc0 (part 2) Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).