diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-26 22:21:29 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-26 22:21:29 +0000 |
commit | f933c2275a9808f20dca66d004fcf22d4ee6da77 (patch) | |
tree | f28d7552b3fa60283c53df5c8997af79fcb264dc /recipes/libusb/libusb-0.1.10a/ARMfix.patch | |
parent | 2fe85b7a8468403904f563aa9d5dfcfd9539826c (diff) |
libusb: Update to latest versions of libusb1 and libusb-compat, removed old versions.
Diffstat (limited to 'recipes/libusb/libusb-0.1.10a/ARMfix.patch')
-rw-r--r-- | recipes/libusb/libusb-0.1.10a/ARMfix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/libusb/libusb-0.1.10a/ARMfix.patch b/recipes/libusb/libusb-0.1.10a/ARMfix.patch deleted file mode 100644 index 803bd99bab..0000000000 --- a/recipes/libusb/libusb-0.1.10a/ARMfix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- /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++; - |