lkml.org 
[lkml]   [2013]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[014/141] Input: egalax_ts - ABS_MT_POSITION_Y not reported well
    3.6.11.6 stable review patch.
    If anyone has any objections, please let me know.

    ------------------

    From: Heiko Abraham <abrahamh@web.de>

    [ Upstream commit 3c9cfa782e075cc2348b949ba139911aac02c7cb ]

    The egalax_ts touchscreen modul not report ABS_MT_POSITION_Y proper.
    As result it may be, that upper software levels only receive x coordinates well.

    Signed-off-by: Heiko Abraham <abrahamh@web.de>
    Cc: stable@vger.kernel.org
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
    ---
    drivers/input/touchscreen/egalax_ts.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/input/touchscreen/egalax_ts.c b/drivers/input/touchscreen/egalax_ts.c
    index 70524dd..be2a271 100644
    --- a/drivers/input/touchscreen/egalax_ts.c
    +++ b/drivers/input/touchscreen/egalax_ts.c
    @@ -203,7 +203,7 @@ static int __devinit egalax_ts_probe(struct i2c_client *client,
    input_set_abs_params(input_dev,
    ABS_MT_POSITION_X, 0, EGALAX_MAX_X, 0, 0);
    input_set_abs_params(input_dev,
    - ABS_MT_POSITION_X, 0, EGALAX_MAX_Y, 0, 0);
    + ABS_MT_POSITION_Y, 0, EGALAX_MAX_Y, 0, 0);
    input_mt_init_slots(input_dev, MAX_SUPPORT_POINTS);

    input_set_drvdata(input_dev, ts);
    --
    1.7.10.4



    \
     
     \ /
      Last update: 2013-07-04 00:21    [W:4.818 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site