From 812c2fd72216c44120c9f87760db0446bd9bc5bdb8b9f6cf945526263034fafc Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 22 Mar 2016 17:08:06 +0000 Subject: [PATCH] - Add support for a driver specific PCI IDs files supplementing what's in xf86VideoPtrToDriverList(). PCI ID lists may be held in /etc/X11/xorg_pci_ids (boo#972126). OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=620 --- xorg-x11-server.changes | 5 +++-- xorg-x11-server.spec | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 2e05c1f..6425dcc 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- Tue Mar 22 12:22:28 UTC 2016 - eich@suse.com -- Add support for a driver specific psi IDs files supplementing - what's in xf86VideoPtrToDriverList() (boo#972126). +- Add support for a driver specific PCI IDs files supplementing + what's in xf86VideoPtrToDriverList(). PCI ID lists may be held + in /etc/X11/xorg_pci_ids (boo#972126). ------------------------------------------------------------------- Sat Mar 12 00:31:53 UTC 2016 - tobias.johannes.klausmann@mni.thm.de diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index c777c90..0edc5b8 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -19,9 +19,9 @@ %ifarch s390 s390x %define have_wayland 0 %else +%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids %if 0%{?suse_version} >= 1330 || 0%{?build_xwayland} %define have_wayland 1 -%define pci_ids_dir %{_sysconfdir}/X11/xorg.ids %endif %endif