aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joydev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-24input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE andVojtech Pavlik1-13/+13
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-5/+5
2004-10-21Input: evdev, joydev, mousedev, tsdev - remove class device and devfsDmitry Torokhov1-2/+2
2004-07-27Input: fix reader wakeup conditions in mousedev, joydev and tsdevDmitry Torokhov1-2/+4
2004-06-17[PATCH] sparse: drivers/input annotationsAlexander Viro1-20/+21
2004-05-09Input: trailing whitespace fixes in drivers/inputDmitry Torokhov1-8/+8
2004-01-20input: Manual merge.Vojtech Pavlik1-5/+12
2004-01-20input: Properly recompute initial values upon recalibration in joydev.Glenn Burkhardt1-3/+10
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman1-0/+4
2004-01-15input: Move devfs entries for joystick into /dev/inputAndrey Borzenkov1-2/+2
2003-12-18[PATCH] Add black list to handler<->device matchingDmitry Torokhov1-4/+10
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro1-1/+1
2003-05-07[PATCH] devfs: API changesAndrew Morton1-1/+3
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-15/+14
2003-02-12input.c: joydev/mousedev updateVojtech Pavlik1-8/+9
2002-11-09Handle return values from interface_register() and misc_register()Michael Still1-1/+6
2002-09-25Convert more of input to list.h usage.Vojtech Pavlik1-67/+24
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-24/+24
2002-07-03Update the input handler modules to latest versions.Vojtech Pavlik1-2/+8
2002-02-06[PATCH] Input drivers, step #3Vojtech Pavlik1-32/+57
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds1-1/+1
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-1/+0
2002-02-04v2.5.0.2 -> v2.5.0.3Linus Torvalds1-3/+1
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+1
2002-02-04v2.4.3.1 -> v2.4.3.2Linus Torvalds1-5/+28
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds1-0/+497