lkml.org 
[lkml]   [2009]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[17/99] Input: synaptics - add another Protege M300 to rate blacklist
    2.6.31-stable review patch.  If anyone has any objections, please let us know.

    ------------------
    From: Dmitry Torokhov <dmitry.torokhov@gmail.com>

    commit 5f5eeff4c93256ee93435a3bf08cf18c45e9a994 upstream.

    Apparently some of Toshiba Protege M300 identify themselves as
    "Portable PC" in DMI so we need to add that to the DMI table as
    well. We need DMI data so we can automatically lower Synaptics
    reporting rate from 80 to 40 pps to avoid over-taxing their
    keyboard controllers.

    Tested-by: Rod Davison <roddavison@gmail.com>
    Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/input/mouse/synaptics.c | 10 ++++++++++
    1 file changed, 10 insertions(+)

    --- a/drivers/input/mouse/synaptics.c
    +++ b/drivers/input/mouse/synaptics.c
    @@ -652,6 +652,16 @@ static const struct dmi_system_id toshib
    DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
    DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M300"),
    },
    +
    + },
    + {
    + .ident = "Toshiba Portege M300",
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "Portable PC"),
    + DMI_MATCH(DMI_PRODUCT_VERSION, "Version 1.0"),
    + },
    +
    },
    { }
    };



    \
     
     \ /
      Last update: 2009-11-06 23:55    [W:4.107 / U:1.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site