17 Mar, 2011

1 commit


17 Dec, 2010

1 commit


16 Dec, 2010

1 commit


23 Nov, 2010

1 commit


08 Dec, 2009

1 commit


28 Oct, 2008

1 commit


25 Apr, 2008

1 commit

  • This is a pair of Xen para-virtual frontend device drivers:
    drivers/video/xen-fbfront.c provides a framebuffer, and
    drivers/input/xen-kbdfront provides keyboard and mouse.

    The backends run in dom0 user space.

    The two drivers are not in two separate patches, because the
    intermediate step (one driver, not the other) is somewhat problematic:
    the backend in dom0 needs both drivers, and will refuse to complete
    device initialization unless they're both present.

    Signed-off-by: Markus Armbruster

    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Markus Armbruster
     

31 Jan, 2008

1 commit

  • This patch adds a very simple input power event to APM user suspend
    event bridge. Its currently only works for the systems using the
    emulated APM driver but could easily be extended to work with anything
    with a true APM BIOS too.

    This covers a standard embedded system need which is to suspend when the
    user presses a suspend button. It leaves options open to system
    integrators to ignore (or unload) this code and implement their own more
    complex event handling system.

    Its hidden behind the EMBEDDED Kconfig option since its only likely to
    be of use to embedded style systems. It can be built as a module so the
    "hardcoded" policy can easily be removed from the kernel at runtime if
    desired too.

    Signed-off-by: Richard Purdie
    Signed-off-by: Dmitry Torokhov

    Richard Purdie
     

13 Oct, 2007

1 commit


13 Jun, 2007

1 commit

  • To work around deficiences in Kconfig that allows to "select"
    a symbol without automatically selecting all dependencies for
    that symbol move input-polldev from drivers/input/misc to
    drivers/input thus removing extra dependency on CONFIG_INPUT_MISC.

    Signed-off-by: Dmitry Torokhov

    Dmitry Torokhov
     

08 May, 2007

1 commit


12 Apr, 2007

1 commit


09 Dec, 2006

1 commit

  • This modifies Makefiles and Kconfigs to properly reflect the creation of
    generic HID layer.

    It also removes the dependency of BROKEN, which was introduced by the
    first patch in series (see the comment). Also updates credits.

    Signed-off-by: Jiri Kosina
    Signed-off-by: Marcel Holtmann
    Cc: Dmitry Torokhov
    Signed-off-by: Greg Kroah-Hartman

    Jiri Kosina
     

19 Jul, 2006

3 commits

  • Consolidate core implementing memoryless devices in one module; added
    support for gain and envelopes and periodic => rumble conversion.

    Signed-off-by: Anssi Hannula
    Signed-off-by: Dmitry Torokhov

    Anssi Hannula
     
  • Implement a new force feedback interface, in which all non-driver-specific
    operations are separated to a common module. This includes handling effect
    type validations, locking, etc.

    The effects are now file descriptor specific instead of the previous strange
    half-process half-fd specific behaviour. The effect memory of devices is not
    emptied if the root user opens and closes the device while another user is
    using effects. This is a minor change and most likely no force feedback
    aware programs are affected by this negatively.

    Otherwise the userspace interface is left unaltered.

    Signed-off-by: Anssi Hannula
    Signed-off-by: Dmitry Torokhov

    Anssi Hannula
     
  • This will allow building input core module from several files
    which is needed for the reworked force feedback support.

    Signed-off-by: Dmitry Torokhov

    Dmitry Torokhov
     

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