aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2005-11-09[PATCH] Input: fix 'uniq' reporting in hotplug handlerDmitry Torokhov1-1/+1
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-85/+109
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-7/+3
2005-11-02Input: lkkbd - miscellaneous fixesJan-Benedict Glaw1-42/+59
2005-11-02Input: logips2pp - add support for MX3100Mirco Macrelli1-0/+3
2005-11-02Input: locomokbd - fix wrong bustypePavel Machek1-1/+1
2005-11-02Input: fix input device deregistrationDmitry Torokhov1-0/+1
2005-11-02Input: do not register statically allocated devicesDmitry Torokhov1-11/+15
2005-11-02Input: locomokbd - convert to dynamic input allocationDmitry Torokhov1-32/+31
2005-10-31[PATCH] i386: CONFIG_PC removalArthur Othieno2-3/+3
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds8-4/+8
2005-10-31Input: lkkbd - fix debug message in lkkbd_interrupt()Dmitry Torokhov1-1/+1
2005-10-31Input: pcspkr - fix setting name and phys for the deviceDmitry Torokhov1-1/+1
2005-10-31Input: fix input_dev registration messageDmitry Torokhov1-1/+1
2005-10-31Input: evdev - allow querying SW state from compat ioctlDmitry Torokhov1-0/+3
2005-10-31Input: evdev - allow querying EV_SW bits from compat_ioctlDmitry Torokhov1-0/+1
2005-10-30[PATCH] fix missing includesTim Schmielau14-0/+14
2005-10-30[PATCH] CONFIG_IA32Brian Gerst1-1/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King8-4/+8
2005-10-29[PATCH] amikbd fixAl Viro1-1/+1
2005-10-29[PATCH] missing bits in sparkspkr conversionAl Viro1-1/+1
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds65-2644/+2984
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King4-62/+51
2005-10-28[PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov1-145/+104
2005-10-28[PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman4-8/+32
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman5-17/+17
2005-10-28[PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman1-15/+3
2005-10-28[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman1-7/+12
2005-10-28[PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman4-14/+14
2005-10-28[PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman1-1/+2
2005-10-28[PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman1-3/+3
2005-10-28[PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov1-23/+133
2005-10-28[PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov1-0/+6
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov25-1230/+1460
2005-10-28[PATCH] Input: convert driver/input/misc to dynamic input_dev allocationDmitry Torokhov3-57/+56
2005-10-28[PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocationDmitry Torokhov7-308/+279
2005-10-28[PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov9-431/+449
2005-10-28[PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov15-361/+363
2005-10-28[PATCH] Input: prepare to sysfs integrationDmitry Torokhov1-5/+72
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov5-30/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman4-5/+5
2005-10-21[PARISC] Update parisc specific input code from parisc treeMatthew Wilcox5-31/+59
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox3-6/+6
2005-10-21[PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks betterMatthew Wilcox3-3/+3
2005-10-17[PATCH] uniput - fix crash on SMPDmitry Torokhov1-2/+2
2005-10-14Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2005-10-14[PATCH] zaurus: fix dependencies on collie keyboardPavel Machek1-1/+1
2005-10-14[ARM] 3014/1: Spitz keyboard: Correct the right shift keyRichard Purdie1-1/+1
2005-09-24[PATCH] Input: check switch bitmap when matching handlersDmitry Torokhov1-0/+1
2005-09-13[PATCH] SharpSL: Add an input keyboard driver for Zaurus cxx00 seriesRichard Purdie3-0/+490
2005-09-13[PATCH] SharpSL: Abstract c7x0 specifics from Corgi Touchscreen driverRichard Purdie2-31/+45
2005-09-10Input: i8042 - use kzalloc instead of kcallocDmitry Torokhov1-3/+3
2005-09-09Manual merge with LinusDmitry Torokhov23-89/+131
2005-09-09[PATCH] trivial __user annotations (evdev)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] Input: Add a new switch event typeRichard Purdie3-4/+24
2005-09-07[PATCH] w100fb: Update corgi platform code to match new driverRichard Purdie1-23/+5
2005-09-07[PATCH] Corgi touchscreen: Fix a pmu bugRichard Purdie1-1/+1
2005-09-07[PATCH] Corgi Touchscreen: Code cleanup / fixesRichard Purdie1-8/+8
2005-09-07[PATCH] Corgi Touchscreen: Allow the driver to share the PMURichard Purdie1-6/+9
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
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...Yani Ioannou4-14/+14
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de5-24/+28
2005-06-16[PATCH] ALPS: fix enabling hardware tappingDmitry Torokhov1-1/+1
2005-06-07[PATCH] input: disable scroll feature on AT keyboardsVojtech Pavlik1-1/+1
2005-06-01Input: psmouse - export protocol as a sysfs per-device attributeDmitry Torokhov3-50/+260
2005-06-01Input: cleanup ps2_command() timeout handling in libps2.Dmitry Torokhov1-28/+62
2005-06-01Input: add ps2_drain() to libps2 to allow reading and discardingDmitry Torokhov2-10/+39
2005-06-01Input: pmouse - introduce proper locking so state-changingDmitry Torokhov2-18/+80
2005-06-01Input: mousedev - do not wake up readers when receiving 0-motionDmitry Torokhov1-2/+6
2005-06-01Input: do not corrupt system-wide procfs fops.Luke Kosewski1-0/+4
2005-06-01Input: return correct value when setting up absolute device via uinipt.Ian Campbell1-2/+4
2005-06-01Input: ALPS - fix forward/back buttons on Ahtec laptop.Ivan Casado Ruiz1-8/+21
2005-06-01Input: switch gameport core to using kthread API instead ofDmitry Torokhov1-19/+12
2005-06-01Input: switch serio core to using kthread API instead of usingDmitry Torokhov1-17/+10
2005-06-01Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds...Dmitry Torokhov1-5/+10
2005-05-29Automatic merge of 'for-linus' branch fromLinus Torvalds7-87/+66
2005-05-29Input: apparently Lifebook touchscreens have double resolutionDmitry Torokhov1-0/+12
2005-05-29Input: lifebook - adjust initialization routines to be in line withDmitry Torokhov3-22/+41
2005-05-29Input: lifebook - various cleanups:Dmitry Torokhov3-28/+13
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-rc2v2.6.12-rc2Linus Torvalds125-0/+39668