summaryrefslogtreecommitdiff
path: root/drivers/input/serio
AgeCommit message (Expand)Author
2005-09-10Input: i8042 - use kzalloc instead of kcallocDmitry Torokhov
2005-09-09Manual merge with LinusDmitry Torokhov
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg
2005-09-04Input: i8042 - add Lifebook E4010 to MUX blacklistDmitry Torokhov
2005-09-04Input: i8042 - add i8042.nokbd module option to allow supressingDmitry Torokhov
2005-09-04Input: i8042 - fix IRQ printing when either KBD or AUX portDmitry Torokhov
2005-09-04Input: make i8042_platform_init return 'real' error codeDmitry Torokhov
2005-09-04Input: i8042 - clean up initialization code; abort if weDmitry Torokhov
2005-07-15Input: i8042 - don't use negation to mark AUX dataDmitry Torokhov
2005-07-11Input: i8042 - add Fujitsu T3010 to NOMUX blacklist.Vojtech Pavlik
2005-07-11Input: i8042 - add Alienware Sentia to NOMUX blacklist.Dmitry Torokhov
2005-07-11Input: serio_raw - fix Kconfig helpNeil Brown
2005-07-11Input: serio_raw - link serio_raw misc device to correspondingDmitry Torokhov
2005-06-30Input: serio - add modalias attribute and environment variable toDmitry Torokhov
2005-06-27Commit the manual part of the input layer merge.Linus Torvalds
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...Yani Ioannou
2005-06-01Input: psmouse - export protocol as a sysfs per-device attributeDmitry Torokhov
2005-06-01Input: cleanup ps2_command() timeout handling in libps2.Dmitry Torokhov
2005-06-01Input: add ps2_drain() to libps2 to allow reading and discardingDmitry Torokhov
2005-06-01Input: pmouse - introduce proper locking so state-changingDmitry Torokhov
2005-06-01Input: switch serio core to using kthread API instead of usingDmitry Torokhov
2005-05-28Input: yet another model that does not play nicely when i8042 isDmitry Torokhov
2005-05-28Input: automatically disable MUX mode on Toshiba Satellite P10Dmitry Torokhov
2005-05-28Input: Avoid double unregistering of i8042 PnP driver. This can happenKurt Garloff
2005-05-28Input: Tone down the severity of a printk() in i386/ia64 arch codeDmitry Torokhov
2005-05-28Input: Only write the CTR in i8042 resume function. Reading it isVojtech Pavlik
2005-05-28Input: Remove (now) unused variable in i8042.cVojtech Pavlik
2005-05-28Input: Add a missing KERN_INFO message designation, fix behaviorVojtech Pavlik
2005-05-17[PATCH] serio 'id' attributesDmitry Torokhov
2005-05-17[PATCH] serport oops fixDmitry Torokhov
2005-05-17[PATCH] serio resume fixDmitry Torokhov
2005-03-28[PATCH] unified spinlock initializationAmit Gud
2005-03-11[PATCH] Update Thibaut Varene's email addressMatthew Wilcox
2005-03-11[PATCH] PA-RISC GSC interrupt fixesMatthew Wilcox
2005-03-07Input: i8042 - disable MUX mode on some Fujitsu notebooks as itDmitry Torokhov
2005-03-07input: convert from pci_module_init to pci_register_driverChristophe Lucas
2005-03-07input: Fix two typos in i8042 PnP code.Vojtech Pavlik
2005-02-28input: Add more PnP IDs to i8042 PnP probe table. BIOS manufacturersVojtech Pavlik
2005-02-25input: After testing on real world hardware, it's obvious we can't trustVojtech Pavlik
2005-02-24input: Print a warning message when PnP fails to find an i8042Vojtech Pavlik
2005-02-24input: Make the i8042 PnP detection even more BIOS and CONFIG-proof.Vojtech Pavlik
2005-02-24input: Fix i8042's interactions with ACPI. Only believe what ACPIVojtech Pavlik
2005-02-24input: Workaround in i8042 for PnP BIOS reporting incorrect commandVojtech Pavlik
2005-02-23Manual mergeVojtech Pavlik
2005-02-14[ARM] Fix sparse warnings for Integrator builds.Russell King