From f80ad207a066682fc5f4b46623563073bc63babc Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mar 06 2009 18:02:40 +0000 Subject: * Fri Mar 06 2009 Adam Jackson 1.6.0-8 - xserver-1.6.0-primary.patch: Really, only look at VGA devices. (#488869) --- diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 0eb298e..6ff59eb 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -19,7 +19,7 @@ Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.6.0 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X @@ -500,6 +500,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 06 2009 Adam Jackson 1.6.0-8 +- xserver-1.6.0-primary.patch: Really, only look at VGA devices. (#488869) + * Thu Mar 05 2009 Peter Hutterer 1.6.0-7 - Remove 10-x11-keymap.fdi, this is provided by fedora-setup-keyboard now. diff --git a/xserver-1.6.0-primary.patch b/xserver-1.6.0-primary.patch index 86fe12f..f410e11 100644 --- a/xserver-1.6.0-primary.patch +++ b/xserver-1.6.0-primary.patch @@ -20,7 +20,7 @@ index 467a0c3..0d2d01c 100644 - == ((PCI_CLASS_MULTIMEDIA << 16) | (PCI_SUBCLASS_MULTIMEDIA_VIDEO << 8)))) \ - || ((((c) & 0x00ffff00) \ - == ((PCI_CLASS_PROCESSOR << 16) | (PCI_SUBCLASS_PROCESSOR_COPROC << 8)))) ) -+ || (((c) & 0x00ff0000) == (PCI_CLASS_DISPLAY << 16)) ) ++ || (((c) & 0x00ffff00) == (PCI_CLASS_DISPLAY << 16)) ) /* * PCI classes that have messages printed always. The others are only