From 87e9deb12909a1a0d9d192d264d690cbcbe03878 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 28 Jul 2007 15:30:20 +0000 Subject: Add gadgetfs package --- .../gadgetfs-test-fix-usb-ch9-include.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 package/gadgetfs-test/gadgetfs-test-fix-usb-ch9-include.patch (limited to 'package/gadgetfs-test/gadgetfs-test-fix-usb-ch9-include.patch') diff --git a/package/gadgetfs-test/gadgetfs-test-fix-usb-ch9-include.patch b/package/gadgetfs-test/gadgetfs-test-fix-usb-ch9-include.patch new file mode 100644 index 000000000..3d7ce82b4 --- /dev/null +++ b/package/gadgetfs-test/gadgetfs-test-fix-usb-ch9-include.patch @@ -0,0 +1,40 @@ +From 8cf5909c6f8e0a892155dea14a07adfad445762d Mon Sep 17 00:00:00 2001 +From: Haavard Skinnemoen +Date: Sat, 23 Jun 2007 18:34:09 +0200 +Subject: [PATCH] Include usb/ch9.h instead of usb_ch9.h + +Signed-off-by: Haavard Skinnemoen +--- + usb.c | 2 +- + usbstring.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/usb.c b/usb.c +index ea6c7de..b161154 100644 +--- a/usb.c ++++ b/usb.c +@@ -35,7 +35,7 @@ + + #include + #include +-#include ++#include + + #ifdef AIO + /* this aio code works with libaio-0.3.106 */ +diff --git a/usbstring.c b/usbstring.c +index 4bf2965..993acc2 100644 +--- a/usbstring.c ++++ b/usbstring.c +@@ -11,7 +11,7 @@ + #include + + #include +-#include ++#include + + #include "usbstring.h" + +-- +1.5.2.2 + -- cgit v1.2.3