aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tsdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-07input: Do a kill_fasync() in input handlers on device disconnectVojtech Pavlik1-0/+3
2005-02-06input: Fix poll() behavior of input handlers on disconnect.Vojtech Pavlik1-4/+2
2005-02-04Input: Make some needlessly global code static.Adrian Bunk1-1/+1
2004-10-21Input: evdev, joydev, mousedev, tsdev - remove class device and devfsDmitry Torokhov1-5/+5
2004-09-21[PATCH] drivers/input annotationsAlexander Viro1-2/+2
2004-07-27Input: fix reader wakeup conditions in mousedev, joydev and tsdevDmitry Torokhov1-5/+5
2004-06-24Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-105/+186
2004-06-17[PATCH] sparse: drivers/input annotationsAlexander Viro1-1/+1
2004-06-06input: Andrew Zabolotny1-105/+186
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman1-0/+4
2004-01-18[PATCH] Convert tsdev to use module_paramAndrew Morton1-10/+13
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro1-1/+1
2003-05-07[PATCH] devfs: API changesAndrew Morton1-2/+4
2003-04-28driver core: fix up the input_class logic due to the class changes.Greg Kroah-Hartman1-12/+0
2003-04-23[PATCH] don't include devfs_fs_kernel.h in global headersChristoph Hellwig1-0/+1
2003-04-20[PATCH] devfs: inputChristoph Hellwig1-14/+13
2003-03-23[PATCH] cleanup input_register_minorChristoph Hellwig1-1/+1
2002-12-05[PATCH] interface_register-001Rusty Russell1-1/+6
2002-11-17[PATCH] C99 initializers for drivers/inputArt Haas1-8/+8
2002-09-25Convert more of input to list.h usage.Vojtech Pavlik1-72/+29
2002-08-26Define a struct device_interface for all the input interfaces and register Patrick Mochel1-0/+8
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik1-14/+14
2002-07-03Add keyboard, mouse and touchscreen drivers.Vojtech Pavlik1-0/+443