kernel-ark/drivers/input
Soeren Sonnenburg 5a6eb676d3 Input: appletouch - improve powersaving for Geyser3 devices
The appletouch geyser3 devices found in the Intel Macs (and possibly
some later PPC ones?) send a constant stream of packets after the first
touch. This results in the kernel waking up around once every couple of
milliseconds to process them, making it almost impossible to spend any
significant amount of time in C3 state on a dynamic HZ kernel. Sending
the mode initialization code makes the device shut up until it's touched
again. This patch does so after receiving 10 packets with no interesting
content.

Signed-off-by: Soeren Sonnenburg <kernel@nn7.de>
Signed-off-by: Matthew Garrett <mjg59@srcf.ucam.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2007-07-20 00:29:32 -04:00
..
gameport Freezer: make kernel threads nonfreezable by default 2007-07-17 10:23:02 -07:00
joystick Input: xpad - add support for leds on xbox 360 pad 2007-07-18 00:35:40 -04:00
keyboard Input: pxa27x_keyboard - fix compile error 2007-07-10 00:38:39 -04:00
misc Input: wistron - add support for querying/changing keymap 2007-07-10 00:35:17 -04:00
mouse Input: appletouch - improve powersaving for Geyser3 devices 2007-07-20 00:29:32 -04:00
serio Input: i8042 - give more trust to PNP data on i386 2007-07-18 00:38:01 -04:00
tablet Input: wacom - add support for the new Bamboo tablets 2007-07-10 00:35:17 -04:00
touchscreen Input: add driver for Fujitsu serial touchscreens 2007-07-18 00:37:01 -04:00
evbug.c Input: rework handle creation code 2007-04-12 01:29:46 -04:00
evdev.c Input: convert from class devices to standard devices 2007-07-10 00:35:17 -04:00
ff-core.c Input: force feedback - make sure effect is present before playing 2007-05-03 00:51:10 -04:00
ff-memless.c
fixp-arith.h
input-polldev.c Input: move input-polldev to drivers/input 2007-06-13 01:49:58 -04:00
input.c Input: switch to using seq_list_xxx helpers 2007-07-18 00:38:32 -04:00
joydev.c Input: convert from class devices to standard devices 2007-07-10 00:35:17 -04:00
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2007-06-13 14:09:39 -07:00
Makefile Input: move input-polldev to drivers/input 2007-06-13 01:49:58 -04:00
mousedev.c Input: convert from class devices to standard devices 2007-07-10 00:35:17 -04:00
tsdev.c Input: tsdev - fix broken usec-to-millisecs conversion 2007-07-10 00:43:06 -04:00