lkml.org 
[lkml]   [2021]   [Dec]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 67/76] Input: goodix - add id->model mapping for the "9111" model
    Date
    From: Hans de Goede <hdegoede@redhat.com>

    commit 81e818869be522bc8fa6f7df1b92d7e76537926c upstream.

    Add d->model mapping for the "9111" model, this fixes uses using
    a wrong config_len of 240 bytes while the "9111" model uses
    only 186 bytes of config.

    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
    Link: https://lore.kernel.org/r/20211206164747.197309-2-hdegoede@redhat.com
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/input/touchscreen/goodix.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/input/touchscreen/goodix.c
    +++ b/drivers/input/touchscreen/goodix.c
    @@ -162,6 +162,7 @@ static const struct goodix_chip_id goodi
    { .id = "911", .data = &gt911_chip_data },
    { .id = "9271", .data = &gt911_chip_data },
    { .id = "9110", .data = &gt911_chip_data },
    + { .id = "9111", .data = &gt911_chip_data },
    { .id = "927", .data = &gt911_chip_data },
    { .id = "928", .data = &gt911_chip_data },


    \
     
     \ /
      Last update: 2021-12-27 16:44    [W:4.687 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site