summaryrefslogtreecommitdiff
path: root/include/linux/input.h
AgeCommit message (Expand)Author
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-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2002-11-16[PATCH] remove sched.h from input.hMatthew Wilcox
2002-10-08Initialize struct input_dev in input drivers before it's passed to input_even...Vojtech Pavlik
2002-10-08Change PC-keyboard mappings to follow MS Keyboards - a de factoVojtech Pavlik
2002-09-25Add #include <list.h> to input.hVojtech Pavlik
2002-08-26Use standard linked lists in input layerPatrick Mochel
2002-08-26- Remove input_handler list; replace with LIST_HEAD(input_handler_list).Patrick Mochel
2002-08-26input layer update:Patrick Mochel
2002-08-26Define input device class and register it.Patrick Mochel
2002-08-26Shorten the keycode handling code in keyboard.c and evdev.c.Vojtech Pavlik
2002-08-25This (re)implements getkeycode/setkeycode, kbd_rate and kd_mksoundVojtech Pavlik
2002-07-31Revert input.h back to kernel types.Vojtech Pavlik
2002-07-30Use stdint.h types instead of __u16 et al in input.h, to make lifeVojtech Pavlik
2002-07-30Change the EVIOC?ABS ioctls to use structs rather than arrays of ints.Brad Hards
2002-07-28Small fix to assign continuous values to KEY_*.Johann Deneux
2002-07-25Add EVIOCSABS() ioctl to change the abs* informativeVojtech Pavlik
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik
2002-07-25Remove duplicately defined keys in input.h that got there as a partVojtech Pavlik
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik
2002-07-13Add key definitions for set-top boxes.Vojtech Pavlik
2002-07-08Change rpcmouse.c to use BUS_HOST instead of BUS_ISA.Vojtech Pavlik
2002-07-04Minor fixes to make the whole thing compile on latest 2.5 and kbuild2Vojtech Pavlik
2002-05-12PPC32: This changeset updates several of the powermac-specificPaul Mackerras
2002-02-06[PATCH] Input drivers, step #3Vojtech Pavlik
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds
2002-02-04Import changesetLinus Torvalds