rpms/xorg-x11-drv-i810/devel intel-quirk-dvo.patch, NONE, 1.1 xorg-x11-drv-i810.spec, 1.83, 1.84

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Mon Mar 10 04:45:43 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-i810/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27995

Modified Files:
	xorg-x11-drv-i810.spec 
Added Files:
	intel-quirk-dvo.patch 
Log Message:
* Mon Mar 10 2008 Dave Airlie <airlied at redhat.com> 2.2.1-10
- quirk Motion Computing M1200


intel-quirk-dvo.patch:

--- NEW FILE intel-quirk-dvo.patch ---
>From fc05efbe67e04ffead79bc19eb7d28635ec7a10f Mon Sep 17 00:00:00 2001
From: Dave Airlie <airlied at clockmaker.usersys.redhat.com>
Date: Mon, 10 Mar 2008 14:43:24 +1000
Subject: [PATCH] quirk: add DVO ivch quirk

---
 src/i830_quirks.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 2486e41..c7d32cd 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -238,6 +238,9 @@ static i830_quirk i830_quirk_list[] = {
     /* Toshiba i830M laptop (fix bug 11148) */
     { PCI_CHIP_I830_M, 0x1179, 0xff00, quirk_ivch_dvob },
 
+    /* Motion Computing M1200 reported on irc */
+    { PCI_CHIP_I830_M, 0x14c0, 0x0012, quirk_ivch_dvob },
+
     /* Samsung Q35 has no TV output */
     { PCI_CHIP_I945_GM, 0x144d, 0xc504, quirk_ignore_tv },
     /* Samsung Q45 has no TV output */
-- 
1.5.3.3



Index: xorg-x11-drv-i810.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-i810/devel/xorg-x11-drv-i810.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- xorg-x11-drv-i810.spec	7 Mar 2008 06:53:24 -0000	1.83
+++ xorg-x11-drv-i810.spec	10 Mar 2008 04:44:53 -0000	1.84
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 Intel video driver(s)
 Name:      xorg-x11-drv-i810
 Version:   2.2.1
-Release:   9%{?dist}
+Release:   10%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -24,6 +24,7 @@
 Patch4: intel-2.1.1-fix-xv-compiz.patch
 Patch5: intel-2.1.1-efi.patch
 Patch6: intel-2.1.1-pciaccess-version.patch
+Patch7: intel-quirk-dvo.patch
 
 Patch100: intel-master.patch
 Patch101: intel-batchbuffer.patch
@@ -65,6 +66,7 @@
 #patch4 -p1 -b .xv-compiz
 %patch5 -p1 -b .efi
 %patch6 -p1 -b .pciaccessvers
+%patch7 -p1 -b .quirk
 %patch100 -p1 -b .intel-master
 
 cd ../xf86-video-intel-%{batchbuffer_version}
@@ -135,6 +137,9 @@
 %{_libdir}/libI810XvMC.so
 
 %changelog
+* Mon Mar 10 2008 Dave Airlie <airlied at redhat.com> 2.2.1-10
+- quirk Motion Computing M1200
+
 * Fri Mar 07 2008 Dave Airlie <airlied at redhat.com> 2.2.1-9
 - update modesetting patch to include 965 video + fix for memory
   space leak




More information about the fedora-extras-commits mailing list