lkml.org 
[lkml]   [2017]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.10 110/110] x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk
    Date
    4.10-stable review patch.  If anyone has any objections, please let me know.

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

    From: Matjaz Hegedic <matjaz.hegedic@gmail.com>

    [ Upstream commit bba8376aea1dcbbe22bbda118c52abee317c7609 ]

    The reboot quirk for ASUS EeeBook X205TA contains a typo in
    DMI_PRODUCT_NAME, improperly referring to X205TAW instead of
    X205TA, which prevents the quirk from being triggered. The
    model X205TAW already has a reboot quirk of its own.

    This fix simply removes the inappropriate final letter W.

    Fixes: 90b28ded88dd ("x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirk")
    Signed-off-by: Matjaz Hegedic <matjaz.hegedic@gmail.com>
    Link: http://lkml.kernel.org/r/1489064417-7445-1-git-send-email-matjaz.hegedic@gmail.com
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    arch/x86/kernel/reboot.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/x86/kernel/reboot.c
    +++ b/arch/x86/kernel/reboot.c
    @@ -228,7 +228,7 @@ static struct dmi_system_id __initdata r
    .ident = "ASUS EeeBook X205TA",
    .matches = {
    DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
    - DMI_MATCH(DMI_PRODUCT_NAME, "X205TAW"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "X205TA"),
    },
    },
    { /* Handle problems with rebooting on ASUS EeeBook X205TAW */

    \
     
     \ /
      Last update: 2017-04-10 18:59    [W:4.047 / U:0.496 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site