summaryrefslogtreecommitdiff
path: root/include/linux/input.h
AgeCommit message (Expand)Author
2005-05-01[PATCH] macintosh/adbhid.c: adb buttons support for aluminium PowerBook G4Andreas Jaggi
2005-02-24input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE andVojtech Pavlik
2004-11-01Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2004-10-27[PATCH] sonypi: rework input supportStelian Pop
2004-10-21Input: get rid of pm_dev in input core as it is deprecated andDmitry Torokhov
2004-09-24input: Add LED definitions for PDAs.John Lenz
2004-09-23input: Tidy up & fix the hid-input.c driver. Dual-wheel A4 mice don't report ...Vojtech Pavlik
2004-06-06input: Make hardware rawmode optional for AT-keyboards, and checkVojtech Pavlik
2004-05-31input: Add reporting of raw scancodes to atkbd.cVojtech Pavlik
2004-04-22Input: - move set_abs_params from synaptics driver to input andDmitry Torokhov
2004-04-22Input: trailing whitespace fixesDmitry Torokhov
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-20input: Manual merge.Vojtech Pavlik
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman
2004-01-18Merge twilight:bk/input into ucw.cz:/home/vojtech/bk/inputVojtech Pavlik
2004-01-17input: Key 89 is RO, not ROMAJI.Vojtech Pavlik
2004-01-16input: Added BUS_BLUETOOTH definition for BlueTooth HID devices.Marcel Holtmann
2004-01-15input: Move keycode definitions around to get as close to 2.4Vojtech Pavlik
2003-12-18[PATCH] Add black list to handler<->device matchingDmitry Torokhov
2003-09-26input: Change AT keyboard to use hardware autorepeat and moveVojtech Pavlik
2003-09-26input: Tidy up events reported by a Synaptics pad, add touchpadPeter Osterlund
2003-09-18input.h, keyboard.c, evdev.c:Vojtech Pavlik
2003-06-20input: Add Logitech MX PS2++ support, move Logitech PS2++ code to aVojtech Pavlik
2003-06-14input: Add Synaptics touchpad absolute mode support.Peter Osterlund
2003-06-09input: Add key definitions for HP-HIL keyboards.Vojtech Pavlik
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-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