Magellan Linux

Annotation of /trunk/kudzu/patches/kudzu-1.2.13-pciids.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 451 byte(s)
-import

1 niro 144 --- kudzu-1.2.13/pci.c 2005-12-03 18:09:03.000000000 +0000
2     +++ kudzu-1.2.13/pci.c.patched 2005-12-03 18:29:17.000000000 +0000
3     @@ -361,7 +361,7 @@
4     }
5     pacc->debug=pacc->warning=pcinull;
6     pacc->error=pcibail;
7     - if (!access("/usr/share/hwdata/pci.ids", R_OK))
8     + if (!access("/usr/share/misc/pci.ids", R_OK))
9     pacc->id_file_name = "/usr/share/hwdata/pci.ids";
10     else if (!access("/etc/pci.ids", R_OK))
11     pacc->id_file_name = "/etc/pci.ids";