]> git.pld-linux.org Git - packages/Xconfigurator.git/blame - Xconfigurator-kudzu.patch
- dropped pre-cvs changelog
[packages/Xconfigurator.git] / Xconfigurator-kudzu.patch
CommitLineData
4460255b 1--- Xconfigurator/Xconfigurator.c.orig Sat Apr 6 10:34:54 2002
2+++ Xconfigurator/Xconfigurator.c Sun Aug 18 22:06:47 2002
3@@ -1207,7 +1207,7 @@
4 monvrange = NULL;
5 #ifdef __i386__
6 if (noddcprobe == 0) {
7- initializeDeviceList(BUS_DDC);
8+ initializeBusDeviceList(BUS_DDC);
9 monitordevs = probeDevices(CLASS_MONITOR, BUS_DDC, PROBE_ALL);
10 if (monitordevs) {
11 /* Don't even try to handle more than one monitor */
12@@ -1884,7 +1884,7 @@
13 if (!read_card) {
14 int i;
15
16- initializeDeviceList(BUS_UNSPEC);
17+ initializeBusDeviceList(BUS_UNSPEC);
18 devs = probeDevices(CLASS_VIDEO,BUS_UNSPEC,0);
19 if (devs) {
20 char *val=NULL;
This page took 0.049001 seconds and 4 git commands to generate.