|
@@ -586,6 +586,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5315"),
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5315"),
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .callback = video_set_bqc_offset,
|
|
|
|
+ .ident = "Acer Aspire 7720",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7720"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
{}
|
|
{}
|
|
};
|
|
};
|
|
|
|
|