summaryrefslogtreecommitdiff
path: root/drivers/acpi/video_detect.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-10-15 00:46:57 -0400
committerLen Brown <len.brown@intel.com>2009-10-15 00:46:57 -0400
commit4697fd6f6a6277b33093fc807786f16cabe30b31 (patch)
treecebad238fa09c60e9fc04b69dd899b1683796b67 /drivers/acpi/video_detect.c
parentfee807e8ffef7a0cdec3ff2d7156844c7d987d2f (diff)
parent3a1151e3f124fd1a2c54b8153f510f1a7c715369 (diff)
downloadlinux-4697fd6f6a6277b33093fc807786f16cabe30b31.tar.gz
linux-4697fd6f6a6277b33093fc807786f16cabe30b31.tar.bz2
linux-4697fd6f6a6277b33093fc807786f16cabe30b31.zip
Merge branch 'launchpad-333386' into release
Diffstat (limited to 'drivers/acpi/video_detect.c')
-rw-r--r--drivers/acpi/video_detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
index 7032f25da9b5..575593a8b4e6 100644
--- a/drivers/acpi/video_detect.c
+++ b/drivers/acpi/video_detect.c
@@ -84,7 +84,7 @@ long acpi_is_video_device(struct acpi_device *device)
return 0;
/* Does this device able to support video switching ? */
- if (ACPI_SUCCESS(acpi_get_handle(device->handle, "_DOD", &h_dummy)) &&
+ if (ACPI_SUCCESS(acpi_get_handle(device->handle, "_DOD", &h_dummy)) ||
ACPI_SUCCESS(acpi_get_handle(device->handle, "_DOS", &h_dummy)))
video_caps |= ACPI_VIDEO_OUTPUT_SWITCHING;