[git pull 0/7] Another input update for 2.6.15

From: Dmitry Torokhov
Date: Sat Jan 14 2006 - 11:01:09 EST


Hi Linus,

Please do a pull from:

rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git/

The main feature is psmouse resync patch which should make PS/2 mice
useable with cheap KVMs that reset mice when switching between boxes.
Also there is a fix for OOps in PID code, build for for powerpc and
HID tweaks to make new USB-based keyboards behave like older ADB ones.

Changelog:

Input: i8042 - add Sony Vaio FSC-115b to MUX blacklist (Vojtech)
Input: HID - add support for Cherry Cymotion keyboard (Vojtech)
Input: HID - fix an oops in PID initialization code
Input: psmouse - attempt to re-synchronize mouse every 5 seconds
Input: HID - add more simulation usages
Input: wacom - fix compile on PowerPC
Input: HID - add support for fn key on Apple PowerBooks (Michael Hanselmann)

Diffstat:

input/mouse/alps.c | 38 +++++
input/mouse/logips2pp.c | 2
input/mouse/psmouse-base.c | 316 +++++++++++++++++++++++++++++++++---------
input/mouse/psmouse.h | 9 +
input/mouse/synaptics.c | 2
input/serio/i8042-x86ia64io.h | 7
usb/input/Kconfig | 10 +
usb/input/hid-core.c | 30 +++
usb/input/hid-input.c | 179 +++++++++++++++++++++++
usb/input/hid.h | 30 ++-
usb/input/pid.c | 2
usb/input/wacom.c | 14 -
12 files changed, 551 insertions(+), 88 deletions(-)

Thanks!

--
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/