[git pull 00/14] Input updates for 2.6.15

From: Dmitry Torokhov
Date: Sun Nov 20 2005 - 01:47:27 EST


Hi Linus,

Please consider pulling from:

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

It corrects couple of problems caused by recein input dynalloc
conversion, converts uinput driver to dynamic allocation and
adds new wistron button driver which was siting in -mm for quite
a while.

Vojtech, please bless the pull.

Changelog:

Fix missing initialization in ir-kbd-gpio.c
Fix an OOPS when initializing IR remote on saa7134
Input: make serio and gameport more swsusp friendly
Input: handle failures in input_register_device()
Input: uinput - don't use "interruptible" in FF code
Input: uinput - add UI_SET_SWBIT ioctl
Input: uinput - convert to dynalloc allocation
Input: wistron - disable wifi/bluetooth on suspend
Input: wistron - add PM support
Input: wistron - convert to dynamic input_dev allocation
Input: wistron - add support for Acer Aspire 1500 notebooks
Input: wistron - disable for x86_64
Input: add Wistron driver
Input: atkbd - speed up setting leds/repeat state

Diffstat:

MAINTAINERS | 5
drivers/input/gameport/gameport.c | 12
drivers/input/input.c | 63 +--
drivers/input/keyboard/atkbd.c | 99 +++-
drivers/input/misc/Kconfig | 10
drivers/input/misc/Makefile | 1
drivers/input/misc/uinput.c | 323 ++++++++--------
drivers/input/misc/wistron_btns.c | 561 ++++++++++++++++++++++++++++
drivers/input/serio/serio.c | 12
drivers/media/video/ir-kbd-gpio.c | 5
drivers/media/video/saa7134/saa7134-input.c | 2
include/linux/uinput.h | 13
12 files changed, 880 insertions(+), 226 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/