<P>To fix this, run the following command as root:<BR>
<kbd>sed -i -e 's/TEMPNODE/tempnode/' -e 's/SYSFS/ATTRS/g' -e 's/BUS/SUBSYSTEMS/' /etc/udev/rules.d/xusbdfwu.rules</kbd><BR>
You may have to reboot for this change to take effect.</P></LI>
+
+ <LI><P><I>2010-05-22</I>: Support for ISE 12 is now available in the driver, the presence of "windrvr6"
+ is recognized again.</P></LI>
</UL>
</P>
<H2>Supported Cables</H2>
return ret;
}
#endif
+
+/* Ugly hack for ISE 12. They don't seem to open /proc/modules with
+ * open() anymore... */
+int _Z14isModuleLoadedPci(void) {
+ DPRINTF("Faking _Z14isModuleLoadedPci\n");
+
+ return 1;
+}