X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2Fxfree86_allow_fallback_to_pci_bus_probe_for_non_seat0.patch;h=fecc8124f3679d86e805f29f6546d2570a9ff469;hp=982d629b958d13369610adca6e1fe531bad13185;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/xfree86_allow_fallback_to_pci_bus_probe_for_non_seat0.patch b/debian/patches/xfree86_allow_fallback_to_pci_bus_probe_for_non_seat0.patch index 982d629..fecc812 100644 --- a/debian/patches/xfree86_allow_fallback_to_pci_bus_probe_for_non_seat0.patch +++ b/debian/patches/xfree86_allow_fallback_to_pci_bus_probe_for_non_seat0.patch @@ -25,11 +25,9 @@ Signed-off-by: Peter Hutterer hw/xfree86/common/xf86Bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c -index 507c57d..b3b3f8c 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c -@@ -81,7 +81,7 @@ xf86CallDriverProbe(DriverPtr drv, Bool detect_only) +@@ -81,7 +81,7 @@ xf86CallDriverProbe(DriverPtr drv, Bool if (drv->platformProbe != NULL) { foundScreen = xf86platformProbeDev(drv); } @@ -47,6 +45,3 @@ index 507c57d..b3b3f8c 100644 return; #endif #ifdef XSERVER_LIBPCIACCESS --- -2.0.4 -