acpi/video_detect: blacklist samsung x360
authorCorentin Chary <corentin.chary@gmail.com>
Wed, 13 Jun 2012 07:32:04 +0000 (09:32 +0200)
committerMatthew Garrett <mjg@redhat.com>
Sat, 28 Jul 2012 04:11:48 +0000 (00:11 -0400)
commit084940d5b101e9ca91a689eb5048151b14076839
treea003682eaea8ebf1b8aaae6678dab31dbf904cf5
parent09d5677cf18f1b9f0e092eb83e9ba6a771c15c5c
acpi/video_detect: blacklist samsung x360

On Samsung X360, the BIOS will set a flag (VDRV) if the generic
ACPI backlight device is used. This flag will definitively break
the backlight interface (even the vendor interface) untill next
reboot. It's why we should prevent video.ko from being used here
and we can't rely on a later call to acpi_video_unregister().

Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/acpi/video_detect.c