summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Input: check switch bitmap when matching handlersDmitry Torokhov2005-09-241-0/+1
* [PATCH] SharpSL: Add an input keyboard driver for Zaurus cxx00 seriesRichard Purdie2005-09-133-0/+490
* [PATCH] SharpSL: Abstract c7x0 specifics from Corgi Touchscreen driverRichard Purdie2005-09-132-31/+45
* Input: i8042 - use kzalloc instead of kcallocDmitry Torokhov2005-09-101-3/+3
* Manual merge with LinusDmitry Torokhov2005-09-0923-89/+131
|\
| * [PATCH] trivial __user annotations (evdev)viro@ZenIV.linux.org.uk2005-09-091-1/+1
| * [PATCH] Input: Add a new switch event typeRichard Purdie2005-09-073-4/+24
| * [PATCH] w100fb: Update corgi platform code to match new driverRichard Purdie2005-09-071-23/+5
| * [PATCH] Corgi touchscreen: Fix a pmu bugRichard Purdie2005-09-071-1/+1
| * [PATCH] Corgi Touchscreen: Code cleanup / fixesRichard Purdie2005-09-071-8/+8
| * [PATCH] Corgi Touchscreen: Allow the driver to share the PMURichard Purdie2005-09-071-6/+9
| * [PATCH] Corgi Keyboard: Code tidyingRichard Purdie2005-09-071-33/+28
| * [PATCH] Corgi Keyboard: Add some power management codeRichard Purdie2005-09-071-1/+41
| * [PATCH] Corgi Keyboard: Fix a couple of compile errorsRichard Purdie2005-09-071-2/+2
| * [PATCH] input: convert kcalloc to kzallocPekka Enberg2005-09-0720-22/+22
| * [PATCH] mips: kludge envdev to build for 64-bit MIPS with 32-bit compatRalf Baechle2005-09-051-0/+2
* | Input: sunkbd - extend mapping to handle Type-6 Sun keyboardsVojtech Pavlik2005-09-051-1/+1
* | Input: iforce - use wait_event_interruptible_timeoutVojtech Pavlik2005-09-052-25/+8
* | Input: atkbd - handle keyboards generating scancode 0x7fVojtech Pavlik2005-09-051-3/+7
* | Input: i8042 - add Lifebook E4010 to MUX blacklistDmitry Torokhov2005-09-041-0/+7
* | Input: i8042 - add i8042.nokbd module option to allow supressingDmitry Torokhov2005-09-042-5/+21
* | Input: i8042 - fix IRQ printing when either KBD or AUX portDmitry Torokhov2005-09-041-14/+25
* | Input: make i8042_platform_init return 'real' error codeDmitry Torokhov2005-09-046-23/+26
* | Input: i8042 - clean up initialization code; abort if weDmitry Torokhov2005-09-041-78/+100
* | Input: fix checking whether new keycode fits size-wiseIan Campbell2005-09-041-1/+1
* | Input: psmouse - add new Logitech wheel mouse modelVojtech Pavlik2005-09-041-0/+1
* | Input: ALPS - fix wheel decodingVojtech Pavlik2005-09-041-1/+1
* | Input: rework psmouse attributes to reduce module sizeDmitry Torokhov2005-09-044-163/+200
* | Merge HEAD from rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Dmitry Torokhov2005-09-041-2/+2
|\|
| * [PATCH] ns558 list handling fixAlexander Nyberg2005-08-101-2/+2
* | Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik2005-08-085-2/+460
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2005-07-2914-359/+386
|\
| * Input: synaptics - fix setting packet size on passthrough port.Sergey Vlasov2005-07-241-2/+2
| * Input: check keycodesize when adjusting keymapsVojtech Pavlik2005-07-241-0/+1
| * Input: i8042 - don't use negation to mark AUX dataDmitry Torokhov2005-07-151-28/+32
| * Input: psmouse - wheel mice (imps, exps) always have 3rd buttonVojtech Pavlik2005-07-152-2/+2
| * Input: elo - fix help in Kconfig (wrong module name)Michael Prokop2005-07-111-1/+1
| * Input: joydev - remove custom conversion from jiffies to msecsTobias Klauser2005-07-111-4/+2
| * Input: ALPS - unconditionally enable tapping modePeter Osterlund2005-07-111-18/+7
| * Input: ALPS - fix resume (for DualPoints)David Moore2005-07-111-2/+2
| * Input: synaptics - limit rate to 40pps on Toshiba DynabooksSimon Horman2005-07-111-1/+9
| * Input: i8042 - add Fujitsu T3010 to NOMUX blacklist.Vojtech Pavlik2005-07-111-0/+7
| * Input: i8042 - add Alienware Sentia to NOMUX blacklist.Dmitry Torokhov2005-07-111-0/+7
| * Input: serio_raw - fix Kconfig helpNeil Brown2005-07-111-1/+1
| * Input: serio_raw - link serio_raw misc device to correspondingDmitry Torokhov2005-07-111-0/+1
| * Merge rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2005-07-112-2/+5
| |\
| * | Input: cannot refer to __exit from within __init.Andrew Morton2005-07-011-1/+1
| * | Input: make name, phys and uniq be 'const char *' because onceDmitry Torokhov2005-06-301-11/+12
| * | Input: rearrange procfs code to reduce number of #ifdefsDmitry Torokhov2005-06-301-191/+198
| * | Input: serio - add modalias attribute and environment variable toDmitry Torokhov2005-06-301-16/+26