summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
AgeCommit message (Expand)AuthorLines
2005-03-28[PATCH] unified spinlock initializationAmit Gud-6/+6
2005-03-11[PATCH] Update Thibaut Varene's email addressMatthew Wilcox-2/+2
2005-03-11[PATCH] PA-RISC GSC interrupt fixesMatthew Wilcox-5/+4
2005-03-07Input: i8042 - disable MUX mode on some Fujitsu notebooks as itDmitry Torokhov-4/+47
2005-03-07input: convert from pci_module_init to pci_register_driverChristophe Lucas-1/+1
2005-03-07input: Fix two typos in i8042 PnP code.Vojtech Pavlik-2/+2
2005-02-28input: Add more PnP IDs to i8042 PnP probe table. BIOS manufacturersVojtech Pavlik-0/+6
2005-02-25input: After testing on real world hardware, it's obvious we can't trustVojtech Pavlik-7/+6
2005-02-24input: Print a warning message when PnP fails to find an i8042Vojtech Pavlik-42/+43
2005-02-24input: Make the i8042 PnP detection even more BIOS and CONFIG-proof.Vojtech Pavlik-65/+74
2005-02-24input: Fix i8042's interactions with ACPI. Only believe what ACPIVojtech Pavlik-28/+57
2005-02-24input: Workaround in i8042 for PnP BIOS reporting incorrect commandVojtech Pavlik-6/+14
2005-02-23Manual mergeVojtech Pavlik-3/+3
2005-02-14[ARM] Fix sparse warnings for Integrator builds.Russell King-1/+1
2005-02-14[ARM] Fix SA1111 and PXA iomem sparse warnings.Russell King-2/+2
2005-02-12input: Add pin numbers to parkbd.c documentation.Vojtech Pavlik-8/+8
2005-02-08input: On some architectures the atomic ops return `long'. FixAndrew Morton-1/+1
2005-02-07input: Fix i8042 PnP printk()'s and pnp_driver name.Vojtech Pavlik-5/+5
2005-02-07input: Now that ACPIPnP is available, replace ACPI probing in i8042Matthieu Castet-137/+67
2005-02-06input: Typo fix in parkbd.c commentVojtech Pavlik-1/+1
2005-02-06input: Document the adapter schematic needed for parkbd.c, rightVojtech Pavlik-17/+33
2005-02-06input: HP HIL support (from PARISC Linux tree).Helge Deller-3/+2393
2005-02-06Input: add resume method to serio bus so ports are properlyDmitry Torokhov-4/+21
2005-02-05Input: make serio drivers register asynchronously. This shouldDmitry Torokhov-29/+36
2005-02-04input: Cleanup the Kconfig menus for the input subsystem.Roman Zippel-15/+14
2005-02-04input: Don't even try to reset the i8042 controller when it's notVojtech Pavlik-6/+10
2005-02-04Input: i8042 - call i8042_platform_exit to release resourcesPrarit Bhargava-2/+7
2005-02-04Input: Make some needlessly global code static.Adrian Bunk-13/+13
2005-02-04Input: serio - export id.type, id.proto, id.id and id.extra asDmitry Torokhov-0/+28
2005-02-04Input: i8042 - fix 'noloop' module parameter descriptionDmitry Torokhov-1/+1
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov-7/+8
2005-02-04Input: make serio implementation more in line with standardDmitry Torokhov-163/+199
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov-31/+106
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov-6/+6
2005-02-04Input: rearrange serio event processing to get rid of duplicateDmitry Torokhov-9/+48
2005-02-04Input: i8042 - make use of new serio start() and stop() callbacksDmitry Torokhov-163/+167
2005-02-04Input: add serio->start() and serio->stop() callback methods thatDmitry Torokhov-1/+7
2005-02-04Input: i8042 - move panicblink with the rest of module parameters,Dmitry Torokhov-9/+21
2005-02-01Merge bk://kernel.bkbits.net/vojtech/for-linusLinus Torvalds-13/+17
2005-02-01[PATCH] mips: jazz updatesRalf Bächle-1/+1
2005-02-01[PATCH] mips: SGI IP32 updatesRalf Bächle-12/+12
2005-01-31Merge bkbits:input into suse.cz:/home/vojtech/bk/inputVojtech Pavlik-11/+14
2005-01-28input: Fix MUX mode disabling.Vojtech Pavlik-2/+3
2005-01-28input: Only root should be able to set the N_MOUSE line discipline.Vojtech Pavlik-0/+3
2005-01-27Input: libps2 - fix timeout handling in ps2_command, switch to usingDmitry Torokhov-11/+11
2005-01-27Merge bk://dtor.bkbits.net/for-2.6.11Vojtech Pavlik-14/+22
2005-01-27input: Always bring the i8042 multiplexer out of multiplexing mode beforeVojtech Pavlik-14/+22
2005-01-26Input: ACK/NAK processing rules in libps2 were too strict - while it is aDmitry Torokhov-3/+13
2005-01-20[PATCH] Lock initializer cleanup: Misc driversThomas Gleixner-3/+3
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek-3/+1