]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- compile&work properly on 2.6.6 kernel
authoradasi <adasi@pld-linux.org>
Mon, 10 May 2004 06:44:17 +0000 (06:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-usb-2.6.6.patch -> 1.1

eagle-usb-2.6.6.patch [new file with mode: 0644]

diff --git a/eagle-usb-2.6.6.patch b/eagle-usb-2.6.6.patch
new file mode 100644 (file)
index 0000000..3058765
--- /dev/null
@@ -0,0 +1,16 @@
+--- eagle-usb-1.9.6/driver/eu_main.c~  2004-05-10 08:42:57.249887328 +0200
++++ eagle-usb-1.9.6/driver/eu_main.c   2004-05-10 08:42:57.249887328 +0200
+@@ -476,11 +476,9 @@
+     eu_enters (DBG_INIT);
+ #ifdef LINUX_2_6
+-        if ( intf->driver != NULL )
+-        {
+-            ins = usb_get_intfdata ( intf );
++        ins = usb_get_intfdata ( intf );
++        if ( ins != NULL )
+             goto byebye;
+-        }
+ #endif
+         
+     /*
This page took 0.064681 seconds and 4 git commands to generate.