diff options
author | Dave Jones <davej@redhat.com> | 2013-01-10 14:24:41 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2013-01-10 14:24:41 -0500 |
commit | efd70b8f77b7a7adf3add772e424ce95f289b50e (patch) | |
tree | 9a1ef645e505365b98c15b27c8b0f6fd27146a66 /acpi-video-dos.patch | |
parent | 1cdf6c9bdd28cb65fa59d2b2ce305cac30decd0d (diff) | |
download | kernel-efd70b8f77b7a7adf3add772e424ce95f289b50e.tar.gz kernel-efd70b8f77b7a7adf3add772e424ce95f289b50e.tar.xz kernel-efd70b8f77b7a7adf3add772e424ce95f289b50e.zip |
Rename a bunch of patches.
Diffstat (limited to 'acpi-video-dos.patch')
-rw-r--r-- | acpi-video-dos.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/acpi-video-dos.patch b/acpi-video-dos.patch new file mode 100644 index 000000000..3e2085193 --- /dev/null +++ b/acpi-video-dos.patch @@ -0,0 +1,17 @@ +Disable firmware video brightness change on AC/Battery switch by default + +-- mjg59 + +diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c +index bac2901..93b1a9e 100644 +--- a/drivers/acpi/video.c ++++ b/drivers/acpi/video.c +@@ -1818,7 +1818,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, 0, 0); ++ return acpi_video_bus_DOS(video, 0, 1); + } + + static int acpi_video_bus_stop_devices(struct acpi_video_bus *video) |