summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorLines
2005-03-11[PATCH] Update Thibaut Varene's email addressMatthew Wilcox-1/+1
2005-03-07input: some whitespace and formatting cleanup in Corgi drivers.Dmitry Torokhov-45/+43
2005-03-07input: This patch is for the keyboard on Sharp Zaurus collie and poodleJohn Lenz-0/+319
2005-03-07input: Fix a connector name in a comment in lkkbd.cVojtech Pavlik-2/+2
2005-02-25input: atkbd - "scroll" is a per-device attribute, don't use globalDmitry Torokhov-1/+1
2005-02-23input: Fix keyboard scrollwheel support, add horizontalVojtech Pavlik-24/+34
2005-02-06input: Typo fix in atkbd.c commentcl81@gmx.net-1/+1
2005-02-06input: HP HIL support (from PARISC Linux tree).Helge Deller-13/+801
2005-02-05input: Add support for Sharp Zaurus SL-C7cc Corgi keyboards.Richard Purdie-5/+380
2005-02-04input: Cleanup the Kconfig menus for the input subsystem.Roman Zippel-9/+7
2005-02-04Input: Make some needlessly global code static.Adrian Bunk-18/+18
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov-22/+44
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov-24/+84
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov-20/+34
2005-02-04Input: use msecs_to_jiffies instead of manually calculatingDmitry Torokhov-1/+1
2005-01-27input: Add missing input_sync() calls to atkbd.c.Vojtech Pavlik-0/+2
2005-01-06Input: atkbd - fix keycode table size initialization that got brokenDmitry Torokhov-4/+4
2004-10-25Merge bk://dtor.bkbits.net/input/ into suse.cz:/home/vojtech/bk/inputVojtech Pavlik-0/+5
2004-10-25Merge bkbits:input into suse.cz:/home/vojtech/bk/inputVojtech Pavlik-3/+6
2004-10-21Input: when creating input devices for hardware attached toDmitry Torokhov-0/+5
2004-10-20input: Increase ACK timeouts in libps2 in case the RESET_BAT command is used.Vojtech Pavlik-1/+4
2004-10-16input: Fix ssize_t prototype mismatch in psmouse and atkbd.Vojtech Pavlik-2/+2
2004-09-24input: More comment fixes in lkkbd.cJan-Benedict Glaw-3/+3
2004-09-21Input: atkbd - export extra, scroll, set, softrepeat and softraw as individualDmitry Torokhov-76/+365
2004-09-21Input: pull common code from psmouse and atkbd into libps2 moduleDmitry Torokhov-238/+53
2004-07-29Merge bk://dtor.bkbits.net/input into suse.cz:/data/bk/inputVojtech Pavlik-48/+130
2004-07-27Input: switch atkbd driver from busy-polling for command completionDmitry Torokhov-30/+107
2004-07-27Input: atkbd - harden ACK/NAK and command processing logicDmitry Torokhov-33/+38
2004-07-27Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik-95/+180
2004-07-26[PATCH] signed char fixes in drivers/*Alexander Viro-2/+2
2004-06-28Input: serio sysfs integrationDmitry Torokhov-22/+52
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov-27/+27
2004-06-24Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik-46/+101
2004-06-17This removes the files orphaned by the earlier PC9800 removalLinus Torvalds-391/+0
2004-06-17[PATCH] lower priority of "too many keys" msg in atkbd.cWilliam Lee Irwin III-1/+1
2004-06-17[PATCH] Remove PC9800 supportRandy Dunlap-12/+0
2004-06-06input: Make hardware rawmode optional for AT-keyboards, and checkVojtech Pavlik-2/+14
2004-06-02input: Make atkbd.c's atkbd_command() function immune to keys being pressedVojtech Pavlik-12/+8
2004-05-31input: Add reporting of raw scancodes to atkbd.cVojtech Pavlik-3/+5
2004-05-31input: Explicit variable access rules for psmouse.c, using bitops.Vojtech Pavlik-1/+1
2004-05-30input: Make atomicity and exclusive access to variables explicitVojtech Pavlik-43/+88
2004-05-09Input: trailing whitespace fixes in drivers/input/keyboardDmitry Torokhov-26/+26
2004-05-09Input: kbd98_interrupt should return irqreturn_tDmitry Torokhov-11/+15
2004-04-22Input: Do not generate events from atkbd until keyboard is completelyDmitry Torokhov-0/+6
2004-04-22Input: remove unneeded fields in atkbd structure, convert to bitfieldsDmitry Torokhov-11/+11
2004-04-22Input: fix trailing whitespace in atkbdDmitry Torokhov-2/+2
2004-04-22Input: Change spurious ACK warning in atkbd to soften accusationDmitry Torokhov-9/+14
2004-04-21[PATCH] lkkbd: Current versionJan-Benedict Glaw-22/+127
2004-04-12[PATCH] Amikbd C99 cleanupGeert Uytterhoeven-15/+104
2004-03-22[PATCH] sh: various fixesAndrew Morton-8/+5