]> git.zerfleddert.de Git - usb-driver/commitdiff
support for ISE 12
authorMichael Gernoth <michael@gernoth.net>
Sat, 22 May 2010 11:22:00 +0000 (13:22 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sat, 22 May 2010 11:22:00 +0000 (13:22 +0200)
index.html
usb-driver.c

index 8861ba6f5bf3e2e0c56c1bef53694ce53c495054..ae8246461f7c7883579b16d6b0d2022013f76c30 100644 (file)
@@ -58,6 +58,9 @@
                        <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>
index 264366bac6bcb075a1574b9bc9a41bdfe4c24aa1..504a278b39df45afa7c9bdab6ce90f9d7408445e 100644 (file)
@@ -672,3 +672,11 @@ int uname (struct utsname *__name) {
        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;
+}
Impressum, Datenschutz