ACPI: video: _DOS=0 by default to prevent hotkey hang
[deliverable/linux.git] / drivers / acpi / video.c
index 3c9bb85a6a93f9465917876a856c42c30e4f15bf..6cb3e7b1214561d7b3d02572f925d8e8d6fd2f4f 100644 (file)
@@ -1754,7 +1754,7 @@ static int acpi_video_bus_put_devices(struct acpi_video_bus *video)
 
 static int acpi_video_bus_start_devices(struct acpi_video_bus *video)
 {
-       return acpi_video_bus_DOS(video, 1, 0);
+       return acpi_video_bus_DOS(video, 0, 0);
 }
 
 static int acpi_video_bus_stop_devices(struct acpi_video_bus *video)
This page took 0.025194 seconds and 5 git commands to generate.