From: Koen Kooi Date: Fri, 22 Jul 2005 11:52:35 +0000 (+0000) Subject: Add ARMfix patch, thanks to rwhitby for spotting it X-Git-Tag: Release-2010-05/1~9453^2~4086^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1512c326ecaa7bb0e321b5926a9eb4d1d5b17bb;p=openembedded.git Add ARMfix patch, thanks to rwhitby for spotting it --- diff --git a/packages/libusb/libusb-0.1.10a/ARMfix.patch b/packages/libusb/libusb-0.1.10a/ARMfix.patch new file mode 100644 index 0000000000..803bd99bab --- /dev/null +++ b/packages/libusb/libusb-0.1.10a/ARMfix.patch @@ -0,0 +1,20 @@ +--- /tmp/usb.c 2005-07-22 01:45:43.606167000 +0200 ++++ libusb-0.1.10a/usb.c 2005-07-22 01:47:22.527128728 +0200 +@@ -156,7 +156,7 @@ + * Some ports fetch the descriptors on scanning (like Linux) so we don't + * need to fetch them again. + */ +- if (!dev->config) { ++/* if (!dev->config) { */ + usb_dev_handle *udev; + + udev = usb_open(dev); +@@ -165,7 +165,7 @@ + + usb_close(udev); + } +- } ++/* }*/ + + changes++; +