aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
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-08-10[PATCH] ns558 list handling fixGravatar Alexander Nyberg 1-2/+2
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
2005-07-01Input: cannot refer to __exit from within __init.Gravatar Andrew Morton 1-1/+1
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupGravatar Ingo Molnar 2-2/+5
2005-06-30Input: make name, phys and uniq be 'const char *' because onceGravatar Dmitry Torokhov 1-11/+12
2005-06-30Input: rearrange procfs code to reduce number of #ifdefsGravatar Dmitry Torokhov 1-191/+198
2005-06-30Input: serio - add modalias attribute and environment variable toGravatar Dmitry Torokhov 1-16/+26
2005-06-30Input: uinput - use completions instead of events and manualGravatar Dmitry Torokhov 1-38/+43
2005-06-30Input: clean up uinput driver (formatting, extra braces)Gravatar Dmitry Torokhov 1-46/+35
2005-06-27Commit the manual part of the input layer merge.Gravatar Linus Torvalds 2-46/+74
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyGravatar Linus Torvalds 45-1059/+1315
2005-06-25Merge Christoph's freeze cleanup patchGravatar Linus Torvalds 2-2/+2
2005-06-25[PATCH] Cleanup patch for process freezingGravatar Christoph Lameter 2-2/+2
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsGravatar Paul E. McKenney 1-1/+1
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Gravatar Alexey Dobriyan 1-1/+1
2005-06-21[PATCH] smp_processor_id() cleanupGravatar Ingo Molnar 1-1/+1
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...Gravatar Yani Ioannou 4-14/+14
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simpleGravatar gregkh@suse.de 5-24/+28
2005-06-16[PATCH] ALPS: fix enabling hardware tappingGravatar Dmitry Torokhov 1-1/+1
2005-06-07[PATCH] input: disable scroll feature on AT keyboardsGravatar Vojtech Pavlik 1-1/+1
2005-06-01Input: psmouse - export protocol as a sysfs per-device attributeGravatar Dmitry Torokhov 3-50/+260
2005-06-01Input: cleanup ps2_command() timeout handling in libps2.Gravatar Dmitry Torokhov 1-28/+62
2005-06-01Input: add ps2_drain() to libps2 to allow reading and discardingGravatar Dmitry Torokhov 2-10/+39
2005-06-01Input: pmouse - introduce proper locking so state-changingGravatar Dmitry Torokhov 2-18/+80