20 Dec, 2008

1 commit


20 Nov, 2008

1 commit


12 Nov, 2008

1 commit


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

    Arjan Opmeer
     

27 Jul, 2008

1 commit


21 May, 2008

1 commit


14 Mar, 2008

1 commit


21 Jan, 2008

1 commit


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

    Matt LaPlante
     
  • 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

    Johann Deneux
     
  • 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

    Jiri Slaby
     

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

    Linus Torvalds
     

09 May, 2007

1 commit


30 Apr, 2007

1 commit


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

    Matt LaPlante
     
  • 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

    Matt LaPlante
     

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

    Dominic Cerquetti
     

04 Oct, 2006

10 commits


19 Sep, 2006

1 commit


23 Aug, 2006

1 commit


19 Jul, 2006

1 commit


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

    Raphael Assenat
     

15 Jan, 2006

1 commit


21 Dec, 2005

1 commit


29 Oct, 2005

1 commit

  • Just a small patch that fixes a small parameter validation bug.

    drivers/usb/input/map_to_7segment.h:
    This patch fixes the broken parameter validation in the char to seg7
    conversion. This could cause out-of-bounds memory references.

    MAINTAINERS:
    Yealink maintainer info now in sorted order.

    Documentation/input/yealink.txt:
    Added a Q&A section that answers some common questions.

    Signed-off-by: Henk
    Signed-off-by: Greg Kroah-Hartman

    006491df1a13f85ad245d1039dfdf20e49c394fd

    Henk
     

13 Sep, 2005

1 commit

  • This is a driver for the USB touchpad which can be found on post-February 2005
    Apple PowerBooks.

    This driver is derived from Johannes Berg's appletrackpad driver [1],
    but it has been improved in some areas:
    * appletouch is a full kernel driver, no userspace program is necessary
    * appletouch can be interfaced with the synaptics X11 driver[2], in order
    to have touchpad acceleration, scrolling, two/three finger tap, etc.

    This driver has been tested by the readers of the 'debian-powerpc' mailing
    list for a few weeks now and I believe it is now ready for inclusion into the
    mainline kernel.

    Credits go to Johannes Berg for reverse-engineering the touchpad protocol,
    Frank Arnold for further improvements, and Alex Harper for some additional
    information about the inner workings of the touchpad sensors.

    Signed-off-by: Stelian Pop
    Signed-off-by: Greg Kroah-Hartman

    Stelian Pop
     

09 Sep, 2005

2 commits

  • Signed-off-by: Henk Vergonet
    Signed-off-by: Greg Kroah-Hartman

    Henk
     
  • This patch aggregates all modifications in the -mm tree and adds
    complete ringtone support.

    The following features are supported:
    - keyboard full support
    - LCD full support
    - LED full support
    - dialtone full support
    - ringtone full support
    - audio playback via generic usb audio diver
    - audio record via generic usb audio diver

    For driver documentation see: Documentation/input/yealink.txt
    For vendor documentation see: http://yealink.com

    Signed-off-by: Henk
    Signed-off-by: Greg Kroah-Hartman

    Henk
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds