30 Sep, 2011

5 commits

  • When the caps lock key is pressed, toggle the associated
    LED. According to Nvidia code, we should send 0x01 where
    we sent 0x07, but this does not appear to work correctly
    on the AC100.

    Signed-off-by: Julian Andres Klode
    Acked-by: Marc Dietrich
    Signed-off-by: Greg Kroah-Hartman

    Julian Andres Klode
     
  • Rewrite the interrupt handler to use a state machine similar to
    that found in the various kernels for the Advent Vega. This also
    changes the code to use the new functions introduced in the
    previous commits.

    This also merges the rewrite sent in August 2011 by Marc
    Dietrich, and thus also includes code by him. His original
    patch can be found on the mailing list.

    Signed-off-by: Julian Andres Klode
    Acked-by: Marc Dietrich
    Signed-off-by: Greg Kroah-Hartman

    Julian Andres Klode
     
  • This patch adds support for LEDs connect to a nvec. A single brightness
    property is exported to sysfs. LEDs are selected via bitfields in the
    brightness value. Also the blinking behavior is selected through this
    method. Vendors may use different values for different HW designs.

    Signed-off-by: Ilya Petrov
    Signed-off-by: Marc Dietrich
    [jak@jak-linux.org: Fixed checkpatch warnings]
    Signed-off-by: Julian Andres Klode
    Acked-by: Marc Dietrich
    Signed-off-by: Greg Kroah-Hartman

    Ilya Petrov
     
  • This patch fixes coding style and adds copyright notices.

    Signed-off-by: Marc Dietrich
    [jak@jak-linux.org: Merge later cleanup into that patch]
    Signed-off-by: Julian Andres Klode
    Acked-by: Marc Dietrich
    Signed-off-by: Greg Kroah-Hartman

    Marc Dietrich
     
  • Those headers were apparently included by other headers
    previously, but are not anymore.

    Signed-off-by: Julian Andres Klode
    Acked-by: Marc Dietrich
    Signed-off-by: Greg Kroah-Hartman

    Julian Andres Klode
     

25 Aug, 2011

1 commit


24 Aug, 2011

1 commit


20 May, 2011

1 commit