/[pkgs]/rpms/kernel/F-9/linux-2.6-acpi-video-dos.patch
ViewVC logotype

Contents of /rpms/kernel/F-9/linux-2.6-acpi-video-dos.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Mon Jan 12 19:54:17 2009 UTC (10 months, 1 week ago) by kyle
Branch: MAIN
CVS Tags: kernel-2_6_28-1_fc9, kernel-2_6_28-2_fc9, HEAD
File MIME type: text/x-patch
* Mon Jan 12 2009 Kyle McMartin <kyle@redhat.com>
- Rebase for Fedora 9.
- Turn off CONFIG_MAXSMP on x86_64.
1 Disable ACPI video display switching by default
2
3 -- mjg59
4
5 diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
6 index bac2901..93b1a9e 100644
7 --- a/drivers/acpi/video.c
8 +++ b/drivers/acpi/video.c
9 @@ -1818,7 +1818,7 @@ static int acpi_video_bus_put_devices(struct acpi_video_bus *video)
10
11 static int acpi_video_bus_start_devices(struct acpi_video_bus *video)
12 {
13 - return acpi_video_bus_DOS(video, 0, 0);
14 + return acpi_video_bus_DOS(video, 3, 1);
15 }
16
17 static int acpi_video_bus_stop_devices(struct acpi_video_bus *video)

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2