aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-05-29Input: Add Fujitsu Lifebook B-series touchscreen driver.Kenan Esau5-4/+154
2005-05-29Input: Make EVIOSCSABS work in evdev.Vojtech Pavlik1-199/+180
2005-05-29Input: Add a new I-Force device to the iforce driver.Marian-Nicolae V. Ion2-0/+2
2005-05-29Input: fix open/close races in joystick drivers - add a semaphoreDmitry Torokhov4-23/+61
2005-05-29Input: remove user counters from drivers/input/touchscreen sinceDmitry Torokhov1-12/+7
2005-05-29Input: remove user counters from drivers/input/mouse since inputDmitry Torokhov5-84/+31
2005-05-29Input: add semaphore and user count to input_dev structure;Dmitry Torokhov1-5/+28
2005-05-29Input: maple_keyb - remove useless dc_kbd_open and dc_kbd_closeDmitry Torokhov1-20/+0
2005-05-29Input: whitespace fixes in driver/input/joystickDmitry Torokhov9-23/+23
2005-05-29Input: whitespace fixes in drivers/input/touchscreenDmitry Torokhov3-92/+92
2005-05-29Input: whitespace fixes in drivers/input/keyboardDmitry Torokhov4-22/+22
2005-05-29Input: whitespace fixes in drivers/input/mouseDmitry Torokhov8-38/+36
2005-05-29Input: Corgi keyboard driver - correct two keys which are much more usefulRichard Purdie1-2/+4
2005-05-29Input: Fix a warning in evdev's 32-bit emulation code.Vojtech Pavlik1-0/+2
2005-05-29Input: Add support for 32-bit emulation on 64-bit platforms for evdev.Juergen Kreileder1-2/+266
2005-05-29Input: This patch implements compat_ioctl for joydev.Jeremy Fitzhardinge1-25/+91
2005-05-29Input: Kill Aureal Vortex 1/2 gameport driver. ALSA Aureal driverVojtech Pavlik3-197/+0
2005-05-29Input: Crystal SoundFusion (cs461x) gameport support isn't neededVojtech Pavlik3-327/+0
2005-05-29Input: Probe PnP gameports first, ISA after that.Vojtech Pavlik1-6/+6
2005-05-29Input: Fix fast scrolling scancodes in atkbd.cVojtech Pavlik1-3/+3
2005-05-28[PATCH] input: Fix fast scrolling scancodes in atkbd.cVojtech Pavlik1-3/+3
2005-05-28[PATCH] fix jumpy mouse cursor on consolePavel Machek1-5/+10
2005-05-28Input: synaptics - reduce verboseness of synaptics driver - thereDmitry Torokhov1-34/+5
2005-05-28Input: yet another model that does not play nicely when i8042 isDmitry Torokhov1-0/+7
2005-05-28Input: automatically disable MUX mode on Toshiba Satellite P10Dmitry Torokhov1-1/+10
2005-05-28Input: gunze - fix out-of-bound array access reported by Adrian Bunk.Dmitry Torokhov1-2/+1
2005-05-28Input: Fix button mapping in joydev - BTN_TRIGGER was beingVojtech Pavlik1-1/+1
2005-05-28Input: Workaround for Sunrex K8561 IR Keyboard/Mouse. The mouseVojtech Pavlik1-1/+4
2005-05-28Input: Avoid double unregistering of i8042 PnP driver. This can happenKurt Garloff1-2/+6
2005-05-28Input: Tone down the severity of a printk() in i386/ia64 arch codeDmitry Torokhov1-1/+1
2005-05-28Input: Only write the CTR in i8042 resume function. Reading it isVojtech Pavlik1-20/+28
2005-05-28Input: Remove (now) unused variable in i8042.cVojtech Pavlik1-2/+0
2005-05-28Input: Add a missing KERN_INFO message designation, fix behaviorVojtech Pavlik1-2/+2
2005-05-28Input:Adrian Bunk1-20/+0
2005-05-28Input: Fix a warning in psmouse-base.cAndrew Morton1-1/+1
2005-05-17[PATCH] drivers/input/keyboard/atkbd.c: fix off by one errorsAdrian Bunk1-2/+4
2005-05-17[PATCH] serio 'id' attributesDmitry Torokhov1-4/+20
2005-05-17[PATCH] serport oops fixDmitry Torokhov1-30/+68
2005-05-17[PATCH] ALPS resume fixDmitry Torokhov1-0/+2
2005-05-17[PATCH] alps printk tidyAndrew Morton1-1/+1
2005-05-17[PATCH] serio resume fixDmitry Torokhov1-1/+0
2005-05-01[PATCH] drivers/input/joystick/spaceorb.c: fix an array overflowAdrian Bunk1-1/+1
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds125-0/+39668