[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-intel: Changes to 'debian-unstable'



 debian/changelog  |    8 ++++++++
 src/i830_quirks.c |    3 ---
 2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit a00004e5f5a17028f58872d1ab70356525965788
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu Jan 22 03:49:11 2009 +0100

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 0bc4e6c..c6ed098 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-video-intel (2:2.3.2-2+lenny6) unstable; urgency=high
+
+  * Remove the Cappuccino SlimPRO SP625F quirk added in -2+lenny5.
+    There are machines with the same subdevice ids and an LVDS output
+    (closes: #512595).  Thanks, Kushal Koolwal!
+
+ -- Julien Cristau <jcristau@debian.org>  Thu, 22 Jan 2009 03:49:01 +0100
+
 xserver-xorg-video-intel (2:2.3.2-2+lenny5) unstable; urgency=low
 
   * Cherry-pick some more patches from upstream git:

commit be77a9b0d5dde069f0143cad24a8a7fe47d4aed6
Author: Zhenyu Wang <zhenyu.z.wang@intel.com>
Date:   Tue Dec 9 19:19:58 2008 +0800

    Remove Cappuccino SlimPRO SP625F 855GM LVDS quirk
    
    It breaks bug #18462 on IBM 855GM with same subdevice ids.
    (cherry picked from commit 0fe61b0b7e3bbe8ced1b0ad2be72c438d200c64b)

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 4f8a921..4fdae17 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -220,9 +220,6 @@ static i830_quirk i830_quirk_list[] = {
     { PCI_CHIP_I965_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds },
     { PCI_CHIP_I965_GM, 0x8086, 0x1999, quirk_ignore_lvds },
 
-    /* Cappuccino SlimPRO SP625F, bz #11368 */
-    { PCI_CHIP_I855_GM, 0x8086, 0x3582, quirk_ignore_lvds },
-
     /* Apple Mac mini has no lvds, but macbook pro does */
     { PCI_CHIP_I945_GM, 0x8086, 0x7270, quirk_mac_mini },
 


Reply to: