]> git.zerfleddert.de Git - usb-driver/blobdiff - usb-driver.c
add ISE 12 to the list of supported software
[usb-driver] / usb-driver.c
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