diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-03-24 17:08:52 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-03-24 17:08:52 +0100 |
commit | 8dbfa057b3f8e8402f639c0bf5fcbc4e43a8b3da (patch) | |
tree | 89f15beeef0c009386c31ca24b4c3042f32fcf9b /drivers | |
parent | 2d0ab14634a26e54f8d6d231b47b7ef233e84599 (diff) | |
parent | 5e7a3bf65db57461d0f47955248fcadf37321a74 (diff) |
Merge branch 'acpi-video'
Merge an ACPI backlight quirk for Acer Aspire 3830TG (Hans de Goede).
* acpi-video:
ACPI: video: Add backlight=native DMI quirk for Acer Aspire 3830TG
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/video_detect.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index 14d6d81e536f..fd7cbce8076e 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c @@ -497,6 +497,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = { }, { .callback = video_detect_force_native, + /* Acer Aspire 3830TG */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 3830TG"), + }, + }, + { + .callback = video_detect_force_native, /* Acer Aspire 4810T */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Acer"), |