summaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c
AgeCommit message (Expand)AuthorLines
2005-02-24input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE andVojtech Pavlik-2/+3
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-3/+2
2005-02-04Input: evdev - return -EINVAL from evdev_read if read bufferDmitry Torokhov-0/+3
2004-10-21Input: evdev, joydev, mousedev, tsdev - remove class device and devfsDmitry Torokhov-2/+2
2004-06-07Merge suse.cz:/home/vojtech/bk/linusVojtech Pavlik-4/+4
2004-05-28[PATCH] sparse: partial drivers/input __user annotationAlexander Viro-20/+22
2004-05-14Merge bkbits:input into suse.cz:/home/vojtech/bk/inputVojtech Pavlik-2/+2
2004-05-14evdev.c:Rob Melby-2/+2
2004-05-09Input: trailing whitespace fixes in drivers/inputDmitry Torokhov-2/+2
2004-02-09input: Re-add a loop to set the old scancode bit in device key bitmap.Vojtech Pavlik-1/+4
2004-02-08Make SET_INPUT_KEYCODE return the old value, and clean upLinus Torvalds-5/+3
2004-02-03[PATCH] gcc-3.5: keyboard.c fixesAndrew Morton-1/+1
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman-0/+4
2003-09-26input: Change AT keyboard to use hardware autorepeat and moveVojtech Pavlik-10/+0
2003-09-18input.h, keyboard.c, evdev.c:Vojtech Pavlik-7/+5
2003-08-31[PATCH] evdev_ioctl does not report EV_MSC capabilitiesAndrew Morton-0/+1
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro-1/+1
2003-08-14[PATCH] janitor: input/evdev fix copy_user faultRandy Dunlap-1/+1
2003-06-09input: Implement input device grabbing so that it is possible to stealZephaniah E. Hull-2/+35
2003-05-07[PATCH] devfs: API changesAndrew Morton-1/+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-1/+2
2003-04-20[PATCH] devfs: inputChristoph Hellwig-14/+13
2003-03-23[PATCH] cleanup input_register_minorChristoph Hellwig-1/+1
2002-11-17[PATCH] C99 initializers for drivers/inputArt Haas-1/+1
2002-11-09Handle return values from interface_register() and misc_register()Michael Still-2/+7
2002-09-25Convert more of input to list.h usage.Vojtech Pavlik-77/+27
2002-08-26Define a struct device_interface for all the input interfaces and register Patrick Mochel-0/+8
2002-08-26Shorten the keycode handling code in keyboard.c and evdev.c.Vojtech Pavlik-17/+12
2002-07-30Change the EVIOC?ABS ioctls to use structs rather than arrays of ints.Brad Hards-10/+17
2002-07-25Add EVIOCSABS() ioctl to change the abs* informativeVojtech Pavlik-21/+32
2002-07-25Small cleanup in evdev.c, which copies the data directly fromVojtech Pavlik-7/+1
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik-16/+16
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik-5/+7
2002-07-04Minor cleanup in evdev.cVojtech Pavlik-2/+2
2002-07-03Update the input handler modules to latest versions.Vojtech Pavlik-6/+12
2002-02-06[PATCH] Input drivers, step #3Vojtech Pavlik-21/+109
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds-1/+1
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds-1/+1
2002-02-04v2.5.0.2 -> v2.5.0.3Linus Torvalds-2/+0
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds-0/+2
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds-13/+57
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds-1/+1
2002-02-04Import changesetLinus Torvalds-0/+356