From 8b42622b077de8ed2a2065ffd68f19b4f8e8c8e9 Mon Sep 17 00:00:00 2001 From: William Skellenger Date: Sun, 3 Jan 2016 21:46:50 -0500 Subject: [PATCH] android: Fix typo in README Remove the /sdcard copy and not the /system/lib copy Signed-off-by: Ludovic Rousseau --- android/README | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/README b/android/README index 1afecc7..29621a5 100644 --- a/android/README +++ b/android/README @@ -62,7 +62,7 @@ image of a running device: # Install libusb adb push obj/local/armeabi/libusb1.0.so /sdcard/ adb shell su -c "cat > /system/lib/libusb1.0.so < /sdcard/libusb1.0.so" - adb shell rm /system/lib/libusb1.0.so + adb shell rm /sdcard/libusb1.0.so # Install the samples and tests for B in listdevs fxload xusb sam3u_benchmark hotplugtest stress diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 2eeb143..73a3620 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11096 +#define LIBUSB_NANO 11098