summaryrefslogtreecommitdiffstats
path: root/acpi-video-dos.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2013-07-22 09:18:44 -0500
committerJustin M. Forbes <jforbes@redhat.com>2013-07-22 09:18:44 -0500
commit7af7ee13a4cb0c4b6039736db990abdfe22a4090 (patch)
treee0e14db38426a94613dc8c13c066e9dc85f3f45c /acpi-video-dos.patch
parent88a192370aa265402dc31c9f45914920d70ff4cf (diff)
downloadkernel-7af7ee13a4cb0c4b6039736db990abdfe22a4090.tar.gz
kernel-7af7ee13a4cb0c4b6039736db990abdfe22a4090.tar.xz
kernel-7af7ee13a4cb0c4b6039736db990abdfe22a4090.zip
Linux v3.11-rc2
Diffstat (limited to 'acpi-video-dos.patch')
-rw-r--r--acpi-video-dos.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/acpi-video-dos.patch b/acpi-video-dos.patch
deleted file mode 100644
index 3e2085193..000000000
--- a/acpi-video-dos.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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)