ACPI: video: Loosen strictness of video bus detection code
authorStefan Bader <stefan.bader@canonical.com>
Fri, 21 Aug 2009 09:03:05 +0000 (11:03 +0200)
committerLen Brown <len.brown@intel.com>
Tue, 13 Oct 2009 06:50:38 +0000 (02:50 -0400)
commit3a1151e3f124fd1a2c54b8153f510f1a7c715369
tree26c7155074db312ecd103f2d0ca3bdc450586539
parent161291396e76e0832c08f617eb9bd364d1648148
ACPI: video: Loosen strictness of video bus detection code

BugLink: http://bugs.launchpad.net/bugs/333386
Currently a video bus device must (beside other criteria) define _DOD and
_DOS methods to be considered a video device.
Some broken BIOSes prevented working backlight control by only defining both
for one (non-existing bus) and only _DOD for the rest. With this patch in
place the other bus definitions were considered too and backlight control
started to work again.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/video.c
drivers/acpi/video_detect.c