ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807
authorJasper St. Pierre <jstpierre@mecheye.net>
Wed, 2 Dec 2020 06:39:42 +0000 (14:39 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Dec 2020 13:01:22 +0000 (14:01 +0100)
commit25417185e9b5ff90746d50769d2a3fcd1629e254
tree38e620a33962dcb0cef9e17eaf92c7d056ba33df
parent0477e92881850d44910a7e94fc2c46f96faa131f
ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807

The GIGABYTE GB-BXBT-2807 is a mini-PC which uses off the shelf
components, like an Intel GPU which is meant for mobile systems.
As such, it, by default, has a backlight controller exposed.

Unfortunately, the backlight controller only confuses userspace, which
sees the existence of a backlight device node and has the unrealistic
belief that there is actually a backlight there!

Add a DMI quirk to force the backlight off on this system.

Signed-off-by: Jasper St. Pierre <jstpierre@mecheye.net>
Reviewed-by: Chris Chiu <chiu@endlessos.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/video_detect.c