kernel-hacking-2024-linux-s.../drivers/input
Andres Salomon 68d482214b Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacks
We want to support attr->set callbacks that may need psmouse->state to
not be updated, or may want to manually deal w/ enabling and disabling
the device.  To do that, we create __PSMOUSE_DEFINE_ATTR which enables
us to set a 'protect' argument specifying whether or not the set
callback should be protected with psmouse_disable and state setting.

Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2008-09-21 18:28:47 -04:00
..
gameport Input: gameport - make gameport_register_driver() return errors 2008-07-30 00:41:15 -04:00
joystick Input: gameport - check return value of gameport_register_driver() 2008-07-30 00:41:36 -04:00
keyboard Input: atkbd - expand Latitude's force release quirk to other Dells 2008-09-10 12:12:28 -04:00
misc Input: cm109 - don't use obsolete logging macros 2008-09-10 12:12:29 -04:00
mouse Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacks 2008-09-21 18:28:47 -04:00
serio Input: serio_raw - allow attaching to translated (SERIO_I8042XL) ports 2008-09-10 12:12:31 -04:00
tablet Input: convert drivers to use strict_strtoul() 2008-09-10 12:11:57 -04:00
touchscreen Input: ads7846 - introduce .gpio_pendown to get pendown state 2008-09-10 12:13:28 -04:00
apm-power.c
evbug.c
evdev.c
ff-core.c drivers/input/ff-core.c needs <linux/sched.h> 2008-07-02 18:40:08 -07:00
ff-memless.c
fixp-arith.h
input-polldev.c
input.c Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next 2008-07-21 00:55:14 -04:00
joydev.c
Kconfig
Makefile
mousedev.c mousedev: BKL pushdown 2008-07-02 15:06:23 -06:00
xen-kbdfront.c