ODROID-U3 xorg-server debian package fork :
[deb_xorg-server.git] / debian / patches / 188_default_primary_to_first_busid.patch
1 --- a/hw/xfree86/common/xf86pciBus.c
2 +++ b/hw/xfree86/common/xf86pciBus.c
3 @@ -135,8 +135,8 @@ xf86PciProbe(void)
4 }
5 else {
6 xf86Msg(X_NOTICE,
7 - "More than one possible primary device found\n");
8 - primaryBus.type ^= (BusType) (-1);
9 + "More than one possible primary device found. Using first one seen.\n");
10 + break;
11 }
12 }
13 }