linux/drivers/input
Luke Kosewski e334016fc1 Input: do not corrupt system-wide procfs fops.
entry->proc_fops is a pointer to struct file_operations. When we
call create_proc_entry(...), it pointis to proc_file_operations,
deep in fs/proc/generic.c. By adding a 'poll' member to this struct
we effectively force the 'poll' member on every file in /proc,
which is wrong (they all fail select(...) calls).

This patch changes a copy of entry->proc_fops and reassigns it rather
than changing the original member.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-06-01 02:39:28 -05:00
..
gameport Input: switch gameport core to using kthread API instead of 2005-06-01 02:38:16 -05:00
joystick Input: Add a new I-Force device to the iforce driver. 2005-05-29 02:30:01 -05:00
keyboard Input: maple_keyb - remove useless dc_kbd_open and dc_kbd_close 2005-05-29 02:29:19 -05:00
misc Input: return correct value when setting up absolute device via uinipt. 2005-06-01 02:39:25 -05:00
mouse Input: ALPS - fix forward/back buttons on Ahtec laptop. 2005-06-01 02:39:18 -05:00
serio Input: switch serio core to using kthread API instead of using 2005-06-01 02:38:12 -05:00
touchscreen Input: remove user counters from drivers/input/touchscreen since 2005-05-29 02:29:45 -05:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
evbug.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
evdev.c Input: Make EVIOSCSABS work in evdev. 2005-05-29 02:30:15 -05:00
input.c Input: do not corrupt system-wide procfs fops. 2005-06-01 02:39:28 -05:00
joydev.c Input: This patch implements compat_ioctl for joydev. 2005-05-29 02:26:31 -05:00
mousedev.c [PATCH] fix jumpy mouse cursor on console 2005-05-28 11:14:01 -07:00
power.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tsdev.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00