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[053/141] ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist
    3.6.11.6 stable review patch.
    If anyone has any objections, please let me know.

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

    From: Bastian Triller <bastian.triller@gmail.com>

    [ Upstream commit c8f6d8351ba8c89d5cd4c562552ec7ec29274e31 ]

    Like on UL30VT, the ACPI video driver can't control backlight correctly on
    Asus UL30A. Vendor driver (asus-laptop) can work. This patch is to
    add "Asus UL30A" to ACPI video detect blacklist in order to use
    asus-laptop for video control on the "Asus UL30A" rather than ACPI
    video driver.

    Signed-off-by: Bastian Triller <bastian.triller@gmail.com>
    Cc: All <stable@vger.kernel.org>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
    ---
    drivers/acpi/video_detect.c | 8 ++++++++
    1 file changed, 8 insertions(+)

    diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
    index 4ac2593..abcae69 100644
    --- a/drivers/acpi/video_detect.c
    +++ b/drivers/acpi/video_detect.c
    @@ -164,6 +164,14 @@ static struct dmi_system_id video_detect_dmi_table[] = {
    DMI_MATCH(DMI_PRODUCT_NAME, "UL30VT"),
    },
    },
    + {
    + .callback = video_detect_force_vendor,
    + .ident = "Asus UL30A",
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
    + DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"),
    + },
    + },
    { },
    };

    --
    1.7.10.4



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