[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20141016230030.GD30009@dtor-ws>
Date: Thu, 16 Oct 2014 16:00:30 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org,
Jiri Kosina <jkosina@...e.cz>
Subject: [git pull] Input updates for 3.18-rc0 (part 2)
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 simple
bug fixes, although we do have one brand new driver for Microchip AR1021
i2c touchscreen. Also there is change to stop trying to use i8042 active
multiplexing by default (it is still possible to activate it via
i8042.nomux=0 on boxes that implement it).
Changelog:
---------
Andreas Bosch (1):
Input: alps - fix v4 button press recognition
Chang Huaixin (1):
Input: xen-kbdfront - free grant table entry in xenkbd_disconnect_backend
Christian Gmeiner (1):
Input: Add Microchip AR1021 i2c touchscreen
Dmitry Torokhov (4):
Input: evdev - fix EVIOCG{type} ioctl
Input: automatically set EV_ABS bit in input_set_abs_params
Input: synaptics - gate forcepad support by DMI check
Input: i8042 - disable active multiplexing by default
Hans de Goede (1):
Input: i8042 - add noloop quirk for Asus X750LN
Jaewon Kim (1):
Input: max77693-haptic - fix state check in imax77693_haptic_disable()
Pramod Gurav (2):
Input: opencores-kbd - switch to using managed resources
Input: adp5588-keys - cancel workqueue in failure path
Richard Leitner (2):
Input: avoid negative input device numbers
Input: serio - avoid negative serio device numbers
Sjoerd Simons (1):
Input: cros_ec_keyb - add of match table
Tommi Rantala (2):
Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel
Input: xpad - add Thrustmaster as Xbox 360 controller vendor
Diffstat:
--------
Documentation/kernel-parameters.txt | 2 +-
drivers/input/evdev.c | 13 +-
drivers/input/input.c | 5 +-
drivers/input/joystick/xpad.c | 2 +
drivers/input/keyboard/adp5588-keys.c | 1 +
drivers/input/keyboard/cros_ec_keyb.c | 9 ++
drivers/input/keyboard/opencores-kbd.c | 72 ++-------
drivers/input/misc/max77693-haptic.c | 2 +-
drivers/input/misc/xen-kbdfront.c | 4 +-
drivers/input/mouse/alps.c | 4 +-
drivers/input/mouse/synaptics.c | 22 ++-
drivers/input/mouse/synaptics.h | 8 +-
drivers/input/serio/i8042-x86ia64io.h | 287 ++-------------------------------
drivers/input/serio/i8042.c | 2 +-
drivers/input/serio/serio.c | 4 +-
drivers/input/touchscreen/Kconfig | 12 ++
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/ar1021_i2c.c | 181 +++++++++++++++++++++
18 files changed, 280 insertions(+), 351 deletions(-)
create mode 100644 drivers/input/touchscreen/ar1021_i2c.c
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists