[git pull] Input patches for 2.6.20

From: Dmitry Torokhov
Date: Sun Feb 18 2007 - 02:05:30 EST


Hi Linus,

Please consider pulling 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 input subsystem.

Changelog:
----------

Cyrill V. Gorcunov (1):
Input: HIL - fix improper call to release_region()

Dmitry Torokhov (5):
Input: psmouse - properly reset mouse on shutdown/suspend
Input: i8042 - let serio bus suspend ports
Input: do not lock device when showing name, phys and uniq
Input: hid-lgff - treat devices as joysticks unless told otherwise
Input: remove obsolete setup parameters from input drivers

Philipp Zabel (1):
Input: gpio-keys - switch to common GPIO API

Valentin Zagura (1):
Input: HID - add support for Logitech Formula Force EX

Diffstat:
---------

b/drivers/input/input.c | 17 +---------
b/drivers/input/joystick/amijoy.c | 2 -
b/drivers/input/joystick/analog.c | 2 -
b/drivers/input/joystick/db9.c | 4 --
b/drivers/input/joystick/gamecon.c | 6 ---
b/drivers/input/joystick/turbografx.c | 4 --
b/drivers/input/keyboard/Kconfig | 6 +--
b/drivers/input/keyboard/atkbd.c | 4 --
b/drivers/input/keyboard/gpio_keys.c | 15 ++++-----
b/drivers/input/keyboard/hilkbd.c | 2 +
b/drivers/input/mouse/inport.c | 2 -
b/drivers/input/mouse/logibm.c | 2 -
b/drivers/input/mouse/psmouse-base.c | 6 ---
b/drivers/input/mouse/psmouse.h | 1
b/drivers/input/mouse/synaptics.c | 1
b/drivers/input/serio/i8042.c | 7 ----
b/drivers/input/serio/serio.c | 36 +++++++++++++++++++++
b/drivers/usb/input/Kconfig | 6 +++
b/drivers/usb/input/hid-ff.c | 3 +
b/drivers/usb/input/hid-lgff.c | 10 +++---
b/include/linux/serio.h | 6 ---
drivers/input/mouse/psmouse-base.c | 28 +++++++++++++++++
drivers/input/serio/i8042.c | 56 +++++++++++++++++-----------------
drivers/usb/input/hid-lgff.c | 2 +
24 files changed, 124 insertions(+), 104 deletions(-)

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/