aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-01-11 12:05:16 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-11 12:05:16 -0800
commita33c6ee92b25f6f89ca2044832344d0a6b2ccd11 (patch)
treec7130c83b3df8bb3bcd123509f1784fedd96e394
parented8d4a9c5955720a244b8b958faa9e2ff1b15836 (diff)
parente0b557915123b7ad022ff5d0a7a3d4dd2ee7c2fe (diff)
downloadsystem_core-a33c6ee92b25f6f89ca2044832344d0a6b2ccd11.tar.gz
system_core-a33c6ee92b25f6f89ca2044832344d0a6b2ccd11.tar.bz2
system_core-a33c6ee92b25f6f89ca2044832344d0a6b2ccd11.zip
am e0b55791: am 07ad9f2a: Add USB Vendor ID for Fujitsu and Lumigon.
* commit 'e0b557915123b7ad022ff5d0a7a3d4dd2ee7c2fe': Add USB Vendor ID for Fujitsu and Lumigon.
-rw-r--r--adb/usb_vendors.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c
index 06f21dd6..f67e8838 100644
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -111,6 +111,10 @@
#define VENDOR_ID_ARCHOS 0x0E79
// Positivo's USB Vendor ID
#define VENDOR_ID_POSITIVO 0x1662
+// Fujitsu's USB Vendor ID
+#define VENDOR_ID_FUJITSU 0x04C5
+// Lumigon's USB Vendor ID
+#define VENDOR_ID_LUMIGON 0x25E3
/** built-in vendor list */
@@ -153,6 +157,8 @@ int builtInVendorIds[] = {
VENDOR_ID_PEGATRON,
VENDOR_ID_ARCHOS,
VENDOR_ID_POSITIVO,
+ VENDOR_ID_FUJITSU,
+ VENDOR_ID_LUMIGON,
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))