aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-24input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE andVojtech Pavlik1-1/+1
2004-11-01Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik1-0/+22
2004-10-27[PATCH] sonypi: rework input supportStelian Pop1-0/+22
2004-10-21Input: get rid of pm_dev in input core as it is deprecated andDmitry Torokhov1-1/+0
2004-09-24input: Add LED definitions for PDAs.John Lenz1-0/+2
2004-09-23input: Tidy up & fix the hid-input.c driver. Dual-wheel A4 mice don't report ...Vojtech Pavlik1-0/+3
2004-06-06input: Make hardware rawmode optional for AT-keyboards, and checkVojtech Pavlik1-0/+1
2004-05-31input: Add reporting of raw scancodes to atkbd.cVojtech Pavlik1-0/+1
2004-04-22Input: - move set_abs_params from synaptics driver to input andDmitry Torokhov1-10/+51
2004-04-22Input: trailing whitespace fixesDmitry Torokhov1-1/+1
2004-02-08Make SET_INPUT_KEYCODE return the old value, and clean upLinus Torvalds1-3/+6
2004-02-03[PATCH] gcc-3.5: keyboard.c fixesAndrew Morton1-0/+21
2004-01-20input: Manual merge.Vojtech Pavlik1-32/+27
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman1-1/+2
2004-01-18Merge twilight:bk/input into ucw.cz:/home/vojtech/bk/inputVojtech Pavlik1-1/+1
2004-01-17input: Key 89 is RO, not ROMAJI.Vojtech Pavlik1-1/+1
2004-01-16input: Added BUS_BLUETOOTH definition for BlueTooth HID devices.Marcel Holtmann1-0/+1
2004-01-15input: Move keycode definitions around to get as close to 2.4Vojtech Pavlik1-32/+26
2003-12-18[PATCH] Add black list to handler<->device matchingDmitry Torokhov1-0/+1
2003-09-26input: Change AT keyboard to use hardware autorepeat and moveVojtech Pavlik1-2/+0
2003-09-26input: Tidy up events reported by a Synaptics pad, add touchpadPeter Osterlund1-0/+3
2003-09-18input.h, keyboard.c, evdev.c:Vojtech Pavlik1-1/+1
2003-06-20input: Add Logitech MX PS2++ support, move Logitech PS2++ code to aVojtech Pavlik1-0/+1
2003-06-14input: Add Synaptics touchpad absolute mode support.Peter Osterlund1-0/+1
2003-06-09input: Add key definitions for HP-HIL keyboards.Vojtech Pavlik1-0/+5
2003-06-09input: Implement input device grabbing so that it is possible to stealZephaniah E. Hull1-0/+7
2003-05-07[PATCH] devfs: API changesAndrew Morton1-3/+0
2003-04-28driver core: fix up the input_class logic due to the class changes.Greg Kroah-Hartman1-1/+1
2003-04-23[PATCH] don't include devfs_fs_kernel.h in global headersChristoph Hellwig1-1/+0
2003-04-20[PATCH] devfs: inputChristoph Hellwig1-2/+2
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik1-1/+4
2002-11-16[PATCH] remove sched.h from input.hMatthew Wilcox1-1/+2
2002-10-08Initialize struct input_dev in input drivers before it's passed to input_even...Vojtech Pavlik1-0/+2
2002-10-08Change PC-keyboard mappings to follow MS Keyboards - a de factoVojtech Pavlik1-0/+1
2002-09-25Add #include <list.h> to input.hVojtech Pavlik1-22/+5
2002-08-26Use standard linked lists in input layerPatrick Mochel1-4/+11
2002-08-26- Remove input_handler list; replace with LIST_HEAD(input_handler_list).Patrick Mochel1-1/+1
2002-08-26input layer update:Patrick Mochel1-1/+1
2002-08-26Define input device class and register it.Patrick Mochel1-0/+2
2002-08-26Shorten the keycode handling code in keyboard.c and evdev.c.Vojtech Pavlik1-0/+3
2002-08-25This (re)implements getkeycode/setkeycode, kbd_rate and kd_mksoundVojtech Pavlik1-0/+1
2002-07-31Revert input.h back to kernel types.Vojtech Pavlik1-42/+42
2002-07-30Use stdint.h types instead of __u16 et al in input.h, to make lifeVojtech Pavlik1-37/+37
2002-07-30Change the EVIOC?ABS ioctls to use structs rather than arrays of ints.Brad Hards1-2/+10
2002-07-28Small fix to assign continuous values to KEY_*.Johann Deneux1-2/+2
2002-07-25Add EVIOCSABS() ioctl to change the abs* informativeVojtech Pavlik1-4/+5
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik1-5/+15
2002-07-25Remove duplicately defined keys in input.h that got there as a partVojtech Pavlik1-7/+5
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik1-9/+10
2002-07-13Add key definitions for set-top boxes.Vojtech Pavlik1-0/+67