* [git pull] Input updates for 2.6.30-rc2
@ 2009-04-17 2:29 Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-04-17 2:29 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.
Changelog:
---------
Alexander Beregalov (1):
Input: hp_sdc_rtc should depend on serio
Arjan van de Ven (3):
Input: i8042 - introduce a tougher reset
Input: i8042 - add a DMI table for the i8042.reset option
Input: remove unnecessary synchronize_rcu() call
Barry Carroll (1):
Input: atkbd - add forced release keys quirk for Samsung NC20
Ben Nizette (1):
Input: ads7846 - fix unsafe disable_irq
Dmitry Torokhov (2):
Input: gameport - fix attach driver code
Input: atkbd - add forced release keys quirk for Samsung Q45
Eric Miao (3):
Input: ads7846 - introduce platform specific way to synchronize sampling
Input: da9034-ts - add Bin Yang as co-author of the driver
Input: da9034-ts - make pen {down,up} events more reliable
Ilpo Järvinen (1):
Input: pc110pad - remove unused variable dev
Jiri Slaby (1):
Input: mainstone-wm97xx - fix condition in pen_up
Mark Brown (1):
Input: wm97xx - don't specify IRQF_SAMPLE_RANDOM
Michael Hennerich (2):
Input: ad7877, ad7879 - remove depreciated IRQF_SAMPLE_RANDOM flag
Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag
Diffstat:
--------
drivers/input/gameport/gameport.c | 14 ++++-----
drivers/input/input.c | 1 -
drivers/input/keyboard/atkbd.c | 20 +++++++++++++-
drivers/input/keyboard/bf54x-keys.c | 2 +-
drivers/input/misc/Kconfig | 2 +-
drivers/input/mouse/pc110pad.c | 1 -
drivers/input/serio/i8042-x86ia64io.h | 28 +++++++++++++++++++
drivers/input/serio/i8042.c | 37 ++++++++++++++++++++-----
drivers/input/touchscreen/ad7877.c | 4 +-
drivers/input/touchscreen/ad7879.c | 3 +-
drivers/input/touchscreen/ads7846.c | 12 +++++++-
drivers/input/touchscreen/da9034-ts.c | 29 ++++++++++++-------
drivers/input/touchscreen/mainstone-wm97xx.c | 7 ++---
drivers/input/touchscreen/wm97xx-core.c | 3 +-
include/linux/spi/ads7846.h | 1 +
15 files changed, 121 insertions(+), 43 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] 2+ messages in thread
* [git pull] Input updates for 2.6.30-rc2
@ 2009-05-01 13:35 Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-05-01 13:35 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 fixes to the
drivers, new documentation, update for bcm5974 to support touchpads on
unibody Macbooks, and new multitouch protocol definitions so userspace
can proceed with writing their pieces.
Changelog:
---------
Arjan Opmeer (2):
Input: elantech - provide a workaround for jumpy cursor on firmware 2.34
Input: elantech - make sure touchpad is really in absolute mode
Ben Nizette (4):
Input: omap-keypad - use disable_irq_nosync() in irq handler
Input: sa1111ps2 - use disable_irq_nosync() in irq handlers
Input: tsc2007 - use disable_irq_nosync() in irq handler
Input: ucb1400 - use disable_irq_nosync() in irq handler
Bob Copeland (1):
Input: appletouch - fix DMA to/from stack buffer
Dmitry Torokhov (2):
Input: ALPS - add signature for Toshiba Satellite Pro M10
Input: lifebook - add DMI entry for Fujitsu B-2130
Henrik Rydberg (8):
Input: bcm5974 - prepare for a new trackpad header type
Input: bcm5974 - add quad-finger tapping
Input: bcm5974 - Add support for the Macbook 5 (Unibody)
Input: bcm5974 - augment debug information
Input: bcm5974 - add documentation for the driver
Input: allow certain EV_ABS events to bypass all filtering
Input: add detailed multi-touch finger data report protocol
Input: document the multi-touch (MT) protocol
Ping Cheng (1):
Input: wacom - fix TabletPC touch bug
Diffstat:
--------
Documentation/input/bcm5974.txt | 65 ++++++++++++
Documentation/input/multi-touch-protocol.txt | 140 ++++++++++++++++++++++++++
drivers/input/input.c | 36 +++++++
drivers/input/keyboard/omap-keypad.c | 16 +++-
drivers/input/mouse/alps.c | 1 +
drivers/input/mouse/appletouch.c | 24 ++++-
drivers/input/mouse/bcm5974.c | 108 +++++++++++++++-----
drivers/input/mouse/elantech.c | 48 ++++++++--
drivers/input/mouse/elantech.h | 5 +-
drivers/input/mouse/lifebook.c | 6 +
drivers/input/serio/sa1111ps2.c | 2 +-
drivers/input/tablet/wacom.h | 5 +-
drivers/input/tablet/wacom_sys.c | 13 ++-
drivers/input/touchscreen/tsc2007.c | 2 +-
drivers/input/touchscreen/ucb1400_ts.c | 2 +-
include/linux/input.h | 24 +++++
16 files changed, 446 insertions(+), 51 deletions(-)
create mode 100644 Documentation/input/bcm5974.txt
create mode 100644 Documentation/input/multi-touch-protocol.txt
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-01 13:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 2:29 [git pull] Input updates for 2.6.30-rc2 Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2009-05-01 13:35 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).