06 Jan, 2013

3 commits

  • Cypress PS/2 Trackpad (drivers/input/mouse/cypress_ps2.c) needs
    this larger cmdbuf[] to handle 8-byte packet responses.

    Signed-off-by: Kamal Mostafa
    Signed-off-by: Dmitry Torokhov

    Kamal Mostafa
     
  • This patch brings wacom driver in-sync with input-mt changes
    made in release 3.7.

    Signed-off-by: Ping Cheng
    Reviewed-by: Henrik Rydberg
    Signed-off-by: Dmitry Torokhov

    Ping Cheng
     
  • Henrik added new MT routines in release 3.7. This patch is to prepare
    for the use of new MT routines.

    In the newly added wacom_abs_set_axis() function, the first
    if-statement assigns ABS_X/Y for number of contacts less or equal
    to 2. So, it is single and 2 finger touch devices. Two finger touch
    devices are processed here since they will not use the updated
    input_mt_init_slots(), which does not offer benefit to those devices.

    input_mt_init_slots() will take care of ABS_X/Y assignment when flags
    are not zero. All touch devices with more than two contacts will use
    input_mt_init_slots() with non-zero flags.

    The second if-statement is for all MT devices, which include two
    finger touch devices.

    Signed-off-by: Ping Cheng
    Reviewed-by: Henrik Rydberg
    Signed-off-by: Dmitry Torokhov

    Ping Cheng
     

05 Jan, 2013

1 commit

  • Outputs x8..x0 of the qt2160 can have leds attached to it.
    This patch handles those outputs using the generic LED
    framework.

    The PWM controls available in the chip are used to achieve
    different levels of brightness.

    Signed-off-by: Javier Martin
    Signed-off-by: Dmitry Torokhov

    Javier Martin
     

04 Jan, 2013

1 commit


25 Dec, 2012

6 commits


17 Dec, 2012

2 commits


04 Dec, 2012

2 commits


30 Nov, 2012

8 commits


28 Nov, 2012

9 commits


25 Nov, 2012

2 commits


24 Nov, 2012

6 commits