index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
Age
Commit message (
Expand
)
Author
Lines
2005-03-11
[PATCH] Update Thibaut Varene's email address
Matthew Wilcox
-1
/
+1
2005-03-07
input: some whitespace and formatting cleanup in Corgi drivers.
Dmitry Torokhov
-45
/
+43
2005-03-07
input: This patch is for the keyboard on Sharp Zaurus collie and poodle
John Lenz
-0
/
+319
2005-03-07
input: Fix a connector name in a comment in lkkbd.c
Vojtech Pavlik
-2
/
+2
2005-02-25
input: atkbd - "scroll" is a per-device attribute, don't use global
Dmitry Torokhov
-1
/
+1
2005-02-23
input: Fix keyboard scrollwheel support, add horizontal
Vojtech Pavlik
-24
/
+34
2005-02-06
input: Typo fix in atkbd.c comment
cl81@gmx.net
-1
/
+1
2005-02-06
input: HP HIL support (from PARISC Linux tree).
Helge Deller
-13
/
+801
2005-02-05
input: Add support for Sharp Zaurus SL-C7cc Corgi keyboards.
Richard Purdie
-5
/
+380
2005-02-04
input: Cleanup the Kconfig menus for the input subsystem.
Roman Zippel
-9
/
+7
2005-02-04
Input: Make some needlessly global code static.
Adrian Bunk
-18
/
+18
2005-02-04
Input: make serio's connect routines return error code
Dmitry Torokhov
-22
/
+44
2005-02-04
Input: replace serio's type field with serio_id structure and
Dmitry Torokhov
-24
/
+84
2005-02-04
Input: remove serio->private in favor of using driver-specific data
Dmitry Torokhov
-20
/
+34
2005-02-04
Input: use msecs_to_jiffies instead of manually calculating
Dmitry Torokhov
-1
/
+1
2005-01-27
input: Add missing input_sync() calls to atkbd.c.
Vojtech Pavlik
-0
/
+2
2005-01-06
Input: atkbd - fix keycode table size initialization that got broken
Dmitry Torokhov
-4
/
+4
2004-10-25
Merge bk://dtor.bkbits.net/input/ into suse.cz:/home/vojtech/bk/input
Vojtech Pavlik
-0
/
+5
2004-10-25
Merge bkbits:input into suse.cz:/home/vojtech/bk/input
Vojtech Pavlik
-3
/
+6
2004-10-21
Input: when creating input devices for hardware attached to
Dmitry Torokhov
-0
/
+5
2004-10-20
input: Increase ACK timeouts in libps2 in case the RESET_BAT command is used.
Vojtech Pavlik
-1
/
+4
2004-10-16
input: Fix ssize_t prototype mismatch in psmouse and atkbd.
Vojtech Pavlik
-2
/
+2
2004-09-24
input: More comment fixes in lkkbd.c
Jan-Benedict Glaw
-3
/
+3
2004-09-21
Input: atkbd - export extra, scroll, set, softrepeat and softraw as individual
Dmitry Torokhov
-76
/
+365
2004-09-21
Input: pull common code from psmouse and atkbd into libps2 module
Dmitry Torokhov
-238
/
+53
2004-07-29
Merge bk://dtor.bkbits.net/input into suse.cz:/data/bk/input
Vojtech Pavlik
-48
/
+130
2004-07-27
Input: switch atkbd driver from busy-polling for command completion
Dmitry Torokhov
-30
/
+107
2004-07-27
Input: atkbd - harden ACK/NAK and command processing logic
Dmitry Torokhov
-33
/
+38
2004-07-27
Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/input
Vojtech Pavlik
-95
/
+180
2004-07-26
[PATCH] signed char fixes in drivers/*
Alexander Viro
-2
/
+2
2004-06-28
Input: serio sysfs integration
Dmitry Torokhov
-22
/
+52
2004-06-28
Input: more renames in serio in preparations to sysfs integration
Dmitry Torokhov
-27
/
+27
2004-06-24
Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/input
Vojtech Pavlik
-46
/
+101
2004-06-17
This removes the files orphaned by the earlier PC9800 removal
Linus Torvalds
-391
/
+0
2004-06-17
[PATCH] lower priority of "too many keys" msg in atkbd.c
William Lee Irwin III
-1
/
+1
2004-06-17
[PATCH] Remove PC9800 support
Randy Dunlap
-12
/
+0
2004-06-06
input: Make hardware rawmode optional for AT-keyboards, and check
Vojtech Pavlik
-2
/
+14
2004-06-02
input: Make atkbd.c's atkbd_command() function immune to keys being pressed
Vojtech Pavlik
-12
/
+8
2004-05-31
input: Add reporting of raw scancodes to atkbd.c
Vojtech Pavlik
-3
/
+5
2004-05-31
input: Explicit variable access rules for psmouse.c, using bitops.
Vojtech Pavlik
-1
/
+1
2004-05-30
input: Make atomicity and exclusive access to variables explicit
Vojtech Pavlik
-43
/
+88
2004-05-09
Input: trailing whitespace fixes in drivers/input/keyboard
Dmitry Torokhov
-26
/
+26
2004-05-09
Input: kbd98_interrupt should return irqreturn_t
Dmitry Torokhov
-11
/
+15
2004-04-22
Input: Do not generate events from atkbd until keyboard is completely
Dmitry Torokhov
-0
/
+6
2004-04-22
Input: remove unneeded fields in atkbd structure, convert to bitfields
Dmitry Torokhov
-11
/
+11
2004-04-22
Input: fix trailing whitespace in atkbd
Dmitry Torokhov
-2
/
+2
2004-04-22
Input: Change spurious ACK warning in atkbd to soften accusation
Dmitry Torokhov
-9
/
+14
2004-04-21
[PATCH] lkkbd: Current version
Jan-Benedict Glaw
-22
/
+127
2004-04-12
[PATCH] Amikbd C99 cleanup
Geert Uytterhoeven
-15
/
+104
2004-03-22
[PATCH] sh: various fixes
Andrew Morton
-8
/
+5
[next]