summaryrefslogtreecommitdiff
path: root/include/linux/input.h
AgeCommit message (Expand)Author
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