lkml.org 
[lkml]   [2012]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 252/270] ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions
    Date
    3.5.7u1 -stable review patch.  If anyone has any objections, please let me know.

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

    From: Anisse Astier <anisse@astier.eu>

    commit c323dc023b9501e5d09582ec7efd1d40a9001d99 upstream.

    BIOS vendors keep changing the BIOS versions. Only match the beginning
    of the string to match all Lucid tablets with board name M11JB.

    Signed-off-by: Anisse Astier <anisse@astier.eu>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
    ---
    drivers/usb/host/pci-quirks.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c
    index 966d148..ead4525 100644
    --- a/drivers/usb/host/pci-quirks.c
    +++ b/drivers/usb/host/pci-quirks.c
    @@ -545,7 +545,7 @@ static const struct dmi_system_id __devinitconst ehci_dmi_nohandoff_table[] = {
    /* Pegatron Lucid (Ordissimo AIRIS) */
    .matches = {
    DMI_MATCH(DMI_BOARD_NAME, "M11JB"),
    - DMI_MATCH(DMI_BIOS_VERSION, "Lucid-GE-133"),
    + DMI_MATCH(DMI_BIOS_VERSION, "Lucid-"),
    },
    },
    { }
    --
    1.7.9.5


    \
     
     \ /
      Last update: 2012-11-26 19:21    [W:2.521 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site