12 May, 2011

1 commit


31 Mar, 2011

1 commit


09 Feb, 2010

1 commit

  • In particular, several occurances of funny versions of 'success',
    'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
    'beginning', 'desirable', 'separate' and 'necessary' are fixed.

    Signed-off-by: Daniel Mack
    Cc: Joe Perches
    Cc: Junio C Hamano
    Signed-off-by: Jiri Kosina

    Daniel Mack
     

18 Apr, 2009

1 commit

  • 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

    H Hartley Sweeten
     

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

    Daniel Mack