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