summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-10-14 11:35:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-14 11:35:01 -0700
commit1693c32f42e69634b52df1bf827fd81dc3abda46 (patch)
treeffacbc527509070295fe39fd4c9d924d9f4cdf44 /adb
parent5c5ff87ded019537bbaf6383618ef2956aaa0407 (diff)
parent6c2636947c43c2950488d8d82bfc691cb907518d (diff)
downloadsystem_core-1693c32f42e69634b52df1bf827fd81dc3abda46.zip
system_core-1693c32f42e69634b52df1bf827fd81dc3abda46.tar.gz
system_core-1693c32f42e69634b52df1bf827fd81dc3abda46.tar.bz2
am 6c263694: Fix KT Tech\'s usb vendor ID.
Merge commit '6c2636947c43c2950488d8d82bfc691cb907518d' into gingerbread-plus-aosp * commit '6c2636947c43c2950488d8d82bfc691cb907518d': Fix KT Tech's usb vendor ID.
Diffstat (limited to 'adb')
-rw-r--r--adb/usb_vendors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/usb_vendors.c b/adb/usb_vendors.c
index 7c6c489..bebac2d 100644
--- a/adb/usb_vendors.c
+++ b/adb/usb_vendors.c
@@ -80,7 +80,7 @@
// SK Telesys's USB Vendor ID
#define VENDOR_ID_SK_TELESYS 0x1F53
// KT Tech's USB Vendor ID
-#define VENDOR_ID_KT_TECH 0x3403
+#define VENDOR_ID_KT_TECH 0x2116
/** built-in vendor list */