summaryrefslogtreecommitdiff
path: root/drivers/input/evdev.c
AgeCommit message (Expand)Author
2005-10-31Input: evdev - allow querying SW state from compat ioctlDmitry Torokhov
2005-10-31Input: evdev - allow querying EV_SW bits from compat_ioctlDmitry Torokhov
2005-10-28[PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman
2005-10-28[PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman
2005-09-09Manual merge with LinusDmitry Torokhov
2005-09-09[PATCH] trivial __user annotations (evdev)viro@ZenIV.linux.org.uk
2005-09-07[PATCH] Input: Add a new switch event typeRichard Purdie
2005-09-05[PATCH] mips: kludge envdev to build for 64-bit MIPS with 32-bit compatRalf Baechle
2005-09-04Input: fix checking whether new keycode fits size-wiseIan Campbell
2005-07-24Input: check keycodesize when adjusting keymapsVojtech Pavlik
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de
2005-05-29Input: Make EVIOSCSABS work in evdev.Vojtech Pavlik
2005-05-29Input: Fix a warning in evdev's 32-bit emulation code.Vojtech Pavlik
2005-05-29Input: Add support for 32-bit emulation on 64-bit platforms for evdev.Juergen Kreileder
2005-02-24input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE andVojtech Pavlik
2005-02-07input: Do a kill_fasync() in input handlers on device disconnectVojtech Pavlik
2005-02-06input: Fix poll() behavior of input handlers on disconnect.Vojtech Pavlik
2005-02-04Input: evdev - return -EINVAL from evdev_read if read bufferDmitry Torokhov
2004-10-21Input: evdev, joydev, mousedev, tsdev - remove class device and devfsDmitry Torokhov
2004-06-07Merge suse.cz:/home/vojtech/bk/linusVojtech Pavlik
2004-05-28[PATCH] sparse: partial drivers/input __user annotationAlexander Viro
2004-05-14Merge bkbits:input into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2004-05-14evdev.c:Rob Melby
2004-05-09Input: trailing whitespace fixes in drivers/inputDmitry Torokhov
2004-02-09input: Re-add a loop to set the old scancode bit in device key bitmap.Vojtech Pavlik
2004-02-08Make SET_INPUT_KEYCODE return the old value, and clean upLinus Torvalds
2004-02-03[PATCH] gcc-3.5: keyboard.c fixesAndrew Morton
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman
2003-09-26input: Change AT keyboard to use hardware autorepeat and moveVojtech Pavlik
2003-09-18input.h, keyboard.c, evdev.c:Vojtech Pavlik
2003-08-31[PATCH] evdev_ioctl does not report EV_MSC capabilitiesAndrew Morton
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro
2003-08-14[PATCH] janitor: input/evdev fix copy_user faultRandy Dunlap
2003-06-09input: Implement input device grabbing so that it is possible to stealZephaniah E. Hull
2003-05-07[PATCH] devfs: API changesAndrew Morton
2003-04-28driver core: fix up the input_class logic due to the class changes.Greg Kroah-Hartman
2003-04-23[PATCH] don't include devfs_fs_kernel.h in global headersChristoph Hellwig
2003-04-20[PATCH] devfs: inputChristoph Hellwig
2003-03-23[PATCH] cleanup input_register_minorChristoph Hellwig
2002-11-17[PATCH] C99 initializers for drivers/inputArt Haas
2002-11-09Handle return values from interface_register() and misc_register()Michael Still
2002-09-25Convert more of input to list.h usage.Vojtech Pavlik
2002-08-26Define a struct device_interface for all the input interfaces and register Patrick Mochel
2002-08-26Shorten the keycode handling code in keyboard.c and evdev.c.Vojtech Pavlik
2002-07-30Change the EVIOC?ABS ioctls to use structs rather than arrays of ints.Brad Hards
2002-07-25Add EVIOCSABS() ioctl to change the abs* informativeVojtech Pavlik