2006-05-30 04:11:47

by Dmitry Torokhov

[permalink] [raw]
Subject: [git pull] Input update for 2.6.17-rc5

Linus,

Please pull from:

        git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git

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

The tree contains fix for memory leak in sidewinder driver, additional
DMI entries for lifebook and wistron drivers, alps old protocol fix
and a couple of other changes.

Diffstat:

drivers/input/joystick/sidewinder.c | 11 ++++++-----
drivers/input/keyboard/corgikbd.c | 12 ++++++------
drivers/input/keyboard/spitzkbd.c | 12 ++++++------
drivers/input/misc/wistron_btns.c | 19 +++++++++++++++++++
drivers/input/mouse/alps.c | 4 ++--
drivers/input/mouse/lifebook.c | 24 ++++++++++++++++++++++++
drivers/input/mouse/logips2pp.c | 6 ++++++
include/linux/input.h | 13 +++++--------
8 files changed, 74 insertions(+), 27 deletions(-)

Changelog:

Jesper Juhl:
Input: sidewinder - fix memory leak

Kenan Esau:
Input: psmouse - DMI updates for lifebook protocol

[email protected]:
Input: wistron - add support for AOpen Barebook 1559as

Matthew Garrett:
Input: add KEY_BATTERY keycode

Richard Purdie:
Input: change from numbered to named switches

Yotam Medini:
Input: alps - fix old protocol decoding

Zbigniew Luszpinski:
Input: psmouse - add detection of Logitech TrackMan Wheel trackball

--
Dmitry