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