aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-06-01 15:01:16 -0700
committerXavier Ducrohet <xav@android.com>2009-06-01 15:01:16 -0700
commit40585738b4ad5d0c4328d6deee98e28705f33c11 (patch)
treec83735cad38e59488ed1b99be1eff3f95d1ba850
parent59a566a1233b4e670823d25c96e0c6cd6e44eb26 (diff)
downloadsample-40585738b4ad5d0c4328d6deee98e28705f33c11.tar.gz
Add usb-vendor to the manifest.ini
-rw-r--r--sdk_addon/manifest.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdk_addon/manifest.ini b/sdk_addon/manifest.ini
index d91c53c..fda2a84 100644
--- a/sdk_addon/manifest.ini
+++ b/sdk_addon/manifest.ini
@@ -17,3 +17,11 @@ libraries=com.example.android.platform_library
com.example.android.platform_library=platform_library.jar;Sample optional plaform library
+# USB Vendor ID
+# This 16-bit integer allows adb to detect new devices, by extending the list
+# of USB Vendor IDs it knows. After installing an add-on the command
+# 'android update' adb' must be run to update a file that adb reads during
+# start-up.
+#usb-vendor=0x0000
+
+