lkml.org 
[lkml]   [2019]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 238/271] HID: wacom: correct touch resolution x/y typo
    Date
    From: Aaron Armstrong Skomra <skomra@gmail.com>

    commit 68c20cc2164cc5c7c73f8012ae6491afdb1f7f72 upstream.

    This affects the 2nd-gen Intuos Pro Medium and Large
    when using their Bluetooth connection.

    Fixes: 4922cd26f03c ("HID: wacom: Support 2nd-gen Intuos Pro's Bluetooth classic interface")
    Cc: <stable@vger.kernel.org> # v4.11+
    Signed-off-by: Aaron Armstrong Skomra <aaron.skomra@wacom.com>
    Reviewed-by: Jason Gerecke <jason.gerecke@wacom.com>
    Signed-off-by: Jiri Kosina <jkosina@suse.cz>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/hid/wacom_wac.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/hid/wacom_wac.c
    +++ b/drivers/hid/wacom_wac.c
    @@ -3734,7 +3734,7 @@ int wacom_setup_touch_input_capabilities
    0, 5920, 4, 0);
    }
    input_abs_set_res(input_dev, ABS_MT_POSITION_X, 40);
    - input_abs_set_res(input_dev, ABS_MT_POSITION_X, 40);
    + input_abs_set_res(input_dev, ABS_MT_POSITION_Y, 40);

    /* fall through */


    \
     
     \ /
      Last update: 2019-07-25 07:50    [W:7.033 / U:0.164 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site