summaryrefslogtreecommitdiff
path: root/packages/ftpd-topfield/files/usb-header-name.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-02-19 16:04:47 +0000
committerRod Whitby <rod@whitby.id.au>2007-02-19 16:04:47 +0000
commit38b9ee8f6367284c11f3e51921e7c430363488d7 (patch)
tree764c7d443e5fd446a60c1a882520e132709639df /packages/ftpd-topfield/files/usb-header-name.patch
parent26cf88c76c2e3d4e71266068ce2314af9c2c3c0d (diff)
ftpd-topfield: Updated to 0.7.0, and fixed usb.h header location
Diffstat (limited to 'packages/ftpd-topfield/files/usb-header-name.patch')
-rw-r--r--packages/ftpd-topfield/files/usb-header-name.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ftpd-topfield/files/usb-header-name.patch b/packages/ftpd-topfield/files/usb-header-name.patch
new file mode 100644
index 0000000000..b3149341e2
--- /dev/null
+++ b/packages/ftpd-topfield/files/usb-header-name.patch
@@ -0,0 +1,11 @@
+--- ../../libtopfield/usb_io.h.orig 2006-01-05 14:55:10.000000000 +1030
++++ ../../libtopfield/usb_io.h 2007-02-20 02:25:43.000000000 +1030
+@@ -34,7 +34,7 @@
+ #include <linux/types.h>
+ #include <linux/version.h>
+
+-#include <linux/usb.h>
++#include <linux/usb_ch9.h>
+ #include <linux/usbdevice_fs.h>
+
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)