|
@@ -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;
|
|
|
|