kernel-hacking-2024-linux-s.../drivers/input
Dmitry Torokhov ba44995a1e Input: psmouse - don't leave mouse asleep
It looks like quite a few mice out there treat PSMOUSE_RESET_DIS
as a powerdown request and turn off the light rendering the mouse
unusable.

Vojtech recommended to switch from PSMOUSE_RESET_DIS to full reset,
however we don't want to do that everywhere as full reset is pretty
slow. Instead we only use it before probing for "generic" protocols,
such as IntelliMouse and Explorer, to make sure that the mouse will
be woken up if it went to sleep as a result of PSMOUSE_RESET_DIS
issued earlier.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-12-21 00:51:31 -05:00
..
gameport Input: make serio and gameport more swsusp friendly 2005-11-20 00:56:43 -05:00
joystick
keyboard Input: atkbd - speed up setting leds/repeat state 2005-11-20 00:49:42 -05:00
misc Manual merge with Linus (conflict in drivers/input/misc/wistron_bnts.c) 2005-12-20 23:03:50 -05:00
mouse Input: psmouse - don't leave mouse asleep 2005-12-21 00:51:31 -05:00
serio Input: make serio and gameport more swsusp friendly 2005-11-20 00:56:43 -05:00
touchscreen [DRIVER MODEL] Convert platform drivers to use struct platform_driver 2005-11-09 22:32:44 +00:00
evbug.c
evdev.c Input: evdev - consolidate compat and regular code 2005-12-11 12:40:37 -05:00
input.c Input: handle failures in input_register_device() 2005-11-20 00:56:31 -05:00
joydev.c
Kconfig
Makefile
mousedev.c Input: mousedev - make module parameters visible in sysfs 2005-12-11 12:41:03 -05:00
power.c
tsdev.c