summaryrefslogtreecommitdiff
path: root/drivers/input/serio
AgeCommit message (Expand)Author
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
2005-02-14[ARM] Fix SA1111 and PXA iomem sparse warnings.Russell King
2005-02-12input: Add pin numbers to parkbd.c documentation.Vojtech Pavlik
2005-02-08input: On some architectures the atomic ops return `long'. FixAndrew Morton
2005-02-07input: Fix i8042 PnP printk()'s and pnp_driver name.Vojtech Pavlik
2005-02-07input: Now that ACPIPnP is available, replace ACPI probing in i8042Matthieu Castet
2005-02-06input: Typo fix in parkbd.c commentVojtech Pavlik
2005-02-06input: Document the adapter schematic needed for parkbd.c, rightVojtech Pavlik
2005-02-06input: HP HIL support (from PARISC Linux tree).Helge Deller
2005-02-06Input: add resume method to serio bus so ports are properlyDmitry Torokhov
2005-02-05Input: make serio drivers register asynchronously. This shouldDmitry Torokhov
2005-02-04input: Cleanup the Kconfig menus for the input subsystem.Roman Zippel
2005-02-04input: Don't even try to reset the i8042 controller when it's notVojtech Pavlik
2005-02-04Input: i8042 - call i8042_platform_exit to release resourcesPrarit Bhargava
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2005-02-04Input: serio - export id.type, id.proto, id.id and id.extra asDmitry Torokhov
2005-02-04Input: i8042 - fix 'noloop' module parameter descriptionDmitry Torokhov
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov
2005-02-04Input: make serio implementation more in line with standardDmitry Torokhov
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov
2005-02-04Input: rearrange serio event processing to get rid of duplicateDmitry Torokhov
2005-02-04Input: i8042 - make use of new serio start() and stop() callbacksDmitry Torokhov
2005-02-04Input: add serio->start() and serio->stop() callback methods thatDmitry Torokhov
2005-02-04Input: i8042 - move panicblink with the rest of module parameters,Dmitry Torokhov
2005-02-01Merge bk://kernel.bkbits.net/vojtech/for-linusLinus Torvalds
2005-02-01[PATCH] mips: jazz updatesRalf Bächle