ACPI / video: check _DOD list when creating backlight devices
authorAaron Lu <aaron.lu@intel.com>
Tue, 30 Sep 2014 06:10:17 +0000 (14:10 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 30 Sep 2014 18:49:19 +0000 (20:49 +0200)
commit0b8db271f1592e118feef7300f6da85bea9366da
tree1701b43f8b4b9a557719b753d04797917390085b
parenta11d342fb89aedec5003d116e7427d43cbba714d
ACPI / video: check _DOD list when creating backlight devices

The _DOD method lists which video output device is currently attached so
we should only care about them and ignore others. An user recently
reported that there are two acpi_video interfaces appeared on his system
and one of them doesn't work. From the acpidump, it is found that there
are more than one video output devices that have _BCM control method but
the _DOD lists only one of them. So this patch checks if the video output
device is in the _DOD list and will not create backlight device if it is
not in the list. Also, we consider the broken _DOD case(reflected by the
video->attached_count is 0) and do not change behaviour for those broken
_DOD systems.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=84111
Reported-and-tested-by: ntrrgc@gmail.com
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/video.c