aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2005-10-14Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-1/+1
2005-10-14[PATCH] zaurus: fix dependencies on collie keyboardGravatar Pavel Machek 1-1/+1
2005-10-14[ARM] 3014/1: Spitz keyboard: Correct the right shift keyGravatar Richard Purdie 1-1/+1
2005-09-24[PATCH] Input: check switch bitmap when matching handlersGravatar Dmitry Torokhov 1-0/+1
2005-09-13[PATCH] SharpSL: Add an input keyboard driver for Zaurus cxx00 seriesGravatar Richard Purdie 3-0/+490
2005-09-13[PATCH] SharpSL: Abstract c7x0 specifics from Corgi Touchscreen driverGravatar Richard Purdie 2-31/+45
2005-09-10Input: i8042 - use kzalloc instead of kcallocGravatar Dmitry Torokhov 1-3/+3
2005-09-09Manual merge with LinusGravatar Dmitry Torokhov 23-89/+131
2005-09-09[PATCH] trivial __user annotations (evdev)Gravatar viro@ZenIV.linux.org.uk 1-1/+1
2005-09-07[PATCH] Input: Add a new switch event typeGravatar Richard Purdie 3-4/+24
2005-09-07[PATCH] w100fb: Update corgi platform code to match new driverGravatar Richard Purdie 1-23/+5
2005-09-07[PATCH] Corgi touchscreen: Fix a pmu bugGravatar Richard Purdie 1-1/+1
2005-09-07[PATCH] Corgi Touchscreen: Code cleanup / fixesGravatar Richard Purdie 1-8/+8
2005-09-07[PATCH] Corgi Touchscreen: Allow the driver to share the PMUGravatar Richard Purdie 1-6/+9
2005-09-07[PATCH] Corgi Keyboard: Code tidyingGravatar Richard Purdie 1-33/+28
2005-09-07[PATCH] Corgi Keyboard: Add some power management codeGravatar Richard Purdie 1-1/+41
2005-09-07[PATCH] Corgi Keyboard: Fix a couple of compile errorsGravatar Richard Purdie 1-2/+2
2005-09-07[PATCH] input: convert kcalloc to kzallocGravatar Pekka Enberg 20-22/+22
2005-09-05[PATCH] mips: kludge envdev to build for 64-bit MIPS with 32-bit compatGravatar Ralf Baechle 1-0/+2
2005-09-05Input: sunkbd - extend mapping to handle Type-6 Sun keyboardsGravatar Vojtech Pavlik 1-1/+1
2005-09-05Input: iforce - use wait_event_interruptible_timeoutGravatar Vojtech Pavlik 2-25/+8
2005-09-05Input: atkbd - handle keyboards generating scancode 0x7fGravatar Vojtech Pavlik 1-3/+7
2005-09-04Input: i8042 - add Lifebook E4010 to MUX blacklistGravatar Dmitry Torokhov 1-0/+7
2005-09-04Input: i8042 - add i8042.nokbd module option to allow supressingGravatar Dmitry Torokhov 2-5/+21
2005-09-04Input: i8042 - fix IRQ printing when either KBD or AUX portGravatar Dmitry Torokhov 1-14/+25
2005-09-04Input: make i8042_platform_init return 'real' error codeGravatar Dmitry Torokhov 6-23/+26
2005-09-04Input: i8042 - clean up initialization code; abort if weGravatar Dmitry Torokhov 1-78/+100
2005-09-04Input: fix checking whether new keycode fits size-wiseGravatar Ian Campbell 1-1/+1
2005-09-04Input: psmouse - add new Logitech wheel mouse modelGravatar Vojtech Pavlik 1-0/+1
2005-09-04Input: ALPS - fix wheel decodingGravatar Vojtech Pavlik 1-1/+1
2005-09-04Input: rework psmouse attributes to reduce module sizeGravatar Dmitry Torokhov 4-163/+200
2005-09-04Merge HEAD from rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Gravatar Dmitry Torokhov 1-2/+2
2005-08-10[PATCH] ns558 list handling fixGravatar Alexander Nyberg 1-2/+2
2005-08-08Input: psmouse - add support for IBM TrackPoint devices.Gravatar Stephen Evanchik 5-2/+460
2005-07-29Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputGravatar Linus Torvalds 14-359/+386
2005-07-24Input: synaptics - fix setting packet size on passthrough port.Gravatar Sergey Vlasov 1-2/+2
2005-07-24Input: check keycodesize when adjusting keymapsGravatar Vojtech Pavlik 1-0/+1
2005-07-15Input: i8042 - don't use negation to mark AUX dataGravatar Dmitry Torokhov 1-28/+32
2005-07-15Input: psmouse - wheel mice (imps, exps) always have 3rd buttonGravatar Vojtech Pavlik 2-2/+2
2005-07-13[PATCH] Amiga joystick: Fix typo introduced by the open/close race fixesGravatar Geert Uytterhoeven 1-1/+1
2005-07-11Input: elo - fix help in Kconfig (wrong module name)Gravatar Michael Prokop 1-1/+1
2005-07-11Input: joydev - remove custom conversion from jiffies to msecsGravatar Tobias Klauser 1-4/+2
2005-07-11Input: ALPS - unconditionally enable tapping modeGravatar Peter Osterlund 1-18/+7
2005-07-11Input: ALPS - fix resume (for DualPoints)Gravatar David Moore 1-2/+2
2005-07-11Input: synaptics - limit rate to 40pps on Toshiba DynabooksGravatar Simon Horman 1-1/+9
2005-07-11Input: i8042 - add Fujitsu T3010 to NOMUX blacklist.Gravatar Vojtech Pavlik 1-0/+7
2005-07-11Input: i8042 - add Alienware Sentia to NOMUX blacklist.Gravatar Dmitry Torokhov 1-0/+7
2005-07-11Input: serio_raw - fix Kconfig helpGravatar Neil Brown 1-1/+1
2005-07-11Input: serio_raw - link serio_raw misc device to correspondingGravatar Dmitry Torokhov 1-0/+1
2005-07-11Merge rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Dmitry Torokhov 2-2/+5