* [git pull] Input updates for 2.6.37-rc5
@ 2010-12-08 5:33 Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2010-12-08 5:33 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, 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.
Mostly small fixups: new device IDs for wacom and usbtouchscreen
drivers, fix for 2-button Synaptics Clickpad handling and documentation
updates.
But I am also sending along a new driver for polled GPIO button. The
reason I am sending it now is to ease merging arch code in .38 merge
window. Since it is a platform driver and there are no corresponding
devices in the tree yet, it is not going to be loaded and used even if
someone ends up enabling it and so should be safe to merge even though
we are getting nearer release.
Thanks!
Changelog:
---------
Bastien Nocera (1):
Input: add keycodes for touchpad on/off keys
David Foley (2):
Input: wacom - add IDs for two new Bamboo PTs
Input: wacom - add new Bamboo PT (0xdb)
Dmitry Torokhov (1):
Input: document struct input_absinfo
Gabor Juhos (1):
Input: add input driver for polled GPIO buttons
Glenn Sommer (1):
Input: usbtouchscreen - add support for LG Flatron T1710B
Namhyung Kim (1):
Input: turbografx - fix reference counting
Yan Li (1):
Input: synaptics - fix handling of 2-button ClickPads
Diffstat:
--------
drivers/input/joystick/turbografx.c | 1 +
drivers/input/keyboard/Kconfig | 16 ++
drivers/input/keyboard/Makefile | 1 +
drivers/input/keyboard/gpio_keys_polled.c | 261 ++++++++++++++++++++++++++++
drivers/input/mouse/synaptics.h | 3 +-
drivers/input/tablet/wacom_wac.c | 9 +
drivers/input/touchscreen/usbtouchscreen.c | 1 +
include/linux/gpio_keys.h | 2 +
include/linux/input.h | 25 +++-
9 files changed, 317 insertions(+), 2 deletions(-)
create mode 100644 drivers/input/keyboard/gpio_keys_polled.c
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
* [git pull] Input updates for 2.6.37-rc5
@ 2010-12-16 7:52 Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2010-12-16 7:52 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, 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.
The main change it that we define new versions of EVIOC{G|S}KEYCODE_V2
ioctls instead of reusing the old names. This is to avoid surprising
people recompiling programs using old interface on newer kernels (while
we kept ABI intact so existing binaries should continue working fine
recompiled programs would start failing since they'd be using old ioctl
data with new ioctl numbers).
Changelog:
---------
Dmitry Torokhov (1):
Input: define separate EVIOCGKEYCODE_V2/EVIOCSKEYCODE_V2
Kevin Granade (1):
Input: wacom - add another Bamboo Pen ID (0xd4)
Diffstat:
--------
drivers/input/evdev.c | 113 +++++++++++++++++++------------------
drivers/input/tablet/wacom_wac.c | 3 +
include/linux/input.h | 6 +-
3 files changed, 65 insertions(+), 57 deletions(-)
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-16 8:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 7:52 [git pull] Input updates for 2.6.37-rc5 Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2010-12-08 5:33 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).