[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080425034751.GA12910@anvil.corenet.prv>
Date: Thu, 24 Apr 2008 23:47:51 -0400
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: [git pull] Input updates for 2.6.26-rc0
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:
---------
Anssi Hannula (7):
Input: xpad - match xbox 360 devices with interface info
Input: xpad - fix dpad handling of unknown devices
Input: xpad - fix inverted Y and RY axes
Input: xpad - add more xbox 360 controller ids
Input: xpad - do not report nonexistent buttons for xbox360
Input: xpad - enable force feedback on xbox 360 controllers only
Input: xpad - drop obsolete driver versioning
Brian Magnuson (1):
Input: xpad - add support for wireless xbox360 controllers
David Brownell (3):
Input: ads7846 - simplify support of external vREF (and ads7843)
Input: gpio_keys - irq handling cleanup
Input: omap-keypad - fix build warning
Dmitry Baryshkov (1):
Input: tosakbd - fix suspend
Dmitry Torokhov (1):
Input: remove private member from input_dev structure
Guryanov Dmitry (1):
Input: aiptek - add support for Genius G-PEN 560 tablet
Hans-Christian Egtvedt (2):
Input: add PS/2 serio driver for AVR32 devices
Input: at32psif - update MODULE_AUTHOR with new email
Helge Deller (1):
Input: locomokbd - add 'off' button support for Sharp Collie/Poodle
Jiri Kosina (1):
Input: fix ordering in joystick Makefile
Julia Lawall (1):
Input: drivers/char/keyboard.c - use time_after
Karl Dahlke (1):
Input: put ledstate in the keyboard notifier
Kay Sievers (1):
Input: add MODULE_ALIAS() to hotpluggable platform modules
Mark Brown (8):
Input: add support for WM97xx familty touchscreens
Input: WM97xx - add chip driver for WM9705 touchscreen
Input: WM97xx - add chip driver for WM9712 touchscreen
Input: WM97xx - add chip driver for WM97123 touchscreen
Input: WM97xx - add support for streaming mode on Mainstone
Input: wm97xx-core - only schedule interrupt handler if not already scheduled
Input: wm97xx-core - use IRQF_SAMPLE_RANDOM
Input: wm97xx-core - support use as a wakeup source
Martin Kebert (1):
Input: add Zhen Hua driver
Michael Gruber (1):
Input: xpad - set proper buffer length for outgoing requests
Michael Hennerich (1):
Input: bf54x-keys - add infrastructure for keypad wakeups
Oliver Neukum (3):
Input: xpad - don't use GFP_ATOMIC
Input: usbtouchscreen - don't use DMA on stack
Input: wacom - implement suspend and autosuspend
Peter Zijlstra (1):
Input: mac_hid - add lockdep annotation to emumousebtn
Ping Cheng (1):
Input: wacom - add support for Cintiq 20WSX
Roel Kluin (1):
Input: i8042 - fix incorrect usage of strncpy and strncat
Tobias Mueller (1):
Input: appletouch - add product IDs for the 4th generation MacBooks
Vernon Sauder (1):
Input: ucb1400_ts - IRQ probe fix
Diffstat:
--------
MAINTAINERS | 10 +
drivers/char/keyboard.c | 6 +-
drivers/hid/usbhid/hid-quirks.c | 4 +
drivers/input/input-polldev.c | 6 +-
drivers/input/joystick/Kconfig | 12 +
drivers/input/joystick/Makefile | 3 +-
drivers/input/joystick/xpad.c | 213 ++++++-
drivers/input/joystick/zhenhua.c | 243 ++++++++
drivers/input/keyboard/aaed2000_kbd.c | 4 +
drivers/input/keyboard/bf54x-keys.c | 37 +-
drivers/input/keyboard/corgikbd.c | 2 +
drivers/input/keyboard/gpio_keys.c | 5 +-
drivers/input/keyboard/jornada680_kbd.c | 2 +
drivers/input/keyboard/jornada720_kbd.c | 4 +
drivers/input/keyboard/locomokbd.c | 73 ++-
drivers/input/keyboard/omap-keypad.c | 9 +-
drivers/input/keyboard/pxa27x_keypad.c | 4 +
drivers/input/keyboard/spitzkbd.c | 1 +
drivers/input/keyboard/tosakbd.c | 23 +-
drivers/input/misc/cobalt_btns.c | 3 +
drivers/input/mouse/gpio_mouse.c | 4 +
drivers/input/serio/Kconfig | 10 +
drivers/input/serio/Makefile | 1 +
drivers/input/serio/at32psif.c | 375 ++++++++++++
drivers/input/serio/i8042-x86ia64io.h | 12 +-
drivers/input/serio/rpckbd.c | 2 +
drivers/input/tablet/Kconfig | 10 +-
drivers/input/tablet/aiptek.c | 2 +
drivers/input/tablet/wacom.h | 3 +
drivers/input/tablet/wacom_sys.c | 76 ++-
drivers/input/tablet/wacom_wac.c | 2 +
drivers/input/touchscreen/Kconfig | 53 ++
drivers/input/touchscreen/Makefile | 7 +
drivers/input/touchscreen/ads7846.c | 22 +-
drivers/input/touchscreen/corgi_ts.c | 2 +
drivers/input/touchscreen/jornada720_ts.c | 4 +
drivers/input/touchscreen/mainstone-wm97xx.c | 302 ++++++++++
drivers/input/touchscreen/ucb1400_ts.c | 4 -
drivers/input/touchscreen/usbtouchscreen.c | 31 +-
drivers/input/touchscreen/wm9705.c | 353 +++++++++++
drivers/input/touchscreen/wm9712.c | 462 ++++++++++++++
drivers/input/touchscreen/wm9713.c | 460 ++++++++++++++
drivers/input/touchscreen/wm97xx-core.c | 829 ++++++++++++++++++++++++++
drivers/macintosh/mac_hid.c | 6 +
include/linux/input.h | 8 +-
include/linux/keyboard.h | 1 +
include/linux/serio.h | 1 +
include/linux/spi/ads7846.h | 3 +-
include/linux/wm97xx.h | 314 ++++++++++
49 files changed, 3904 insertions(+), 119 deletions(-)
create mode 100644 drivers/input/joystick/zhenhua.c
create mode 100644 drivers/input/serio/at32psif.c
create mode 100644 drivers/input/touchscreen/mainstone-wm97xx.c
create mode 100644 drivers/input/touchscreen/wm9705.c
create mode 100644 drivers/input/touchscreen/wm9712.c
create mode 100644 drivers/input/touchscreen/wm9713.c
create mode 100644 drivers/input/touchscreen/wm97xx-core.c
create mode 100644 include/linux/wm97xx.h
--
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