blob: 90542e87e5decff43aaae4f3b7479c7d2f35f791 [file] [log] [blame]
Xavier Ducrohet2ef5fc22009-05-20 17:33:53 -07001/*
2 * Copyright (C) 2009 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#include "usb_vendors.h"
18
Xavier Ducrohet2ef5fc22009-05-20 17:33:53 -070019#include <stdio.h>
Xavier Ducrohet30a40332009-05-21 17:47:43 -070020
21#ifdef _WIN32
22# define WIN32_LEAN_AND_MEAN
23# include "windows.h"
24# include "shlobj.h"
25#else
26# include <unistd.h>
27# include <sys/stat.h>
28#endif
29
30#include "sysdeps.h"
Xavier Ducrohet2ef5fc22009-05-20 17:33:53 -070031#include "adb.h"
32
Xavier Ducrohet30a40332009-05-21 17:47:43 -070033#define ANDROID_PATH ".android"
34#define ANDROID_ADB_INI "adb_usb.ini"
35
36#define TRACE_TAG TRACE_USB
37
Colin Crossd8a76372014-01-05 18:19:51 -080038/* Keep the list below sorted alphabetically by #define name */
Robert CH Choue9d35632009-09-21 09:51:35 +080039// Acer's USB Vendor ID
40#define VENDOR_ID_ACER 0x0502
DanielMoc087e9b2013-08-28 18:39:01 +080041// Allwinner's USB Vendor ID
42#define VENDOR_ID_ALLWINNER 0x1F3A
DanielMo196fef62013-08-26 18:36:11 +080043// Amlogic's USB Vendor ID
44#define VENDOR_ID_AMLOGIC 0x1b8e
Sam Lin79fb1492013-03-12 20:14:56 +080045// AnyDATA's USB Vendor ID
46#define VENDOR_ID_ANYDATA 0x16D5
Colin Crossd8a76372014-01-05 18:19:51 -080047// Archos's USB Vendor ID
48#define VENDOR_ID_ARCHOS 0x0E79
49// Asus's USB Vendor ID
50#define VENDOR_ID_ASUS 0x0b05
sunxiaoqi2726fa92013-03-15 16:17:37 +080051// BYD's USB Vendor ID
kongfanqingfbcd1142013-05-15 14:17:41 +080052#define VENDOR_ID_BYD 0x1D91
Colin Crossd8a76372014-01-05 18:19:51 -080053// Compal's USB Vendor ID
herman_lin5efccfe2014-05-05 03:43:20 +080054#define VENDOR_ID_COMPAL 0x04B7
55// Compalcomm's USB Vendor ID
56#define VENDOR_ID_COMPALCOMM 0x1219
Colin Crossd8a76372014-01-05 18:19:51 -080057// Dell's USB Vendor ID
58#define VENDOR_ID_DELL 0x413c
ecsgms26a84e72013-07-24 16:13:49 +080059// ECS's USB Vendor ID
60#define VENDOR_ID_ECS 0x03fc
DanielMo1c22c5f2013-10-08 16:14:18 +080061// EMERGING_TECH's USB Vendor ID
62#define VENDOR_ID_EMERGING_TECH 0x297F
Jon Sawyerb3212642014-01-11 22:59:18 -080063// Emerson's USB Vendor ID
64#define VENDOR_ID_EMERSON 0x2207
Colin Crossd8a76372014-01-05 18:19:51 -080065// Foxconn's USB Vendor ID
66#define VENDOR_ID_FOXCONN 0x0489
67// Fujitsu's USB Vendor ID
68#define VENDOR_ID_FUJITSU 0x04C5
69// Funai's USB Vendor ID
70#define VENDOR_ID_FUNAI 0x0F1C
71// Garmin-Asus's USB Vendor ID
72#define VENDOR_ID_GARMIN_ASUS 0x091E
73// Gigabyte's USB Vendor ID
74#define VENDOR_ID_GIGABYTE 0x0414
Volker Moesker2b1f7ee2013-10-07 14:42:28 +020075// Gigaset's USB Vendor ID
76#define VENDOR_ID_GIGASET 0x1E85
xuefeng caie1febab2014-06-16 16:09:57 +080077// GIONEE's USB Vendor ID
78#define VENDOR_ID_GIONEE 0x271D
Colin Crossd8a76372014-01-05 18:19:51 -080079// Google's USB Vendor ID
80#define VENDOR_ID_GOOGLE 0x18d1
81// Haier's USB Vendor ID
82#define VENDOR_ID_HAIER 0x201E
83// Harris's USB Vendor ID
84#define VENDOR_ID_HARRIS 0x19A5
85// Hisense's USB Vendor ID
86#define VENDOR_ID_HISENSE 0x109b
DanielMo3f4b7252014-06-19 16:02:14 +080087// Honeywell's USB Vendor ID
88#define VENDOR_ID_HONEYWELL 0x0c2e
Jon Sawyer78586e92014-01-08 08:14:26 -080089// HP's USB Vendor ID
90#define VENDOR_ID_HP 0x03f0
Colin Crossd8a76372014-01-05 18:19:51 -080091// HTC's USB Vendor ID
92#define VENDOR_ID_HTC 0x0bb4
93// Huawei's USB Vendor ID
94#define VENDOR_ID_HUAWEI 0x12D1
95// INQ Mobile's USB Vendor ID
96#define VENDOR_ID_INQ_MOBILE 0x2314
97// Intel's USB Vendor ID
98#define VENDOR_ID_INTEL 0x8087
DanielMo631c8ec2014-03-26 15:33:23 +080099// Intermec's USB Vendor ID
100#define VENDOR_ID_INTERMEC 0x067e
Colin Crossd8a76372014-01-05 18:19:51 -0800101// IRiver's USB Vendor ID
102#define VENDOR_ID_IRIVER 0x2420
103// K-Touch's USB Vendor ID
104#define VENDOR_ID_K_TOUCH 0x24E3
105// KT Tech's USB Vendor ID
106#define VENDOR_ID_KT_TECH 0x2116
107// Kobo's USB Vendor ID
108#define VENDOR_ID_KOBO 0x2237
109// Kyocera's USB Vendor ID
110#define VENDOR_ID_KYOCERA 0x0482
111// Lab126's USB Vendor ID
112#define VENDOR_ID_LAB126 0x1949
113// Lenovo's USB Vendor ID
114#define VENDOR_ID_LENOVO 0x17EF
115// LenovoMobile's USB Vendor ID
116#define VENDOR_ID_LENOVOMOBILE 0x2006
117// LG's USB Vendor ID
118#define VENDOR_ID_LGE 0x1004
119// Lumigon's USB Vendor ID
120#define VENDOR_ID_LUMIGON 0x25E3
Abhishek Karmakar7d462f62014-08-28 11:35:49 +0530121// Micromax's USB Vendor ID
122#define VENDOR_ID_MICROMAX 0x2A96
Colin Crossd8a76372014-01-05 18:19:51 -0800123// Motorola's USB Vendor ID
124#define VENDOR_ID_MOTOROLA 0x22b8
astonehuang3748b642013-08-01 15:23:17 +0800125// MSI's USB Vendor ID
astonehuang48437452013-08-28 10:53:17 +0800126#define VENDOR_ID_MSI 0x0DB0
Colin Crossd8a76372014-01-05 18:19:51 -0800127// MTK's USB Vendor ID
128#define VENDOR_ID_MTK 0x0e8d
129// NEC's USB Vendor ID
130#define VENDOR_ID_NEC 0x0409
131// B&N Nook's USB Vendor ID
132#define VENDOR_ID_NOOK 0x2080
133// Nvidia's USB Vendor ID
134#define VENDOR_ID_NVIDIA 0x0955
135// OPPO's USB Vendor ID
136#define VENDOR_ID_OPPO 0x22D9
137// On-The-Go-Video's USB Vendor ID
138#define VENDOR_ID_OTGV 0x2257
139// OUYA's USB Vendor ID
140#define VENDOR_ID_OUYA 0x2836
141// Pantech's USB Vendor ID
142#define VENDOR_ID_PANTECH 0x10A9
143// Pegatron's USB Vendor ID
144#define VENDOR_ID_PEGATRON 0x1D4D
145// Philips's USB Vendor ID
146#define VENDOR_ID_PHILIPS 0x0471
147// Panasonic Mobile Communication's USB Vendor ID
148#define VENDOR_ID_PMC 0x04DA
149// Positivo's USB Vendor ID
150#define VENDOR_ID_POSITIVO 0x1662
DanielMo57e36aa2014-04-16 12:13:18 +0800151// Prestigio's USB Vendor ID
152#define VENDOR_ID_PRESTIGIO 0x29e4
Colin Crossd8a76372014-01-05 18:19:51 -0800153// Qisda's USB Vendor ID
154#define VENDOR_ID_QISDA 0x1D45
155// Qualcomm's USB Vendor ID
156#define VENDOR_ID_QUALCOMM 0x05c6
157// Quanta's USB Vendor ID
158#define VENDOR_ID_QUANTA 0x0408
DanielMo9b2ca202013-08-27 11:19:32 +0800159// Rockchip's USB Vendor ID
160#define VENDOR_ID_ROCKCHIP 0x2207
Colin Crossd8a76372014-01-05 18:19:51 -0800161// Samsung's USB Vendor ID
162#define VENDOR_ID_SAMSUNG 0x04e8
163// Sharp's USB Vendor ID
164#define VENDOR_ID_SHARP 0x04dd
165// SK Telesys's USB Vendor ID
166#define VENDOR_ID_SK_TELESYS 0x1F53
Bao Haojuna24a6922014-03-31 16:12:40 +0800167// Smartisan's USB Vendor ID
168#define VENDOR_ID_SMARTISAN 0x29a9
DanielMof6850d42014-07-25 11:15:24 +0800169// Sonim Tech's USB Vendor ID
170#define VENDOR_ID_SONIM_TECH 0x1d9c
Colin Crossd8a76372014-01-05 18:19:51 -0800171// Sony's USB Vendor ID
172#define VENDOR_ID_SONY 0x054C
173// Sony Ericsson's USB Vendor ID
174#define VENDOR_ID_SONY_ERICSSON 0x0FCE
175// T & A Mobile Phones' USB Vendor ID
176#define VENDOR_ID_T_AND_A 0x1BBB
DanielMoa36c61d2013-12-17 16:25:42 +0800177// TechFaith's USB Vendor ID
178#define VENDOR_ID_TECHFAITH 0x1d09
Colin Crossd8a76372014-01-05 18:19:51 -0800179// Teleepoch's USB Vendor ID
180#define VENDOR_ID_TELEEPOCH 0x2340
181// Texas Instruments's USB Vendor ID
182#define VENDOR_ID_TI 0x0451
183// Toshiba's USB Vendor ID
184#define VENDOR_ID_TOSHIBA 0x0930
Wing Tsengdcbbd862014-05-26 13:09:28 +0800185// Unowhy's USB Vendor ID
186#define VENDOR_ID_UNOWHY 0x2A49
Colin Crossd8a76372014-01-05 18:19:51 -0800187// Vizio's USB Vendor ID
188#define VENDOR_ID_VIZIO 0xE040
Wing Tsengdd1e4552013-08-13 11:50:47 +0800189// Wacom's USB Vendor ID
190#define VENDOR_ID_WACOM 0x0531
Colin Crossd8a76372014-01-05 18:19:51 -0800191// Xiaomi's USB Vendor ID
192#define VENDOR_ID_XIAOMI 0x2717
DanielMo6b1981b2013-09-04 09:35:48 +0800193// YotaDevices's USB Vendor ID
194#define VENDOR_ID_YOTADEVICES 0x2916
Colin Crossd8a76372014-01-05 18:19:51 -0800195// Yulong Coolpad's USB Vendor ID
196#define VENDOR_ID_YULONG_COOLPAD 0x1EBF
197// ZTE's USB Vendor ID
198#define VENDOR_ID_ZTE 0x19D2
199/* Keep the list above sorted alphabetically by #define name */
200
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700201/** built-in vendor list */
Colin Crossd8a76372014-01-05 18:19:51 -0800202/* Keep the list below sorted alphabetically */
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700203int builtInVendorIds[] = {
Robert CH Choue9d35632009-09-21 09:51:35 +0800204 VENDOR_ID_ACER,
DanielMoc087e9b2013-08-28 18:39:01 +0800205 VENDOR_ID_ALLWINNER,
DanielMo196fef62013-08-26 18:36:11 +0800206 VENDOR_ID_AMLOGIC,
Sam Lin79fb1492013-03-12 20:14:56 +0800207 VENDOR_ID_ANYDATA,
Colin Crossd8a76372014-01-05 18:19:51 -0800208 VENDOR_ID_ARCHOS,
209 VENDOR_ID_ASUS,
sunxiaoqi2726fa92013-03-15 16:17:37 +0800210 VENDOR_ID_BYD,
Colin Crossd8a76372014-01-05 18:19:51 -0800211 VENDOR_ID_COMPAL,
herman_lin5efccfe2014-05-05 03:43:20 +0800212 VENDOR_ID_COMPALCOMM,
Colin Crossd8a76372014-01-05 18:19:51 -0800213 VENDOR_ID_DELL,
ecsgms26a84e72013-07-24 16:13:49 +0800214 VENDOR_ID_ECS,
DanielMo1c22c5f2013-10-08 16:14:18 +0800215 VENDOR_ID_EMERGING_TECH,
Jon Sawyerb3212642014-01-11 22:59:18 -0800216 VENDOR_ID_EMERSON,
Colin Crossd8a76372014-01-05 18:19:51 -0800217 VENDOR_ID_FOXCONN,
218 VENDOR_ID_FUJITSU,
219 VENDOR_ID_FUNAI,
220 VENDOR_ID_GARMIN_ASUS,
221 VENDOR_ID_GIGABYTE,
Volker Moesker2b1f7ee2013-10-07 14:42:28 +0200222 VENDOR_ID_GIGASET,
xuefeng caie1febab2014-06-16 16:09:57 +0800223 VENDOR_ID_GIONEE,
Colin Crossd8a76372014-01-05 18:19:51 -0800224 VENDOR_ID_GOOGLE,
225 VENDOR_ID_HAIER,
226 VENDOR_ID_HARRIS,
227 VENDOR_ID_HISENSE,
DanielMo3f4b7252014-06-19 16:02:14 +0800228 VENDOR_ID_HONEYWELL,
Jon Sawyer78586e92014-01-08 08:14:26 -0800229 VENDOR_ID_HP,
Colin Crossd8a76372014-01-05 18:19:51 -0800230 VENDOR_ID_HTC,
231 VENDOR_ID_HUAWEI,
232 VENDOR_ID_INQ_MOBILE,
233 VENDOR_ID_INTEL,
DanielMo631c8ec2014-03-26 15:33:23 +0800234 VENDOR_ID_INTERMEC,
Colin Crossd8a76372014-01-05 18:19:51 -0800235 VENDOR_ID_IRIVER,
236 VENDOR_ID_KOBO,
237 VENDOR_ID_K_TOUCH,
238 VENDOR_ID_KT_TECH,
239 VENDOR_ID_KYOCERA,
240 VENDOR_ID_LAB126,
241 VENDOR_ID_LENOVO,
242 VENDOR_ID_LENOVOMOBILE,
243 VENDOR_ID_LGE,
244 VENDOR_ID_LUMIGON,
Abhishek Karmakar7d462f62014-08-28 11:35:49 +0530245 VENDOR_ID_MICROMAX,
Colin Crossd8a76372014-01-05 18:19:51 -0800246 VENDOR_ID_MOTOROLA,
astonehuang3748b642013-08-01 15:23:17 +0800247 VENDOR_ID_MSI,
Colin Crossd8a76372014-01-05 18:19:51 -0800248 VENDOR_ID_MTK,
249 VENDOR_ID_NEC,
250 VENDOR_ID_NOOK,
251 VENDOR_ID_NVIDIA,
252 VENDOR_ID_OPPO,
253 VENDOR_ID_OTGV,
254 VENDOR_ID_OUYA,
255 VENDOR_ID_PANTECH,
256 VENDOR_ID_PEGATRON,
257 VENDOR_ID_PHILIPS,
258 VENDOR_ID_PMC,
259 VENDOR_ID_POSITIVO,
DanielMo57e36aa2014-04-16 12:13:18 +0800260 VENDOR_ID_PRESTIGIO,
Colin Crossd8a76372014-01-05 18:19:51 -0800261 VENDOR_ID_QISDA,
262 VENDOR_ID_QUALCOMM,
263 VENDOR_ID_QUANTA,
DanielMo9b2ca202013-08-27 11:19:32 +0800264 VENDOR_ID_ROCKCHIP,
Colin Crossd8a76372014-01-05 18:19:51 -0800265 VENDOR_ID_SAMSUNG,
266 VENDOR_ID_SHARP,
267 VENDOR_ID_SK_TELESYS,
Bao Haojuna24a6922014-03-31 16:12:40 +0800268 VENDOR_ID_SMARTISAN,
DanielMof6850d42014-07-25 11:15:24 +0800269 VENDOR_ID_SONIM_TECH,
Colin Crossd8a76372014-01-05 18:19:51 -0800270 VENDOR_ID_SONY,
271 VENDOR_ID_SONY_ERICSSON,
272 VENDOR_ID_T_AND_A,
DanielMoa36c61d2013-12-17 16:25:42 +0800273 VENDOR_ID_TECHFAITH,
Colin Crossd8a76372014-01-05 18:19:51 -0800274 VENDOR_ID_TELEEPOCH,
275 VENDOR_ID_TI,
276 VENDOR_ID_TOSHIBA,
Wing Tsengdcbbd862014-05-26 13:09:28 +0800277 VENDOR_ID_UNOWHY,
Colin Crossd8a76372014-01-05 18:19:51 -0800278 VENDOR_ID_VIZIO,
Wing Tsengdd1e4552013-08-13 11:50:47 +0800279 VENDOR_ID_WACOM,
Colin Crossd8a76372014-01-05 18:19:51 -0800280 VENDOR_ID_XIAOMI,
DanielMo6b1981b2013-09-04 09:35:48 +0800281 VENDOR_ID_YOTADEVICES,
Colin Crossd8a76372014-01-05 18:19:51 -0800282 VENDOR_ID_YULONG_COOLPAD,
283 VENDOR_ID_ZTE,
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700284};
Colin Crossd8a76372014-01-05 18:19:51 -0800285/* Keep the list above sorted alphabetically */
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700286
287#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
288
289/* max number of supported vendor ids (built-in + 3rd party). increase as needed */
290#define VENDOR_COUNT_MAX 128
291
292int vendorIds[VENDOR_COUNT_MAX];
Xavier Ducrohet2ef5fc22009-05-20 17:33:53 -0700293unsigned vendorIdCount = 0;
294
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700295int get_adb_usb_ini(char* buff, size_t len);
296
297void usb_vendors_init(void)
298{
299 if (VENDOR_COUNT_MAX < BUILT_IN_VENDOR_COUNT) {
300 fprintf(stderr, "VENDOR_COUNT_MAX not big enough for built-in vendor list.\n");
301 exit(2);
302 }
303
304 /* add the built-in vendors at the beginning of the array */
305 memcpy(vendorIds, builtInVendorIds, sizeof(builtInVendorIds));
306
307 /* default array size is the number of built-in vendors */
308 vendorIdCount = BUILT_IN_VENDOR_COUNT;
309
310 if (VENDOR_COUNT_MAX == BUILT_IN_VENDOR_COUNT)
311 return;
312
313 char temp[PATH_MAX];
314 if (get_adb_usb_ini(temp, sizeof(temp)) == 0) {
315 FILE * f = fopen(temp, "rt");
316
317 if (f != NULL) {
318 /* The vendor id file is pretty basic. 1 vendor id per line.
319 Lines starting with # are comments */
320 while (fgets(temp, sizeof(temp), f) != NULL) {
321 if (temp[0] == '#')
322 continue;
323
324 long value = strtol(temp, NULL, 0);
325 if (errno == EINVAL || errno == ERANGE || value > INT_MAX || value < 0) {
326 fprintf(stderr, "Invalid content in %s. Quitting.\n", ANDROID_ADB_INI);
327 exit(2);
328 }
329
330 vendorIds[vendorIdCount++] = (int)value;
331
332 /* make sure we don't go beyond the array */
333 if (vendorIdCount == VENDOR_COUNT_MAX) {
334 break;
335 }
336 }
Chris Dearman71bbfa42012-11-15 13:05:48 -0800337 fclose(f);
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700338 }
339 }
Xavier Ducrohet2ef5fc22009-05-20 17:33:53 -0700340}
341
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700342/* Utils methods */
343
344/* builds the path to the adb vendor id file. returns 0 if success */
345int build_path(char* buff, size_t len, const char* format, const char* home)
346{
Michael Richardsone545f0a2010-06-02 19:21:39 -0400347 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= (signed)len) {
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700348 return 1;
Xavier Ducrohet2ef5fc22009-05-20 17:33:53 -0700349 }
Xavier Ducrohet30a40332009-05-21 17:47:43 -0700350
351 return 0;
352}
353
354/* fills buff with the path to the adb vendor id file. returns 0 if success */
355int get_adb_usb_ini(char* buff, size_t len)
356{
357#ifdef _WIN32
358 const char* home = getenv("ANDROID_SDK_HOME");
359 if (home != NULL) {
360 return build_path(buff, len, "%s\\%s\\%s", home);
361 } else {
362 char path[MAX_PATH];
363 SHGetFolderPath( NULL, CSIDL_PROFILE, NULL, 0, path);
364 return build_path(buff, len, "%s\\%s\\%s", path);
365 }
366#else
367 const char* home = getenv("HOME");
368 if (home == NULL)
369 home = "/tmp";
370
371 return build_path(buff, len, "%s/%s/%s", home);
372#endif
Xavier Ducrohet2ef5fc22009-05-20 17:33:53 -0700373}