11 Jun, 2009
1 commit
24 May, 2009
1 commit
-
Through the collaboration to adapt the N-trig and Stantum HID
drivers to the MT protocol, some semantic clarifications to the
protocol have been made. This patch adds them to the MT documentation.Signed-off-by: Henrik Rydberg
Tested-by: Stéphane Chatty
Signed-off-by: Dmitry Torokhov
09 May, 2009
1 commit
01 May, 2009
1 commit
-
This patchs adds documentation for the multi-touch protocol to
Documentation/input/.[randy.dunlap@oracle.com: grammar fixes]
Signed-off-by: Henrik Rydberg
Signed-off-by: Dmitry Torokhov
29 Apr, 2009
1 commit
-
This patch adds documentation for the bcm5974 to Documentation/input/.
Signed-off-by: Henrik Rydberg
Signed-off-by: Dmitry Torokhov
18 Apr, 2009
2 commits
-
Event type for key presses is EV_KEY, not REL_KEY.
Signed-off-by: Dmitry Torokhov
-
The rotary encoder driver only supports returning input events
for ABS_* axes, this adds support for REL_* axes. The relative
axis input event is reported as -1 for each counter-clockwise
step and +1 for each clockwise step.The ability to clamp the position of ABS_* axes between 0 and
a maximum of "steps" has also been added.Signed-off-by: H Hartley Sweeten
Signed-off-by: Daniel Mack
Signed-off-by: Dmitry Torokhov
09 Mar, 2009
1 commit
-
This patch adds a generic driver for rotary encoders connected to GPIO
pins of a system. It relies on gpiolib and generic hardware irqs. The
documentation that also comes with this patch explains the concept and
how to use the driver.Signed-off-by: Daniel Mack
Tested-by: H Hartley Sweeten
Signed-off-by: Dmitry Torokhov
20 Dec, 2008
1 commit
20 Nov, 2008
1 commit
-
Signed-off-by: Peter Popovec
Signed-off-by: Dmitry Torokhov
12 Nov, 2008
1 commit
-
This patch fixes a wrong interrupt handler example given in the "Hello,
world!"-like input driver in Documentation/input/input-programming.txt.Signed-off-by: Dmitri Vorobiev
Signed-off-by: Randy Dunlap
Signed-off-by: Dmitry Torokhov
17 Oct, 2008
1 commit
-
This is version 5 of the driver. Relative mode support has been
dropped (users wishing to use touchpad in relative mode can use
standard PS/2 protocol emulation done in hardware). The driver
supports both original version of Elantech protocol and the newer
one used by touchpads installed in EeePC.Signed-off-by: Arjan Opmeer
Signed-off-by: Dmitry Torokhov
27 Jul, 2008
1 commit
-
Cc: Randy Dunlap
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
21 May, 2008
1 commit
-
This patch removes CVS keywords that weren't updated for a long time
from comments.Signed-off-by: Adrian Bunk
Signed-off-by: Dmitry Torokhov
14 Mar, 2008
1 commit
-
Document the keyboard notifier.
Signed-off-by: Samuel Thibault
Signed-off-by: Andrew Morton
Signed-off-by: Jiri Kosina
SIgned-off-by: Dmitry Torokhov
21 Jan, 2008
1 commit
-
The input example driver uses BTN_0 in the later stages of the
example, so this changes the interrupt routine to match.Signed-off-by: Steven Whitehouse
Signed-off-by: Dmitry Torokhov
20 Oct, 2007
3 commits
-
Most of these fixes were already submitted for old kernel versions, and were
approved, but for some reason they never made it into the releases.Because this is a consolidation of a couple old missed patches, it touches both
Kconfigs and documentation texts.Signed-off-by: Matt LaPlante
Acked-by: Randy Dunlap
Signed-off-by: Adrian Bunk -
Changed email address of Johann Deneux (myself)
Also removed CVS tags in comments (no longer using cvs)Signed-off-by: Johann Deneux
Signed-off-by: Adrian Bunk -
get rid of input BIT* duplicate defines
use newly global defined macros for input layer. Also remove includes of
input.h from non-input sources only for BIT macro definiton. Define the
macro temporarily in local manner, all those local definitons will be
removed further in this patchset (to not break bisecting).
BIT macro will be globally defined (1<
Cc:
Acked-by: Jiri Kosina
Cc:
Acked-by: Marcel Holtmann
Cc:
Acked-by: Mauro Carvalho Chehab
Cc:
Cc:
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
21 Sep, 2007
1 commit
-
Emil Medve points out that this documentation file uses CRLF line
endings, which means that if you use[core]
autocrlf=input(which makes sense if you ever develop under Windows, for example, or if
you use other broken tools) in your git config, git will always complain
about the file being dirty.This removes the bogus DOS line endings, and removes whitespace at the
end of line.Cc: Emil Medve
Signed-off-by: Linus Torvalds
09 May, 2007
1 commit
-
Fix various typos in kernel docs and Kconfigs, 2.6.21-rc4.
Signed-off-by: Matt LaPlante
Signed-off-by: Adrian Bunk
30 Apr, 2007
1 commit
-
Input-programming.txt got out of sync with the latest changes in input
core; let's refresh it.Signed-off-by: Dmitry Torokhov
30 Nov, 2006
2 commits
-
This patch fixes typos in various Documentation txts. The patch addresses some
misc words.Signed-off-by: Matt LaPlante
Acked-by: Randy Dunlap
Signed-off-by: Adrian Bunk -
This patch fixes typos in various Documentation txts. The patch addresses some
+words starting with the letters 'U-Z'.Looks like I made it through the alphabet...just in time to start over again
+too! Maybe I can fit more profound fixes into the next round...? Time will
+tell. :)Signed-off-by: Matt LaPlante
Acked-by: Randy Dunlap
Signed-off-by: Adrian Bunk
18 Oct, 2006
1 commit
-
Adds support for dance pads to the xpad driver. Dance pads require the
d-pad to be mapped to four buttons instead of two axes, so that
combinations of up/down and left/right can be hit simultaneously.
Known dance pads are detected, and there is a module parameter added
to default unknown xpad devices to map the d-pad to buttons if this is
desired. (dpad_to_buttons). Minor modifications were made to port the
changes in the original patch to a newer kernel version.This patch was originally from Dominic Cerquetti originally written
for kernel 2.6.11.4, with minor modifications (API changes for USB,
spelling fixes to the documentation added in the original patch) made
to apply to the current kernel. I have modified Dominic's original
patch per some suggestions from Dmitry Torokhov. (There was nothing
in the patch format description about multiple From: lines, so I
haven't added myself.)[akpm@osdl.org: cleanups]
Signed-off-by: Adam Buchbinder
Acked-by: Dmitry Torokhov
Signed-off-by: Andrew Morton
Signed-off-by: Greg Kroah-Hartman
04 Oct, 2006
10 commits
-
Remove many duplicated words under Documentation/ and do other small
cleanups.Examples:
"and and" --> "and"
"in in" --> "in"
"the the" --> "the"
"the the" --> "to the"
...Signed-off-by: Paolo Ornati
Signed-off-by: Adrian Bunk -
This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letter 'S'.Signed-off-by: Matt LaPlante
Acked-by: Alan Cox
Acked-by: Randy Dunlap
Signed-off-by: Adrian Bunk -
This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'Q'-'R'.Signed-off-by: Matt LaPlante
Acked-by: Randy Dunlap
Signed-off-by: Adrian Bunk -
This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'N'-'P'.Signed-off-by: Matt LaPlante
Acked-by: Randy Dunlap
Signed-off-by: Adrian Bunk -
This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'H'-'M'.Signed-off-by: Matt LaPlante
Acked-by: Randy Dunlap
Signed-off-by: Adrian Bunk -
This patch fixes typos in various Documentation txts. This patch addresses
some words starting with the letters 'D'-'E'.Signed-off-by: Matt LaPlante
Signed-off-by: Adrian Bunk -
This patch fixes typos in various Documentation txts. This patch addresses some
words starting with the letters 'B'-'C'. There are also a few grammar fixes
thrown in for Randy. ;)Signed-off-by: Matt LaPlante
Signed-off-by: Adrian Bunk -
This patch fixes typos in various Documentation txts.
This patch addresses some words starting with the letter 'A'.Signed-off-by: Matt LaPlante
Acked-by: Randy Dunlap
Acked-by: Alan Cox
Signed-off-by: Adrian Bunk -
Now that devfs is removed, there's no longer any need to document how to
do this or that with devfs.This patch includes some improvements by Joe Perches.
Signed-off-by: Adrian Bunk
-
This patch removes some obsolete contact information from
Documentation/input/input.txtSigned-off-by: Adrian Bunk
19 Sep, 2006
1 commit
23 Aug, 2006
1 commit
-
Closes #2804.
Signed-off-by: Alexey Dobriyan
Signed-off-by: Dmitry Torokhov
19 Jul, 2006
1 commit
-
Signed-off-by: Anssi Hannula
Signed-off-by: Dmitry Torokhov
02 Apr, 2006
1 commit
-
SNES gamepads and mice share the same type of interface so they both can be
connected to the parallel port using a simple interface. Adding mouse
support to a gamepad driver may sound funny at first, but doing so in this
case makes it possible to connect and SNES gamepads and mice at the same
time, on the same port.Signed-off-by: Raphael Assenat
Signed-off-by: Andrew Morton
Signed-off-by: Dmitry Torokhov
15 Jan, 2006
1 commit
-
Signed-off-by: Alexey Dobriyan
Signed-off-by: Adrian Bunk