summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2005-09-07[PATCH] Corgi Keyboard: Code tidyingRichard Purdie1-33/+28
2005-09-07[PATCH] Corgi Keyboard: Add some power management codeRichard Purdie1-1/+41
2005-09-07[PATCH] Corgi Keyboard: Fix a couple of compile errorsRichard Purdie1-2/+2
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg20-22/+22
2005-09-05[PATCH] mips: kludge envdev to build for 64-bit MIPS with 32-bit compatRalf Baechle1-0/+2
2005-09-05Input: sunkbd - extend mapping to handle Type-6 Sun keyboardsVojtech Pavlik1-1/+1
2005-09-05Input: iforce - use wait_event_interruptible_timeoutVojtech Pavlik2-25/+8
2005-09-05Input: atkbd - handle keyboards generating scancode 0x7fVojtech Pavlik1-3/+7
2005-09-04Input: i8042 - add Lifebook E4010 to MUX blacklistDmitry Torokhov1-0/+7
2005-09-04Input: i8042 - add i8042.nokbd module option to allow supressingDmitry Torokhov2-5/+21
2005-09-04Input: i8042 - fix IRQ printing when either KBD or AUX portDmitry Torokhov1-14/+25
2005-09-04Input: make i8042_platform_init return 'real' error codeDmitry Torokhov6-23/+26
2005-09-04Input: i8042 - clean up initialization code; abort if weDmitry Torokhov1-78/+100
2005-09-04Input: fix checking whether new keycode fits size-wiseIan Campbell1-1/+1
2005-09-04Input: psmouse - add new Logitech wheel mouse modelVojtech Pavlik1-0/+1
2005-09-04Input: ALPS - fix wheel decodingVojtech Pavlik1-1/+1
2005-09-04Input: rework psmouse attributes to reduce module sizeDmitry Torokhov4-163/+200
2005-09-04Merge HEAD from rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Dmitry Torokhov1-2/+2
2005-08-10[PATCH] ns558 list handling fixAlexander Nyberg1-2/+2
2005-08-08Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik5-2/+460
2005-07-29Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds14-359/+386
2005-07-24Input: synaptics - fix setting packet size on passthrough port.Sergey Vlasov1-2/+2
2005-07-24Input: check keycodesize when adjusting keymapsVojtech Pavlik1-0/+1
2005-07-15Input: i8042 - don't use negation to mark AUX dataDmitry Torokhov1-28/+32
2005-07-15Input: psmouse - wheel mice (imps, exps) always have 3rd buttonVojtech Pavlik2-2/+2
2005-07-13[PATCH] Amiga joystick: Fix typo introduced by the open/close race fixesGeert Uytterhoeven1-1/+1
2005-07-11Input: elo - fix help in Kconfig (wrong module name)Michael Prokop1-1/+1
2005-07-11Input: joydev - remove custom conversion from jiffies to msecsTobias Klauser1-4/+2
2005-07-11Input: ALPS - unconditionally enable tapping modePeter Osterlund1-18/+7
2005-07-11Input: ALPS - fix resume (for DualPoints)David Moore1-2/+2
2005-07-11Input: synaptics - limit rate to 40pps on Toshiba DynabooksSimon Horman1-1/+9
2005-07-11Input: i8042 - add Fujitsu T3010 to NOMUX blacklist.Vojtech Pavlik1-0/+7
2005-07-11Input: i8042 - add Alienware Sentia to NOMUX blacklist.Dmitry Torokhov1-0/+7
2005-07-11Input: serio_raw - fix Kconfig helpNeil Brown1-1/+1
2005-07-11Input: serio_raw - link serio_raw misc device to correspondingDmitry Torokhov1-0/+1
2005-07-11Merge rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2-2/+5
2005-07-01Input: cannot refer to __exit from within __init.Andrew Morton1-1/+1
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupIngo Molnar2-2/+5
2005-06-30Input: make name, phys and uniq be 'const char *' because onceDmitry Torokhov1-11/+12
2005-06-30Input: rearrange procfs code to reduce number of #ifdefsDmitry Torokhov1-191/+198
2005-06-30Input: serio - add modalias attribute and environment variable toDmitry Torokhov1-16/+26
2005-06-30Input: uinput - use completions instead of events and manualDmitry Torokhov1-38/+43
2005-06-30Input: clean up uinput driver (formatting, extra braces)Dmitry Torokhov1-46/+35
2005-06-27Commit the manual part of the input layer merge.Linus Torvalds2-46/+74
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds45-1059/+1315
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds2-2/+2
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter2-2/+2
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney1-1/+1
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan1-1/+1
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-1/+1