From 04c91a39fba4f7934adb44bcbe11cb5611c8f4ba Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Tue, 19 May 2009 15:08:41 -0400 Subject: [PATCH] --- yaml --- r: 145416 b: refs/heads/master c: 93bcece20ef87c29548ec7e66532f1018572cea0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/video.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 26c619f70965..0c2a575b4706 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34ac272b3aaef11a91e19a72f3ac5772a96ffbc5 +refs/heads/master: 93bcece20ef87c29548ec7e66532f1018572cea0 diff --git a/trunk/drivers/acpi/video.c b/trunk/drivers/acpi/video.c index ee45e7604221..6d897bbd3bd0 100644 --- a/trunk/drivers/acpi/video.c +++ b/trunk/drivers/acpi/video.c @@ -578,6 +578,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "eMachines E510"), }, }, + { + .callback = video_set_bqc_offset, + .ident = "Acer Aspire 5315", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5315"), + }, + }, {} };