Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: src/music-players.h

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/mtpz.c ('k') | src/playlist-spl.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * \file music-players.h 2 * \file music-players.h
3 * List of music players as USB ids. 3 * List of music players as USB ids.
4 * 4 *
5 * Copyright (C) 2005-2007 Richard A. Low <richard@wentnet.com> 5 * Copyright (C) 2005-2007 Richard A. Low <richard@wentnet.com>
6 * Copyright (C) 2005-2013 Linus Walleij <triad@df.lth.se> 6 * Copyright (C) 2005-2012 Linus Walleij <triad@df.lth.se>
7 * Copyright (C) 2006-2007,2015 Marcus Meissner <marcus@jet.franken.de> 7 * Copyright (C) 2006-2007 Marcus Meissner
8 * Copyright (C) 2007 Ted Bullock 8 * Copyright (C) 2007 Ted Bullock
9 * Copyright (C) 2012 Sony Mobile Communications AB
10 * 9 *
11 * This library is free software; you can redistribute it and/or 10 * This library is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU Lesser General Public 11 * modify it under the terms of the GNU Lesser General Public
13 * License as published by the Free Software Foundation; either 12 * License as published by the Free Software Foundation; either
14 * version 2 of the License, or (at your option) any later version. 13 * version 2 of the License, or (at your option) any later version.
15 * 14 *
16 * This library is distributed in the hope that it will be useful, 15 * This library is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Lesser General Public License for more details. 18 * Lesser General Public License for more details.
(...skipping 20 matching lines...) Expand all
40 * Creative Technology and ZiiLABS 39 * Creative Technology and ZiiLABS
41 * Initially the Creative devices was all we supported so these are 40 * Initially the Creative devices was all we supported so these are
42 * the most thoroughly tested devices. Presumably only the devices 41 * the most thoroughly tested devices. Presumably only the devices
43 * with older firmware (the ones that have 32bit object size) will 42 * with older firmware (the ones that have 32bit object size) will
44 * need the DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL flag. This bug 43 * need the DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL flag. This bug
45 * manifest itself when you have a lot of folders on the device, 44 * manifest itself when you have a lot of folders on the device,
46 * some of the folders will start to disappear when getting all objects 45 * some of the folders will start to disappear when getting all objects
47 * and properties. 46 * and properties.
48 */ 47 */
49 { "Creative", 0x041e, "ZEN Vision", 0x411f, 48 { "Creative", 0x041e, "ZEN Vision", 0x411f,
50 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 49 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
50 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
51 { "Creative", 0x041e, "Portable Media Center", 0x4123, 51 { "Creative", 0x041e, "Portable Media Center", 0x4123,
52 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 52 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
53 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
53 { "Creative", 0x041e, "ZEN Xtra (MTP mode)", 0x4128, 54 { "Creative", 0x041e, "ZEN Xtra (MTP mode)", 0x4128,
54 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 55 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
56 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
55 { "Dell", 0x041e, "DJ (2nd generation)", 0x412f, 57 { "Dell", 0x041e, "DJ (2nd generation)", 0x412f,
56 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 58 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
59 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
57 { "Creative", 0x041e, "ZEN Micro (MTP mode)", 0x4130, 60 { "Creative", 0x041e, "ZEN Micro (MTP mode)", 0x4130,
58 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 61 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
62 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
59 { "Creative", 0x041e, "ZEN Touch (MTP mode)", 0x4131, 63 { "Creative", 0x041e, "ZEN Touch (MTP mode)", 0x4131,
60 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 64 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
65 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
61 { "Dell", 0x041e, "Dell Pocket DJ (MTP mode)", 0x4132, 66 { "Dell", 0x041e, "Dell Pocket DJ (MTP mode)", 0x4132,
62 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 67 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
63 { "Creative", 0x041e, "ZEN MicroPhoto (alternate version)", 0x4133, 68 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
64 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 69 { "Creative", 0x041e, "ZEN MicroPhoto (alternate version)", 0x4133,
70 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
71 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
65 { "Creative", 0x041e, "ZEN Sleek (MTP mode)", 0x4137, 72 { "Creative", 0x041e, "ZEN Sleek (MTP mode)", 0x4137,
66 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 73 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
74 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
67 { "Creative", 0x041e, "ZEN MicroPhoto", 0x413c, 75 { "Creative", 0x041e, "ZEN MicroPhoto", 0x413c,
68 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 76 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
77 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
69 { "Creative", 0x041e, "ZEN Sleek Photo", 0x413d, 78 { "Creative", 0x041e, "ZEN Sleek Photo", 0x413d,
70 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 79 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
80 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
71 { "Creative", 0x041e, "ZEN Vision:M", 0x413e, 81 { "Creative", 0x041e, "ZEN Vision:M", 0x413e,
72 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 82 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
83 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
73 // Reported by marazm@o2.pl 84 // Reported by marazm@o2.pl
74 { "Creative", 0x041e, "ZEN V", 0x4150, 85 { "Creative", 0x041e, "ZEN V", 0x4150,
75 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 86 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
87 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
76 // Reported by danielw@iinet.net.au 88 // Reported by danielw@iinet.net.au
77 // This version of the Vision:M needs the no release interface flag, 89 // This version of the Vision:M needs the no release interface flag,
78 // unclear whether the other version above need it too or not. 90 // unclear whether the other version above need it too or not.
79 { "Creative", 0x041e, "ZEN Vision:M (DVP-HD0004)", 0x4151, 91 { "Creative", 0x041e, "ZEN Vision:M (DVP-HD0004)", 0x4151,
80 DEVICE_FLAG_NO_RELEASE_INTERFACE | 92 DEVICE_FLAG_NO_RELEASE_INTERFACE |
81 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 93 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
94 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
82 // Reported by Darel on the XNJB forums 95 // Reported by Darel on the XNJB forums
83 { "Creative", 0x041e, "ZEN V Plus", 0x4152, 96 { "Creative", 0x041e, "ZEN V Plus", 0x4152,
84 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 97 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
98 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
85 { "Creative", 0x041e, "ZEN Vision W", 0x4153, 99 { "Creative", 0x041e, "ZEN Vision W", 0x4153,
86 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 100 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
101 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
87 // Don't add 0x4155: this is a Zen Stone device which is not MTP 102 // Don't add 0x4155: this is a Zen Stone device which is not MTP
88 // Reported by Paul Kurczaba <paul@kurczaba.com> 103 // Reported by Paul Kurczaba <paul@kurczaba.com>
89 { "Creative", 0x041e, "ZEN", 0x4157, 104 { "Creative", 0x041e, "ZEN", 0x4157,
90 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 105 DEVICE_FLAG_IGNORE_HEADER_ERRORS |
91 DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS | 106 DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS |
92 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 107 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
108 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
93 // Reported by Ringofan <mcroman@users.sourceforge.net> 109 // Reported by Ringofan <mcroman@users.sourceforge.net>
94 { "Creative", 0x041e, "ZEN V 2GB", 0x4158, 110 { "Creative", 0x041e, "ZEN V 2GB", 0x4158,
95 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 111 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
112 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
96 // Reported by j norment <stormzen@gmail.com> 113 // Reported by j norment <stormzen@gmail.com>
97 { "Creative", 0x041e, "ZEN Mozaic", 0x4161, 114 { "Creative", 0x041e, "ZEN Mozaic", 0x4161,
98 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 115 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
116 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
99 // Reported by Aaron F. Gonzalez <sub_tex@users.sourceforge.net> 117 // Reported by Aaron F. Gonzalez <sub_tex@users.sourceforge.net>
100 { "Creative", 0x041e, "ZEN X-Fi", 0x4162, 118 { "Creative", 0x041e, "ZEN X-Fi", 0x4162,
101 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 119 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
120 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
102 // Reported by farmerstimuli <farmerstimuli@users.sourceforge.net> 121 // Reported by farmerstimuli <farmerstimuli@users.sourceforge.net>
103 { "Creative", 0x041e, "ZEN X-Fi 3", 0x4169, 122 { "Creative", 0x041e, "ZEN X-Fi 3", 0x4169,
104 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 123 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
124 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL },
105 // Reported by Todor Gyumyushev <yodor1@users.sourceforge.net> 125 // Reported by Todor Gyumyushev <yodor1@users.sourceforge.net>
106 { "ZiiLABS", 0x041e, "Zii EGG", 0x6000, 126 { "ZiiLABS", 0x041e, "Zii EGG", 0x6000,
107 DEVICE_FLAG_UNLOAD_DRIVER | 127 DEVICE_FLAG_UNLOAD_DRIVER |
108 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 128 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
109 DEVICE_FLAG_NO_RELEASE_INTERFACE | 129 DEVICE_FLAG_NO_RELEASE_INTERFACE |
110 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 130 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
111 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 131 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
112 132
113 /* 133 /*
114 * Samsung 134 * Samsung
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 DEVICE_FLAG_UNIQUE_FILENAMES | 286 DEVICE_FLAG_UNIQUE_FILENAMES |
267 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 287 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
268 // From Leonardo Accorsi <laccorsi@users.sourceforge.net> 288 // From Leonardo Accorsi <laccorsi@users.sourceforge.net>
269 // Guessing on .spl flag 289 // Guessing on .spl flag
270 { "Samsung", 0x04e8, "YP-R0", 0x5125, 290 { "Samsung", 0x04e8, "YP-R0", 0x5125,
271 DEVICE_FLAG_UNLOAD_DRIVER | 291 DEVICE_FLAG_UNLOAD_DRIVER |
272 DEVICE_FLAG_PLAYLIST_SPL_V1 | 292 DEVICE_FLAG_PLAYLIST_SPL_V1 |
273 DEVICE_FLAG_UNIQUE_FILENAMES | 293 DEVICE_FLAG_UNIQUE_FILENAMES |
274 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 294 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
275 // The "YP-R2" (0x04e8/0x512d) is NOT MTP, it is UMS only. 295 // The "YP-R2" (0x04e8/0x512d) is NOT MTP, it is UMS only.
276 // Guessing on device flags for the MTP mode...
277 { "Samsung", 0x04e8, "YP-R2", 0x512e,
278 DEVICE_FLAG_UNLOAD_DRIVER |
279 DEVICE_FLAG_OGG_IS_UNKNOWN |
280 DEVICE_FLAG_UNIQUE_FILENAMES |
281 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
282 DEVICE_FLAG_PLAYLIST_SPL_V1 },
283 // From Manuel Carro 296 // From Manuel Carro
284 // Copied from Q2 297 // Copied from Q2
285 { "Samsung", 0x04e8, "YP-Q3", 0x5130, 298 { "Samsung", 0x04e8, "YP-Q3", 0x5130,
286 DEVICE_FLAG_UNLOAD_DRIVER | 299 DEVICE_FLAG_UNLOAD_DRIVER |
287 DEVICE_FLAG_OGG_IS_UNKNOWN | 300 DEVICE_FLAG_OGG_IS_UNKNOWN |
288 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 301 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
289 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 302 DEVICE_FLAG_PLAYLIST_SPL_V1 },
290 // Reported by: traaf <traaf@users.sourceforge.net> 303 // Reported by: traaf <traaf@users.sourceforge.net>
291 // Guessing on the playlist type! 304 // Guessing on the playlist type!
292 // Appears to present itself properly as a PTP device with MTP extensions! 305 // Appears to present itself properly as a PTP device with MTP extensions!
293 { "Samsung", 0x04e8, "YP-Z3", 0x5137, 306 { "Samsung", 0x04e8, "YP-Z3", 0x5137,
294 DEVICE_FLAG_UNLOAD_DRIVER | 307 DEVICE_FLAG_UNLOAD_DRIVER |
295 DEVICE_FLAG_OGG_IS_UNKNOWN | 308 DEVICE_FLAG_OGG_IS_UNKNOWN |
296 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 309 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
297 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 310 DEVICE_FLAG_PLAYLIST_SPL_V1 },
298 // YP-F3 is NOT MTP - USB mass storage
299 // From a rouge .INF file 311 // From a rouge .INF file
300 // this device ID seems to have been recycled for: 312 // this device ID seems to have been recycled for:
301 // the Samsung SGH-A707 Cingular cellphone 313 // the Samsung SGH-A707 Cingular cellphone
302 // the Samsung L760-V cellphone 314 // the Samsung L760-V cellphone
303 // the Samsung SGH-U900 cellphone 315 // the Samsung SGH-U900 cellphone
304 // the Samsung Fascinate player 316 // the Samsung Fascinate player
305 { "Samsung", 0x04e8, 317 { "Samsung", 0x04e8,
306 "YH-999 Portable Media Center/SGH-A707/SGH-L760V/SGH-U900/Verizon Intensit y/Fascinate", 318 "YH-999 Portable Media Center/SGH-A707/SGH-L760V/SGH-U900/Verizon Intensit y/Fascinate",
307 0x5a0f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 319 0x5a0f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
308 // From Santi Béjar <sbejar@gmail.com> - not sure this is MTP... 320 // From Santi Béjar <sbejar@gmail.com> - not sure this is MTP...
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 DEVICE_FLAG_UNLOAD_DRIVER | 352 DEVICE_FLAG_UNLOAD_DRIVER |
341 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 353 DEVICE_FLAG_PLAYLIST_SPL_V1 },
342 /* 354 /*
343 * These entries seems to be used on a *lot* of Samsung 355 * These entries seems to be used on a *lot* of Samsung
344 * Android phones. It is *not* the Android MTP stack but an internal 356 * Android phones. It is *not* the Android MTP stack but an internal
345 * Samsung stack. The devices present a few different product IDs 357 * Samsung stack. The devices present a few different product IDs
346 * depending on mode: 358 * depending on mode:
347 * 359 *
348 * 0x685b - UMS 360 * 0x685b - UMS
349 * 0x685c - MTP + ADB 361 * 0x685c - MTP + ADB
350 * 0x685e - UMS + CDC (not MTP) 362 * 0x685e - UMS + CDC
351 * 0x6860 - MTP mode (default) 363 * 0x6860 - MTP mode (default)
352 * 0x6863 - USB CDC RNDIS (not MTP) 364 * 0x6863 - USB CDC RNDIS (not MTP)
353 * 0x6865 - PTP mode (not MTP) 365 * 0x6865 - PTP mode (not MTP)
354 * 0x6877 - Kies mode? Does it have MTP? 366 * 0x6877 - Kies mode? Does it have MTP?
355 * 367 *
356 * Used on these samsung devices: 368 * Used on these samsung devices:
357 * GT P7310/P7510/N7000/I9100/I9250/I9300 369 * GT P7310/P7510/N7000/I9100/I9250/I9300
358 * Galaxy Nexus 370 * Galaxy Nexus
359 * Galaxy Tab 7.7/10.1 371 * Galaxy Tab 7.7/10.1
360 * Galaxy S GT-I9000 372 * Galaxy S GT-I9000
361 * Galaxy S Advance GT-I9070 373 * Galaxy S Advance GT-I9070
362 * Galaxy S2 374 * Galaxy S2
363 * Galaxy S3 375 * Galaxy S3
364 * Galaxy Note 376 * Galaxy Note
365 * Gakaxy Xcover
366 * Galaxy Y 377 * Galaxy Y
367 * 378 *
368 * - It seems that some PTP commands are broken. 379 * - It seems that some PTP commands are broken.
369 * - Devices seem to have a connection timeout, the session must be 380 * - Devices seem to have a connection timeout, the session must be
370 * open in about 3 seconds since the device is plugged in, after 381 * open in about 3 seconds since the device is plugged in, after
371 * that time it will not respond. Thus GUI programs work fine. 382 * that time it will not respond. Thus GUI programs work fine.
372 * - Seems also to be used with Galaxy Nexus debug mode and on 383 * - Seems also to be used with Galaxy Nexus debug mode and on
373 * US markets for some weird reason. 384 * US markets for some weird reason.
374 * 385 *
375 * From: Ignacio Martínez <ignacio.martinezrivera@yahoo.es> and others 386 * From: Ignacio Martínez <ignacio.martinezrivera@yahoo.es> and others
376 * From Harrison Metzger <harrisonmetz@gmail.com> 387 * From Harrison Metzger <harrisonmetz@gmail.com>
377 */ 388 */
378 { "Samsung", 0x04e8, 389 { "Samsung", 0x04e8,
379 "Galaxy models (MTP+ADB)", 0x685c, 390 "Galaxy models (MTP+ADB)", 0x685c,
380 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 391 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
381 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 392 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
382 DEVICE_FLAG_UNLOAD_DRIVER | 393 DEVICE_FLAG_UNLOAD_DRIVER |
383 DEVICE_FLAG_LONG_TIMEOUT | 394 DEVICE_FLAG_LONG_TIMEOUT |
384 DEVICE_FLAG_PROPLIST_OVERRIDES_OI»| 395 DEVICE_FLAG_PROPLIST_OVERRIDES_OI»},
385 DEVICE_FLAG_OGG_IS_UNKNOWN | 396 // Reported by David Goodenough <dfgdga@users.sourceforge.net>
386 DEVICE_FLAG_FLAC_IS_UNKNOWN }, 397 // Guessing on flags.
398 { "Samsung", 0x04e8, "Galaxy Y", 0x685e,
399 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
400 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
401 DEVICE_FLAG_UNLOAD_DRIVER |
402 DEVICE_FLAG_LONG_TIMEOUT |
403 DEVICE_FLAG_PROPLIST_OVERRIDES_OI»},
387 { "Samsung", 0x04e8, 404 { "Samsung", 0x04e8,
388 "Galaxy models (MTP)", 0x6860, 405 "Galaxy models (MTP)", 0x6860,
389 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 406 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
390 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 407 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
391 DEVICE_FLAG_UNLOAD_DRIVER | 408 DEVICE_FLAG_UNLOAD_DRIVER |
392 DEVICE_FLAG_LONG_TIMEOUT | 409 DEVICE_FLAG_LONG_TIMEOUT |
393 DEVICE_FLAG_PROPLIST_OVERRIDES_OI | 410 DEVICE_FLAG_PROPLIST_OVERRIDES_OI»},
394 DEVICE_FLAG_OGG_IS_UNKNOWN |
395 DEVICE_FLAG_FLAC_IS_UNKNOWN },
396 // From: Erik Berglund <erikjber@users.sourceforge.net> 411 // From: Erik Berglund <erikjber@users.sourceforge.net>
397 // Logs indicate this needs DEVICE_FLAG_NO_ZERO_READS 412 // Logs indicate this needs DEVICE_FLAG_NO_ZERO_READS
398 // No Samsung platlists on this device. 413 // No Samsung platlists on this device.
399 // https://sourceforge.net/tracker/?func=detail&atid=809061&aid=3026337&group_ id=158745 414 // https://sourceforge.net/tracker/?func=detail&atid=809061&aid=3026337&group_ id=158745
400 // i5800 duplicate reported by igel <igel-kun@users.sourceforge.net> 415 // i5800 duplicate reported by igel <igel-kun@users.sourceforge.net>
401 // Guessing this has the same problematic MTP stack as the device 416 // Guessing this has the same problematic MTP stack as the device
402 // above. 417 // above.
403 { "Samsung", 0x04e8, "Galaxy models Kies mode", 0x6877, 418 { "Samsung", 0x04e8, "Galaxy models Kies mode", 0x6877,
404 DEVICE_FLAG_UNLOAD_DRIVER | 419 DEVICE_FLAG_UNLOAD_DRIVER |
405 DEVICE_FLAG_LONG_TIMEOUT | 420 DEVICE_FLAG_LONG_TIMEOUT |
406 DEVICE_FLAG_PROPLIST_OVERRIDES_OI»| 421 DEVICE_FLAG_PROPLIST_OVERRIDES_OI»},
407 DEVICE_FLAG_OGG_IS_UNKNOWN |
408 DEVICE_FLAG_FLAC_IS_UNKNOWN },
409 // From: John Gorkos <ab0oo@users.sourceforge.net> and 422 // From: John Gorkos <ab0oo@users.sourceforge.net> and
410 // Akos Maroy <darkeye@users.sourceforge.net> 423 // Akos Maroy <darkeye@users.sourceforge.net>
411 { "Samsung", 0x04e8, "Vibrant SGH-T959/Captivate/Media player mode", 0x68a9, 424 { "Samsung", 0x04e8, "Vibrant SGH-T959/Captivate/Media player mode", 0x68a9,
412 DEVICE_FLAG_UNLOAD_DRIVER | 425 DEVICE_FLAG_UNLOAD_DRIVER |
413 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 426 DEVICE_FLAG_PLAYLIST_SPL_V1 },
414 // Reported by Sleep.Walker <froser@users.sourceforge.net> 427 // Reported by Sleep.Walker <froser@users.sourceforge.net>
415 { "Samsung", 0x04e8, "GT-B2710/Xcover 271", 0x68af, 428 { "Samsung", 0x04e8, "GT-B2710/Xcover 271", 0x68af,
416 DEVICE_FLAG_UNLOAD_DRIVER | 429 DEVICE_FLAG_UNLOAD_DRIVER |
417 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 430 DEVICE_FLAG_PLAYLIST_SPL_V1 },
418 // From anonymous Sourceforge user 431 // From anonymous Sourceforge user
419 { "Samsung", 0x04e8, "GT-S5230", 0xe20c, DEVICE_FLAG_NONE }, 432 { "Samsung", 0x04e8, "GT-S5230", 0xe20c, DEVICE_FLAG_NONE },
420 433
421 434
422 /* 435 /*
423 * Microsoft 436 * Microsoft
424 * All except the first probably need MTPZ to work 437 * All except the first probably need MTPZ to work
425 */ 438 */
426 { "Microsoft/Intel", 0x045e, "Bandon Portable Media Center", 0x00c9, 439 { "Microsoft/Intel", 0x045e, "Bandon Portable Media Center", 0x00c9,
427 DEVICE_FLAG_NONE }, 440 DEVICE_FLAG_NONE },
441 // Reported by anonymous sourceforge user
428 // HTC Mozart is using the PID, as is Nokia Lumia 800 442 // HTC Mozart is using the PID, as is Nokia Lumia 800
429 // May need MTPZ to work 443 // May need MTPZ to work
430 { "Microsoft", 0x045e, "Windows Phone", 0x04ec, DEVICE_FLAG_NONE }, 444 { "Microsoft", 0x045e, "Windows Phone", 0x04ec, DEVICE_FLAG_NONE },
431 // Reported by Tadimarri Sarath <sarath.tadi@gmail.com> 445 // Reported by Tadimarri Sarath <sarath.tadi@gmail.com>
432 // No idea why this use an Intel PID, perhaps a leftover from 446 // No idea why this use an Intel PID, perhaps a leftover from
433 // the early PMC development days when Intel and Microsoft were 447 // the early PMC development days when Intel and Microsoft were
434 // partnering. 448 // partnering.
435 { "Microsoft", 0x045e, "Windows MTP Simulator", 0x0622, DEVICE_FLAG_NONE }, 449 { "Microsoft", 0x045e, "Windows MTP Simulator", 0x0622, DEVICE_FLAG_NONE },
436 // Reported by Edward Hutchins (used for Zune HDs) 450 // Reported by Edward Hutchins (used for Zune HDs)
437 { "Microsoft", 0x045e, "Zune HD", 0x063e, DEVICE_FLAG_NONE }, 451 { "Microsoft", 0x045e, "Zune HD", 0x063e, DEVICE_FLAG_NONE },
452 // Reported by anonymous sourceforge user
438 { "Microsoft", 0x045e, "Kin 1", 0x0640, DEVICE_FLAG_NONE }, 453 { "Microsoft", 0x045e, "Kin 1", 0x0640, DEVICE_FLAG_NONE },
454 // Reported by anonymous sourceforge user
439 { "Microsoft/Sharp/nVidia", 0x045e, "Kin TwoM", 0x0641, DEVICE_FLAG_NONE }, 455 { "Microsoft/Sharp/nVidia", 0x045e, "Kin TwoM", 0x0641, DEVICE_FLAG_NONE },
440 // Reported by Farooq Zaman (used for all Zunes) 456 // Reported by Farooq Zaman (used for all Zunes)
441 { "Microsoft", 0x045e, "Zune", 0x0710, DEVICE_FLAG_NONE }, 457 { "Microsoft", 0x045e, "Zune", 0x0710, DEVICE_FLAG_NONE },
442 /* https://sourceforge.net/p/libmtp/feature-requests/155/ */
443 { "Microsoft", 0x045e, "Lumia 950 XL Dual SIM (RM-1116)", 0x0a00, DEVICE_FLAG_ NONE },
444 // Reported by Olegs Jeremejevs
445 { "Microsoft/HTC", 0x045e, "HTC 8S", 0xf0ca, DEVICE_FLAG_NONE },
446 458
447 /* 459 /*
448 * JVC 460 * JVC
449 */ 461 */
450 // From Mark Veinot 462 // From Mark Veinot
451 { "JVC", 0x04f1, "Alneo XA-HD500", 0x6105, DEVICE_FLAG_NONE }, 463 { "JVC", 0x04f1, "Alneo XA-HD500", 0x6105, DEVICE_FLAG_NONE },
452 464
453 /* 465 /*
454 * Jolla
455 */
456 { "Jolla", 0x2931, "Jolla", 0x0a07, DEVICE_FLAG_NONE },
457
458 /*
459 * Philips 466 * Philips
460 */ 467 */
461 { "Philips", 0x0471, "HDD6320/00 or HDD6330/17", 0x014b, DEVICE_FLAG_BROKEN_MT PGETOBJPROPLIST_ALL }, 468 { "Philips", 0x0471, "HDD6320/00 or HDD6330/17", 0x014b, DEVICE_FLAG_BROKEN_MT PGETOBJPROPLIST_ALL },
462 // Anonymous SourceForge user 469 // Anonymous SourceForge user
463 { "Philips", 0x0471, "HDD14XX,HDD1620 or HDD1630/17", 0x014c, DEVICE_FLAG_NONE }, 470 { "Philips", 0x0471, "HDD14XX,HDD1620 or HDD1630/17", 0x014c, DEVICE_FLAG_NONE },
464 // from discussion forum 471 // from discussion forum
465 { "Philips", 0x0471, "HDD085/00 or HDD082/17", 0x014d, DEVICE_FLAG_NONE }, 472 { "Philips", 0x0471, "HDD085/00 or HDD082/17", 0x014d, DEVICE_FLAG_NONE },
466 // from XNJB forum 473 // from XNJB forum
467 { "Philips", 0x0471, "GoGear SA9200", 0x014f, DEVICE_FLAG_BROKEN_MTPGETOBJPROP LIST_ALL }, 474 { "Philips", 0x0471, "GoGear SA9200", 0x014f, DEVICE_FLAG_BROKEN_MTPGETOBJPROP LIST_ALL },
468 // From John Coppens <jcoppens@users.sourceforge.net> 475 // From John Coppens <jcoppens@users.sourceforge.net>
469 { "Philips", 0x0471, "SA1115/55", 0x0164, DEVICE_FLAG_NONE }, 476 { "Philips", 0x0471, "SA1115/55", 0x0164, DEVICE_FLAG_NONE },
470 // From Gerhard Mekenkamp 477 // From Gerhard Mekenkamp
471 { "Philips", 0x0471, "GoGear Audio", 0x0165, DEVICE_FLAG_NONE }, 478 { "Philips", 0x0471, "GoGear Audio", 0x0165, DEVICE_FLAG_NONE },
472 // from David Holm <wormie@alberg.dk> 479 // from David Holm <wormie@alberg.dk>
473 { "Philips", 0x0471, "Shoqbox", 0x0172, DEVICE_FLAG_ONLY_7BIT_FILENAMES }, 480 { "Philips", 0x0471, "Shoqbox", 0x0172, DEVICE_FLAG_ONLY_7BIT_FILENAMES },
474 // from npedrosa 481 // from npedrosa
475 { "Philips", 0x0471, "PSA610", 0x0181, DEVICE_FLAG_NONE }, 482 { "Philips", 0x0471, "PSA610", 0x0181, DEVICE_FLAG_NONE },
476 // From libgphoto2 source 483 // From libgphoto2 source
477 { "Philips", 0x0471, "HDD6320", 0x01eb, DEVICE_FLAG_NONE }, 484 { "Philips", 0x0471, "HDD6320", 0x01eb, DEVICE_FLAG_NONE },
478 // From Detlef Meier <dm@emlix.com> 485 // From Detlef Meier <dm@emlix.com>
479 { "Philips", 0x0471, "GoGear SA6014/SA6015/SA6024/SA6025/SA6044/SA6045", 0x084 e, DEVICE_FLAG_UNLOAD_DRIVER }, 486 { "Philips", 0x0471, "GoGear SA6014/SA6015/SA6024/SA6025/SA6044/SA6045", 0x084 e, DEVICE_FLAG_UNLOAD_DRIVER },
480 // From anonymous Sourceforge user SA5145/02 487 // From anonymous Sourceforge user SA5145/02
481 { "Philips", 0x0471, "GoGear SA5145", 0x0857, DEVICE_FLAG_UNLOAD_DRIVER }, 488 { "Philips", 0x0471, "GoGear SA5145", 0x0857, DEVICE_FLAG_UNLOAD_DRIVER },
482 /* https://sourceforge.net/p/libmtp/bugs/1260/ */
483 { "Philips", 0x0471, "i908", 0x190b, DEVICE_FLAG_UNLOAD_DRIVER },
484 // From a 489 // From a
485 { "Philips", 0x0471, "GoGear SA6125/SA6145/SA6185", 0x2002, DEVICE_FLAG_UNLOAD _DRIVER }, 490 { "Philips", 0x0471, "GoGear SA6125/SA6145/SA6185", 0x2002, DEVICE_FLAG_UNLOAD _DRIVER },
486 // From anonymous Sourceforge user, not verified to be MTP! 491 // From anonymous Sourceforge user, not verified to be MTP!
487 { "Philips", 0x0471, "GoGear SA3345", 0x2004, DEVICE_FLAG_UNLOAD_DRIVER }, 492 { "Philips", 0x0471, "GoGear SA3345", 0x2004, DEVICE_FLAG_UNLOAD_DRIVER },
488 /* https://sourceforge.net/p/libmtp/support-requests/163/ */
489 { "Philips", 0x0471, "W6610", 0x2008, DEVICE_FLAG_UNLOAD_DRIVER },
490 // From Roberto Vidmar <rvidmar@libero.it> 493 // From Roberto Vidmar <rvidmar@libero.it>
491 { "Philips", 0x0471, "SA5285", 0x2022, DEVICE_FLAG_UNLOAD_DRIVER }, 494 { "Philips", 0x0471, "SA5285", 0x2022, DEVICE_FLAG_UNLOAD_DRIVER },
492 // From Elie De Brauwer <elie@de-brauwer.be> 495 // From Elie De Brauwer <elie@de-brauwer.be>
493 { "Philips", 0x0471, "GoGear ViBE SA1VBE04", 0x2075, 496 { "Philips", 0x0471, "GoGear ViBE SA1VBE04", 0x2075,
494 DEVICE_FLAG_UNLOAD_DRIVER }, 497 DEVICE_FLAG_UNLOAD_DRIVER },
495 // From Anonymous SourceForge user 498 // From Anonymous SourceForge user
496 { "Philips", 0x0471, "GoGear Muse", 0x2077, 499 { "Philips", 0x0471, "GoGear Muse", 0x2077,
497 DEVICE_FLAG_UNLOAD_DRIVER }, 500 DEVICE_FLAG_UNLOAD_DRIVER },
498 // From Elie De Brauwer <elie@de-brauwer.be> 501 // From Elie De Brauwer <elie@de-brauwer.be>
499 { "Philips", 0x0471, "GoGear ViBE SA1VBE04/08", 0x207b, 502 { "Philips", 0x0471, "GoGear ViBE SA1VBE04/08", 0x207b,
500 DEVICE_FLAG_UNLOAD_DRIVER }, 503 DEVICE_FLAG_UNLOAD_DRIVER },
501 // From josmtx <josmtx@users.sourceforge.net> 504 // From josmtx <josmtx@users.sourceforge.net>
502 { "Philips", 0x0471, "GoGear Aria", 0x207c, 505 { "Philips", 0x0471, "GoGear Aria", 0x207c,
503 DEVICE_FLAG_UNLOAD_DRIVER }, 506 DEVICE_FLAG_UNLOAD_DRIVER },
504 // From epklein 507 // From epklein
505 { "Philips", 0x0471, "GoGear SA1VBE08KX/78", 0x208e, 508 { "Philips", 0x0471, "GoGear SA1VBE08KX/78", 0x208e,
506 DEVICE_FLAG_UNLOAD_DRIVER }, 509 DEVICE_FLAG_UNLOAD_DRIVER },
507 // From Anonymous SourceForge User 510 // From Anonymous SourceForge User
508 { "Philips", 0x0471, "GoGear VIBE SA2VBE[08|16]K/02", 0x20b7, 511 { "Philips", 0x0471, "GoGear VIBE SA2VBE[08|16]K/02", 0x20b7,
509 DEVICE_FLAG_UNLOAD_DRIVER }, 512 DEVICE_FLAG_UNLOAD_DRIVER },
510 // From Anonymous SourceForge User 513 // From Anonymous SourceForge User
511 { "Philips", 0x0471, "GoGear Ariaz", 0x20b9, 514 { "Philips", 0x0471, "GoGear Ariaz", 0x20b9,
512 DEVICE_FLAG_UNLOAD_DRIVER }, 515 DEVICE_FLAG_UNLOAD_DRIVER },
513 // From Anonymous SourceForge User 516 // From Anonymous SourceForge User
514 { "Philips", 0x0471, "GoGear Vibe/02", 0x20e5, 517 { "Philips", 0x0471, "GoGear Vibe/02", 0x20e5,
515 DEVICE_FLAG_UNLOAD_DRIVER }, 518 DEVICE_FLAG_UNLOAD_DRIVER },
516 // Reported by Philip Rhoades
517 { "Philips", 0x0471, "GoGear Ariaz/97", 0x2138,
518 DEVICE_FLAG_UNLOAD_DRIVER },
519 /* https://sourceforge.net/p/libmtp/bugs/1186/ */
520 { "Philips", 0x0471, "PI3900B2/58 ", 0x2190,
521 DEVICE_FLAG_UNLOAD_DRIVER },
522 // from XNJB user 519 // from XNJB user
523 { "Philips", 0x0471, "PSA235", 0x7e01, DEVICE_FLAG_NONE }, 520 { "Philips", 0x0471, "PSA235", 0x7e01, DEVICE_FLAG_NONE },
524 521
525 /* 522 /*
526 * Acer 523 * Acer
527 * Reporters:
528 * Franck VDL <franckv@users.sourceforge.net>
529 * Matthias Arndt <simonsunnyboy@users.sourceforge.net>
530 * Arvin Schnell <arvins@users.sourceforge.net>
531 * Philippe Marzouk <philm@users.sourceforge.net>
532 * nE0sIghT <ne0sight@users.sourceforge.net>
533 * Maxime de Roucy <maxime1986@users.sourceforge.net>
534 */ 524 */
535 { "Acer", 0x0502, "Iconia TAB A500 (ID1)", 0x3325, 525 // Reported by anonymous sourceforge user
536 DEVICE_FLAGS_ANDROID_BUGS }, 526 { "Acer", 0x0502, "Iconia TAB A500 (ID1)", 0x3325, DEVICE_FLAGS_ANDROID_BUGS } ,
537 { "Acer", 0x0502, "Iconia TAB A500 (ID2)", 0x3341, 527 // Reported by: Franck VDL <franckv@users.sourceforge.net>
538 DEVICE_FLAGS_ANDROID_BUGS }, 528 { "Acer", 0x0502, "Iconia TAB A500 (ID2)", 0x3341, DEVICE_FLAGS_ANDROID_BUGS } ,
539 { "Acer", 0x0502, "Iconia TAB A501 (ID1)", 0x3344, 529 // Reported by: Matthias Arndt <simonsunnyboy@users.sourceforge.net>
540 DEVICE_FLAGS_ANDROID_BUGS }, 530 { "Acer", 0x0502, "Iconia TAB A501", 0x3344, DEVICE_FLAGS_ANDROID_BUGS },
541 { "Acer", 0x0502, "Iconia TAB A501 (ID2)", 0x3345, 531 // Reported by: anonymous sourceforge user
542 DEVICE_FLAGS_ANDROID_BUGS }, 532 { "Acer", 0x0502, "Iconia TAB A100 (ID1)", 0x3348, DEVICE_FLAGS_ANDROID_BUGS } ,
543 { "Acer", 0x0502, "Iconia TAB A100 (ID1)", 0x3348, 533 // Reported by: Arvin Schnell <arvins@users.sourceforge.net>
544 DEVICE_FLAGS_ANDROID_BUGS }, 534 { "Acer", 0x0502, "Iconia TAB A100 (ID2)", 0x3349, DEVICE_FLAGS_ANDROID_BUGS } ,
545 { "Acer", 0x0502, "Iconia TAB A100 (ID2)", 0x3349, 535 // Reported by Philippe Marzouk <philm@users.sourceforge.net>
546 DEVICE_FLAGS_ANDROID_BUGS }, 536 { "Acer", 0x0502, "Iconia TAB A700", 0x3378, DEVICE_FLAGS_ANDROID_BUGS },
547 { "Acer", 0x0502, "Iconia TAB A101 (ID1)", 0x334a, 537 // Reported by anonymous sourceforge user
548 DEVICE_FLAGS_ANDROID_BUGS }, 538 { "Acer", 0x0502, "Iconia TAB A200 (ID1)", 0x337c, DEVICE_FLAGS_ANDROID_BUGS } ,
549 { "Acer", 0x0502, "Iconia TAB A700", 0x3378, 539 // Reported by anonymous sourceforge user
550 DEVICE_FLAGS_ANDROID_BUGS }, 540 { "Acer", 0x0502, "Iconia TAB A200 (ID2)", 0x337d, DEVICE_FLAGS_ANDROID_BUGS } ,
551 { "Acer", 0x0502, "Iconia TAB A200 (ID1)", 0x337c, 541 // Reported by nE0sIghT <ne0sight@users.sourceforge.net>
552 DEVICE_FLAGS_ANDROID_BUGS }, 542 { "Acer", 0x0502, "Iconia TAB A510", 0x338a, DEVICE_FLAGS_ANDROID_BUGS },
553 { "Acer", 0x0502, "Iconia TAB A200 (ID2)", 0x337d, 543 // Reported by Maxime de Roucy <maxime1986@users.sourceforge.net>
554 DEVICE_FLAGS_ANDROID_BUGS }, 544 { "Acer", 0x0502, "E350 Liquid Gallant Duo", 0x33c3,
555 { "Acer", 0x0502, "Iconia TAB A510 (ID1)", 0x3389,
556 DEVICE_FLAGS_ANDROID_BUGS },
557 { "Acer", 0x0502, "Iconia TAB A510 (ID2)", 0x338a,
558 DEVICE_FLAGS_ANDROID_BUGS },
559 { "Acer", 0x0502, "S500 CloudMobile", 0x33aa,
560 DEVICE_FLAGS_ANDROID_BUGS },
561 { "Acer", 0x0502, "E350 Liquid Gallant Duo (ID1)", 0x33c3,
562 DEVICE_FLAGS_ANDROID_BUGS },
563 { "Acer", 0x0502, "E350 Liquid Gallant Duo (ID2)", 0x33c4,
564 DEVICE_FLAGS_ANDROID_BUGS },
565 { "Acer", 0x0502, "Iconia TAB A210", 0x33cb,
566 DEVICE_FLAGS_ANDROID_BUGS },
567 { "Acer", 0x0502, "Iconia TAB A110", 0x33d8,
568 DEVICE_FLAGS_ANDROID_BUGS },
569 { "Acer", 0x0502, "Liquid Z120 MT65xx Android Phone", 0x3473,
570 DEVICE_FLAGS_ANDROID_BUGS },
571 /* https://sourceforge.net/p/libmtp/bugs/1029/ */
572 { "Acer", 0x0502, "Liquid E2", 0x3514,
573 DEVICE_FLAGS_ANDROID_BUGS },
574 { "Acer", 0x0502, "Iconia A1-810", 0x353c,
575 DEVICE_FLAGS_ANDROID_BUGS },
576 { "Acer", 0x0502, "Liquid Z130 MT65xx Android Phone", 0x355f,
577 DEVICE_FLAGS_ANDROID_BUGS },
578 /* https://sourceforge.net/p/libmtp/bugs/1206/ */
579 { "Acer", 0x0502, "Iconia A3-A11", 0x3586,
580 DEVICE_FLAGS_ANDROID_BUGS },
581 /* https://sourceforge.net/p/libmtp/bugs/1103/ */
582 { "Acer", 0x0502, "Liquid E3", 0x35a8,
583 DEVICE_FLAGS_ANDROID_BUGS },
584 /* https://sourceforge.net/p/libmtp/bugs/1147/ */
585 { "Acer", 0x0502, "Z150", 0x35e4,
586 DEVICE_FLAGS_ANDROID_BUGS },
587 /* https://sourceforge.net/p/libmtp/bugs/1184/ */
588 { "Acer", 0x0502, "Liquid X1", 0x3609,
589 DEVICE_FLAGS_ANDROID_BUGS },
590 /* https://sourceforge.net/p/libmtp/bugs/1298/ */
591 { "Acer", 0x0502, "Z160", 0x361d,
592 DEVICE_FLAGS_ANDROID_BUGS },
593 { "Acer", 0x0502, "Iconia A1-840FHD", 0x362d,
594 DEVICE_FLAGS_ANDROID_BUGS },
595 /* https://sourceforge.net/p/libmtp/bugs/1251/ */
596 { "Acer", 0x0502, "E39", 0x3643,
597 DEVICE_FLAGS_ANDROID_BUGS },
598 /* https://sourceforge.net/p/libmtp/bugs/1369/ */
599 { "Acer", 0x0502, "liquid e700", 0x3644,
600 DEVICE_FLAGS_ANDROID_BUGS },
601 { "Acer", 0x0502, "One 7", 0x3657,
602 DEVICE_FLAGS_ANDROID_BUGS },
603 /* https://sourceforge.net/p/libmtp/support-requests/183/ */
604 { "Acer", 0x0502, "Z200", 0x3683,
605 DEVICE_FLAGS_ANDROID_BUGS },
606 /* https://sourceforge.net/p/libmtp/bugs/1579/ */
607 { "Acer", 0x0502, "A1-841", 0x365e,
608 DEVICE_FLAGS_ANDROID_BUGS },
609 /* https://sourceforge.net/p/libmtp/bugs/1341/ */
610 { "Acer", 0x0502, "Liquid S56", 0x3725,
611 DEVICE_FLAGS_ANDROID_BUGS },
612 /* https://sourceforge.net/p/libmtp/support-requests/188/ */
613 { "Acer", 0x0502, "Liquid Z220", 0x3750,
614 DEVICE_FLAGS_ANDROID_BUGS },
615 /* https://sourceforge.net/p/libmtp/bugs/1478/ */
616 { "Acer", 0x0502, "Liquid Z330", 0x3750,
617 DEVICE_FLAGS_ANDROID_BUGS },
618 /* https://sourceforge.net/p/libmtp/bugs/1552/ */
619 { "Acer", 0x0502, "Liquid Z630", 0x37ef,
620 DEVICE_FLAGS_ANDROID_BUGS },
621 /* https://sourceforge.net/p/libmtp/bugs/1469/ */
622 { "Acer", 0x0502, "Z530", 0x3822,
623 DEVICE_FLAGS_ANDROID_BUGS },
624 /* https://sourceforge.net/p/libmtp/bugs/1534/ */
625 { "Acer", 0x0502, "Z530 16GB", 0x3823,
626 DEVICE_FLAGS_ANDROID_BUGS },
627 /* Reported by Jocelyn Mayer <l_indien@magic.fr> */
628 { "Acer", 0x0502, "Iconia One 10", 0x3841,
629 DEVICE_FLAGS_ANDROID_BUGS }, 545 DEVICE_FLAGS_ANDROID_BUGS },
630 546
631 /* 547 /*
632 * SanDisk 548 * SanDisk
633 * several devices (c150 for sure) are definately dual-mode and must 549 * several devices (c150 for sure) are definately dual-mode and must
634 * have the USB mass storage driver that hooks them unloaded first. 550 * have the USB mass storage driver that hooks them unloaded first.
635 * They all have problematic dual-mode making the device unload effect 551 * They all have problematic dual-mode making the device unload effect
636 * uncertain on these devices. 552 * uncertain on these devices.
637 * 553 *
638 * All older devices seem to need DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL. 554 * All older devices seem to need DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL.
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 /* 657 /*
742 * iRiver 658 * iRiver
743 * we assume that PTP_OC_MTP_GetObjPropList is essentially 659 * we assume that PTP_OC_MTP_GetObjPropList is essentially
744 * broken on all iRiver devices, meaning it simply won't return 660 * broken on all iRiver devices, meaning it simply won't return
745 * all properties for a file when asking for metadata 0xffffffff. 661 * all properties for a file when asking for metadata 0xffffffff.
746 * Please test on your device if you believe it isn't broken! 662 * Please test on your device if you believe it isn't broken!
747 */ 663 */
748 { "iRiver", 0x1006, "H300 Series MTP", 0x3004, 664 { "iRiver", 0x1006, "H300 Series MTP", 0x3004,
749 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 665 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
750 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 666 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
751 { "iRiver", 0x1006, "Portable Media Center 1", 0x4002, 667 { "iRiver", 0x1006, "Portable Media Center", 0x4002,
752 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 668 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
753 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 669 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
754 { "iRiver", 0x1006, "Portable Media Center 2", 0x4003, 670 { "iRiver", 0x1006, "Portable Media Center", 0x4003,
755 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 671 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
756 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 672 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
757 // From [st]anislav <iamstanislav@gmail.com> 673 // From [st]anislav <iamstanislav@gmail.com>
758 { "iRiver", 0x1042, "T7 Volcano", 0x1143, DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 674 { "iRiver", 0x1042, "T7 Volcano", 0x1143, DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
759 // From an anonymous person at SourceForge, uncertain about this one 675 // From an anonymous person at SourceForge, uncertain about this one
760 { "iRiver", 0x4102, "iFP-880", 0x1008, 676 { "iRiver", 0x4102, "iFP-880", 0x1008,
761 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 677 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
762 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 678 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
763 // 0x4102, 0x1042 is a USB mass storage mode for E100 v2/Lplayer 679 // 0x4102, 0x1042 is a USB mass storage mode for E100 v2/Lplayer
764 // From libgphoto2 source 680 // From libgphoto2 source
765 { "iRiver", 0x4102, "T10", 0x1113, 681 { "iRiver", 0x4102, "T10", 0x1113,
766 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 682 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
767 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 683 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
768 { "iRiver", 0x4102, "T20 FM", 0x1114, 684 { "iRiver", 0x4102, "T20 FM", 0x1114,
769 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 685 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
770 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 686 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
771 // This appears at the MTP-UMS site 687 // This appears at the MTP-UMS site
772 { "iRiver", 0x4102, "T20", 0x1115, 688 { "iRiver", 0x4102, "T20", 0x1115,
773 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 689 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
774 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 690 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
775 { "iRiver", 0x4102, "U10", 0x1116, 691 { "iRiver", 0x4102, "U10", 0x1116,
776 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 692 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
777 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 693 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
778 { "iRiver", 0x4102, "T10b", 0x1117, 694 { "iRiver", 0x4102, "T10a", 0x1117,
779 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 695 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
780 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 696 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
781 { "iRiver", 0x4102, "T20b", 0x1118, 697 { "iRiver", 0x4102, "T20", 0x1118,
782 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 698 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
783 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 699 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
784 { "iRiver", 0x4102, "T30", 0x1119, 700 { "iRiver", 0x4102, "T30", 0x1119,
785 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 701 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
786 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 702 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
787 // Reported by David Wolpoff 703 // Reported by David Wolpoff
788 { "iRiver", 0x4102, "T10 2GB", 0x1120, 704 { "iRiver", 0x4102, "T10 2GB", 0x1120,
789 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 705 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
790 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 706 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
791 // Rough guess this is the MTP device ID... 707 // Rough guess this is the MTP device ID...
(...skipping 27 matching lines...) Expand all
819 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 735 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
820 DEVICE_FLAG_OGG_IS_UNKNOWN }, 736 DEVICE_FLAG_OGG_IS_UNKNOWN },
821 // Reported by Richard Vennemann <vennemann@users.sourceforge.net> 737 // Reported by Richard Vennemann <vennemann@users.sourceforge.net>
822 // In USB Mass Storage mode it is 0x4102/0x1047 738 // In USB Mass Storage mode it is 0x4102/0x1047
823 // Seems to use the new shaped-up firmware. 739 // Seems to use the new shaped-up firmware.
824 { "iRiver", 0x4102, "Spinn", 0x1147, DEVICE_FLAG_NONE }, 740 { "iRiver", 0x4102, "Spinn", 0x1147, DEVICE_FLAG_NONE },
825 // Reported by Tony Janssen <tonyjanssen@users.sourceforge.net> 741 // Reported by Tony Janssen <tonyjanssen@users.sourceforge.net>
826 { "iRiver", 0x4102, "E50", 0x1151, 742 { "iRiver", 0x4102, "E50", 0x1151,
827 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 743 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
828 DEVICE_FLAG_OGG_IS_UNKNOWN }, 744 DEVICE_FLAG_OGG_IS_UNKNOWN },
829 // Reported by anonymous SourceForge user, guessing on flags 745 // Reported by Jakub Matraszek <jakub.matraszek@gmail.com>
830 { "iRiver", 0x4102, "E150", 0x1152,
831 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
832 DEVICE_FLAG_OGG_IS_UNKNOWN },
833 // Reported by Jakub Matraszek <jakub.matraszek@gmail.com>
834 { "iRiver", 0x4102, "T5", 0x1153, 746 { "iRiver", 0x4102, "T5", 0x1153,
835 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 747 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
836 DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAG_OGG_IS_UNKNOWN }, 748 DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAG_OGG_IS_UNKNOWN },
837 // Reported by pyalex@users.sourceforge.net 749 // Reported by pyalex@users.sourceforge.net
838 // Guessing that this needs the FLAG_NO_ZERO_READS... 750 // Guessing that this needs the FLAG_NO_ZERO_READS...
839 { "iRiver", 0x4102, "E30", 0x1167, 751 { "iRiver", 0x4102, "E30", 0x1167,
840 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 752 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
841 DEVICE_FLAG_OGG_IS_UNKNOWN }, 753 DEVICE_FLAG_OGG_IS_UNKNOWN },
842 // Reported by Scott Call 754 // Reported by Scott Call
843 // Assume this actually supports OGG though it reports it doesn't. 755 // Assume this actually supports OGG though it reports it doesn't.
844 { "iRiver", 0x4102, "H10 20GB", 0x2101, 756 { "iRiver", 0x4102, "H10 20GB", 0x2101,
845 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 757 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
846 DEVICE_FLAG_OGG_IS_UNKNOWN }, 758 DEVICE_FLAG_OGG_IS_UNKNOWN },
847 { "iRiver", 0x4102, "H10 5GB", 0x2102, 759 { "iRiver", 0x4102, "H10 5GB", 0x2102,
848 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 760 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
849 DEVICE_FLAG_OGG_IS_UNKNOWN }, 761 DEVICE_FLAG_OGG_IS_UNKNOWN },
850 // From Rockbox device listing 762 // From Rockbox device listing
851 { "iRiver", 0x4102, "H10 5.6GB", 0x2105, 763 { "iRiver", 0x4102, "H10 5.6GB", 0x2105,
852 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 764 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
853 DEVICE_FLAG_OGG_IS_UNKNOWN }, 765 DEVICE_FLAG_OGG_IS_UNKNOWN },
854 766
855 767
856 /* 768 /*
857 * Dell 769 * Dell
858 */ 770 */
859 { "Dell Inc", 0x413c, "DJ Itty", 0x4500, 771 { "Dell, Inc", 0x413c, "DJ Itty", 0x4500, DEVICE_FLAG_NONE },
860 DEVICE_FLAG_NONE },
861 /* Reported by: JR */ 772 /* Reported by: JR */
862 { "Dell Inc", 0x413c, "Dell Streak 7", 0xb10b, 773 { "Dell, Inc", 0x413c, "Dell Streak 7", 0xb10b, DEVICE_FLAGS_ANDROID_BUGS },
863 DEVICE_FLAGS_ANDROID_BUGS },
864 { "Dell Inc", 0x413c, "Dell Venue 7 inch", 0xb11a,
865 DEVICE_FLAGS_ANDROID_BUGS },
866 { "Dell Inc", 0x413c, "Dell Venue 7 inch (2nd ID)", 0xb11b,
867 DEVICE_FLAGS_ANDROID_BUGS },
868 774
869 /* 775 /*
870 * Toshiba 776 * Toshiba
871 * Tentatively flagged all Toshiba devices with 777 * Tentatively flagged all Toshiba devices with
872 * DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST after one of them 778 * DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST after one of them
873 * showed erroneous behaviour. 779 * showed erroneous behaviour.
874 */ 780 */
875 { "Toshiba", 0x0930, "Gigabeat MEGF-40", 0x0009, 781 { "Toshiba", 0x0930, "Gigabeat MEGF-40", 0x0009,
876 DEVICE_FLAG_NO_RELEASE_INTERFACE | 782 DEVICE_FLAG_NO_RELEASE_INTERFACE |
877 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 783 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 { "Toshiba", 0x0930, "Gigabeat MEU201", 0x001a, 819 { "Toshiba", 0x0930, "Gigabeat MEU201", 0x001a,
914 DEVICE_FLAG_NO_RELEASE_INTERFACE | 820 DEVICE_FLAG_NO_RELEASE_INTERFACE |
915 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 821 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
916 // Reported by anonymous SourceForge user 822 // Reported by anonymous SourceForge user
917 { "Toshiba", 0x0930, "Gigabeat MET401", 0x001d, 823 { "Toshiba", 0x0930, "Gigabeat MET401", 0x001d,
918 DEVICE_FLAG_NO_RELEASE_INTERFACE | 824 DEVICE_FLAG_NO_RELEASE_INTERFACE |
919 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 825 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
920 // Reported by Andree Jacobson <nmcandree@users.sourceforge.net> 826 // Reported by Andree Jacobson <nmcandree@users.sourceforge.net>
921 { "Toshiba", 0x0930, "Excite AT300", 0x0963, 827 { "Toshiba", 0x0930, "Excite AT300", 0x0963,
922 DEVICE_FLAGS_ANDROID_BUGS }, 828 DEVICE_FLAGS_ANDROID_BUGS },
923 /* https://sourceforge.net/p/libmtp/bugs/1557/ */
924 { "Toshiba", 0x0930, "Excite AT200", 0x0960,
925 DEVICE_FLAGS_ANDROID_BUGS },
926 // Reported by Nigel Cunningham <nigel@tuxonice.net> 829 // Reported by Nigel Cunningham <nigel@tuxonice.net>
927 // Guessing on Android bugs 830 // Guessing on Android bugs
928 { "Toshiba", 0x0930, "Thrive AT100/AT105", 0x7100, 831 { "Toshiba", 0x0930, "Thrive AT100/AT105", 0x7100,
929 DEVICE_FLAGS_ANDROID_BUGS }, 832 DEVICE_FLAGS_ANDROID_BUGS },
930 833
931 /* 834 /*
932 * Archos 835 * Archos
933 * These devices have some dual-mode interfaces which will really 836 * These devices have some dual-mode interfaces which will really
934 * respect the driver unloading, so DEVICE_FLAG_UNLOAD_DRIVER 837 * respect the driver unloading, so DEVICE_FLAG_UNLOAD_DRIVER
935 * really work on these devices! 838 * really work on these devices!
936 *
937 * Devices reported by:
938 * Archos
939 * Alexander Haertig <AlexanderHaertig@gmx.de>
940 * Jan Binder
941 * gudul1@users.sourceforge.net
942 * Etienne Chauchot <chauchot.etienne@free.fr>
943 * Kay McCormick <kaym@modsystems.com>
944 * Joe Rabinoff
945 * Jim Krehl <jimmuhk@users.sourceforge.net>
946 * Adrien Guichard <tmor@users.sourceforge.net>
947 * Clément <clemvangelis@users.sourceforge.net>
948 * Thackert <hackertenator@users.sourceforge.net>
949 * Till <Till@users.sourceforge.net>
950 * Sebastien ROHAUT
951 */ 839 */
840 // Reported by Alexander Haertig <AlexanderHaertig@gmx.de>
952 { "Archos", 0x0e79, "Gmini XS100", 0x1207, DEVICE_FLAG_UNLOAD_DRIVER }, 841 { "Archos", 0x0e79, "Gmini XS100", 0x1207, DEVICE_FLAG_UNLOAD_DRIVER },
842 // Added by Jan Binder
953 { "Archos", 0x0e79, "XS202 (MTP mode)", 0x1208, DEVICE_FLAG_NONE }, 843 { "Archos", 0x0e79, "XS202 (MTP mode)", 0x1208, DEVICE_FLAG_NONE },
844 // Reported by gudul1@users.sourceforge.net
954 { "Archos", 0x0e79, "104 (MTP mode)", 0x120a, DEVICE_FLAG_NONE }, 845 { "Archos", 0x0e79, "104 (MTP mode)", 0x120a, DEVICE_FLAG_NONE },
846 // Reported by Archos
955 { "Archos", 0x0e79, "204 (MTP mode)", 0x120c, DEVICE_FLAG_UNLOAD_DRIVER }, 847 { "Archos", 0x0e79, "204 (MTP mode)", 0x120c, DEVICE_FLAG_UNLOAD_DRIVER },
848 // Reported by anonymous Sourceforge user.
956 { "Archos", 0x0e79, "404 (MTP mode)", 0x1301, DEVICE_FLAG_UNLOAD_DRIVER }, 849 { "Archos", 0x0e79, "404 (MTP mode)", 0x1301, DEVICE_FLAG_UNLOAD_DRIVER },
850 // Reported by Archos
957 { "Archos", 0x0e79, "404CAM (MTP mode)", 0x1303, DEVICE_FLAG_UNLOAD_DRIVER }, 851 { "Archos", 0x0e79, "404CAM (MTP mode)", 0x1303, DEVICE_FLAG_UNLOAD_DRIVER },
852 // Reported by Etienne Chauchot <chauchot.etienne@free.fr>
958 { "Archos", 0x0e79, "504 (MTP mode)", 0x1307, DEVICE_FLAG_UNLOAD_DRIVER }, 853 { "Archos", 0x0e79, "504 (MTP mode)", 0x1307, DEVICE_FLAG_UNLOAD_DRIVER },
854 // Reported by Archos
959 { "Archos", 0x0e79, "604 (MTP mode)", 0x1309, DEVICE_FLAG_UNLOAD_DRIVER }, 855 { "Archos", 0x0e79, "604 (MTP mode)", 0x1309, DEVICE_FLAG_UNLOAD_DRIVER },
960 { "Archos", 0x0e79, "604WIFI (MTP mode)", 0x130b, DEVICE_FLAG_UNLOAD_DRIVER }, 856 { "Archos", 0x0e79, "604WIFI (MTP mode)", 0x130b, DEVICE_FLAG_UNLOAD_DRIVER },
857 // Reported by Kay McCormick <kaym@modsystems.com>
961 { "Archos", 0x0e79, "704 mobile dvr", 0x130d, DEVICE_FLAG_UNLOAD_DRIVER }, 858 { "Archos", 0x0e79, "704 mobile dvr", 0x130d, DEVICE_FLAG_UNLOAD_DRIVER },
859 // Reported by Archos
962 { "Archos", 0x0e79, "704TV (MTP mode)", 0x130f, DEVICE_FLAG_UNLOAD_DRIVER }, 860 { "Archos", 0x0e79, "704TV (MTP mode)", 0x130f, DEVICE_FLAG_UNLOAD_DRIVER },
963 { "Archos", 0x0e79, "405 (MTP mode)", 0x1311, DEVICE_FLAG_UNLOAD_DRIVER }, 861 { "Archos", 0x0e79, "405 (MTP mode)", 0x1311, DEVICE_FLAG_UNLOAD_DRIVER },
862 // Reported by Joe Rabinoff
964 { "Archos", 0x0e79, "605 (MTP mode)", 0x1313, DEVICE_FLAG_UNLOAD_DRIVER }, 863 { "Archos", 0x0e79, "605 (MTP mode)", 0x1313, DEVICE_FLAG_UNLOAD_DRIVER },
864 // Reported by Archos
965 { "Archos", 0x0e79, "605F (MTP mode)", 0x1315, DEVICE_FLAG_UNLOAD_DRIVER }, 865 { "Archos", 0x0e79, "605F (MTP mode)", 0x1315, DEVICE_FLAG_UNLOAD_DRIVER },
966 { "Archos", 0x0e79, "705 (MTP mode)", 0x1319, DEVICE_FLAG_UNLOAD_DRIVER }, 866 { "Archos", 0x0e79, "705 (MTP mode)", 0x1319, DEVICE_FLAG_UNLOAD_DRIVER },
967 { "Archos", 0x0e79, "TV+ (MTP mode)", 0x131b, DEVICE_FLAG_UNLOAD_DRIVER }, 867 { "Archos", 0x0e79, "TV+ (MTP mode)", 0x131b, DEVICE_FLAG_UNLOAD_DRIVER },
968 { "Archos", 0x0e79, "105 (MTP mode)", 0x131d, DEVICE_FLAG_UNLOAD_DRIVER }, 868 { "Archos", 0x0e79, "105 (MTP mode)", 0x131d, DEVICE_FLAG_UNLOAD_DRIVER },
969 { "Archos", 0x0e79, "405HDD (MTP mode)", 0x1321, DEVICE_FLAG_UNLOAD_DRIVER }, 869 { "Archos", 0x0e79, "405HDD (MTP mode)", 0x1321, DEVICE_FLAG_UNLOAD_DRIVER },
970 { "Archos", 0x0e79, "5 (MTP mode 1)", 0x1331, DEVICE_FLAG_UNLOAD_DRIVER }, 870 // Reported by Jim Krehl <jimmuhk@users.sourceforge.net>
971 { "Archos", 0x0e79, "5 (MTP mode 2)", 0x1333, DEVICE_FLAG_UNLOAD_DRIVER }, 871 { "Archos", 0x0e79, "5 (MTP mode)", 0x1331, DEVICE_FLAG_UNLOAD_DRIVER },
872 // Reported by Adrien Guichard <tmor@users.sourceforge.net>
873 { "Archos", 0x0e79, "5 (MTP mode)", 0x1333, DEVICE_FLAG_UNLOAD_DRIVER },
874 // Reported by Archos
972 { "Archos", 0x0e79, "7 (MTP mode)", 0x1335, DEVICE_FLAG_UNLOAD_DRIVER }, 875 { "Archos", 0x0e79, "7 (MTP mode)", 0x1335, DEVICE_FLAG_UNLOAD_DRIVER },
973 { "Archos", 0x0e79, "SPOD (MTP mode)", 0x1341, DEVICE_FLAG_UNLOAD_DRIVER }, 876 { "Archos", 0x0e79, "SPOD (MTP mode)", 0x1341, DEVICE_FLAG_UNLOAD_DRIVER },
974 { "Archos", 0x0e79, "5S IT (MTP mode)", 0x1351, DEVICE_FLAG_UNLOAD_DRIVER }, 877 { "Archos", 0x0e79, "5S IT (MTP mode)", 0x1351, DEVICE_FLAG_UNLOAD_DRIVER },
975 { "Archos", 0x0e79, "5H IT (MTP mode)", 0x1357, DEVICE_FLAG_UNLOAD_DRIVER }, 878 { "Archos", 0x0e79, "5H IT (MTP mode)", 0x1357, DEVICE_FLAG_UNLOAD_DRIVER },
976 { "Archos", 0x0e79, "48 (MTP mode)", 0x1421, DEVICE_FLAGS_ANDROID_BUGS }, 879 { "Archos", 0x0e79, "Arnova Childpad", 0x1458, DEVICE_FLAG_UNLOAD_DRIVER },
977 { "Archos", 0x0e79, "Arnova Childpad", 0x1458, DEVICE_FLAGS_ANDROID_BUGS }, 880 // Reported by anonymous Sourceforge user
978 { "Archos", 0x0e79, "Arnova 8c G3", 0x145e, DEVICE_FLAGS_ANDROID_BUGS },
979 { "Archos", 0x0e79, "Arnova 10bG3 Tablet", 0x146b, DEVICE_FLAGS_ANDROID_BUGS } ,
980 { "Archos", 0x0e79, "97 Xenon", 0x149a, DEVICE_FLAGS_ANDROID_BUGS },
981 { "Archos", 0x0e79, "97 Titanium", 0x14ad, DEVICE_FLAGS_ANDROID_BUGS },
982 { "Archos", 0x0e79, "80 Titanium", 0x14bf, DEVICE_FLAGS_ANDROID_BUGS },
983 { "Archos", 0x0e79, "101 Titanium", 0x14b9, DEVICE_FLAGS_ANDROID_BUGS },
984 /* https://sourceforge.net/p/libmtp/feature-requests/91/ */
985 { "Archos", 0x0e79, "70b Titanium", 0x14ef, DEVICE_FLAGS_ANDROID_BUGS },
986 { "Archos", 0x0e79, "8o G9 (MTP mode)", 0x1508, DEVICE_FLAG_UNLOAD_DRIVER }, 881 { "Archos", 0x0e79, "8o G9 (MTP mode)", 0x1508, DEVICE_FLAG_UNLOAD_DRIVER },
987 { "Archos", 0x0e79, "8o G9 Turbo (MTP mode)", 0x1509, DEVICE_FLAG_UNLOAD_DRIVE R }, 882 // Reported by Clément <clemvangelis@users.sourceforge.net>
883 { "Archos", 0x0e79, "8o G9 Turbo (MTP mode)", 0x1509,
884 DEVICE_FLAG_UNLOAD_DRIVER },
885 // Reported by Thackert <hackertenator@users.sourceforge.net>
988 { "Archos", 0x0e79, "80G9", 0x1518, DEVICE_FLAGS_ANDROID_BUGS }, 886 { "Archos", 0x0e79, "80G9", 0x1518, DEVICE_FLAGS_ANDROID_BUGS },
989 { "Archos", 0x0e79, "101 G9 (ID1)", 0x1528, DEVICE_FLAGS_ANDROID_BUGS }, 887 // Reported by Till <Till@users.sourceforge.net>
990 { "Archos", 0x0e79, "101 G9 (ID2)", 0x1529, DEVICE_FLAGS_ANDROID_BUGS }, 888 { "Archos", 0x0e79, "101 G9", 0x1528, DEVICE_FLAGS_ANDROID_BUGS },
991 { "Archos", 0x0e79, "101 G9 Turbo 250 HD", 0x1538, DEVICE_FLAGS_ANDROID_BUGS } , 889 // Reported by anonymous sourceforge user
890 { "Archos", 0x0e79, "101 G9 (v2)", 0x1529, DEVICE_FLAGS_ANDROID_BUGS },
891 // Reported by anonymous sourceforge user
892 { "Archos", 0x0e79, "101 G9 Turbo 250 HD", 0x1538,
893 DEVICE_FLAGS_ANDROID_BUGS },
894 // Reported by anonymous sourceforge user
992 { "Archos", 0x0e79, "101 G9 Turbo", 0x1539, DEVICE_FLAGS_ANDROID_BUGS }, 895 { "Archos", 0x0e79, "101 G9 Turbo", 0x1539, DEVICE_FLAGS_ANDROID_BUGS },
993 { "Archos", 0x0e79, "101 XS", 0x1548, DEVICE_FLAGS_ANDROID_BUGS }, 896 // Reported by anonymous sourceforge user
994 { "Archos", 0x0e79, "70it2 (ID 1)", 0x1568, DEVICE_FLAGS_ANDROID_BUGS }, 897 { "Archos", 0x0e79, "70it2 (mode 1)", 0x1568, DEVICE_FLAGS_ANDROID_BUGS },
995 { "Archos", 0x0e79, "70it2 (ID 2)", 0x1569, DEVICE_FLAGS_ANDROID_BUGS }, 898 // Reported by Sebastien ROHAUT
996 { "Archos", 0x0e79, "70 Cobalt", 0x15ba, DEVICE_FLAGS_ANDROID_BUGS }, 899 { "Archos", 0x0e79, "70it2 (mode 2)", 0x1569, DEVICE_FLAGS_ANDROID_BUGS },
997 { "Archos", 0x0e79, "50c", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
998 { "Archos", 0x0e79, "C40", 0x31ab, DEVICE_FLAGS_ANDROID_BUGS },
999 /* via libmtp-discuss Tonton <to.tonton@gmail.com> */
1000 { "Archos", 0x0e79, "Helium 45B", 0x31d8, DEVICE_FLAGS_ANDROID_BUGS },
1001 /* https://sourceforge.net/p/libmtp/bugs/1393/ */
1002 { "Archos", 0x0e79, "Phone", 0x31e1, DEVICE_FLAGS_ANDROID_BUGS },
1003 /* https://sourceforge.net/p/libmtp/bugs/1325/ */
1004 { "Archos", 0x0e79, "45 Neon", 0x31f3, DEVICE_FLAGS_ANDROID_BUGS },
1005 /* https://sourceforge.net/p/libmtp/bugs/1352/ */
1006 { "Archos", 0x0e79, "50 Diamond", 0x3229, DEVICE_FLAGS_ANDROID_BUGS },
1007 { "Archos", 0x0e79, "101 G4", 0x4002, DEVICE_FLAGS_ANDROID_BUGS },
1008 { "Archos (for Tesco)", 0x0e79, "Hudl (ID1)", 0x5008, DEVICE_FLAGS_ANDROID_BUG S },
1009 { "Archos (for Tesco)", 0x0e79, "Hudl (ID2)", 0x5009, DEVICE_FLAGS_ANDROID_BUG S },
1010 /* https://sourceforge.net/p/libmtp/bugs/1404/ */
1011 { "Archos", 0x0e79, "AC40DTI", 0x5217, DEVICE_FLAGS_ANDROID_BUGS },
1012
1013 /* https://sourceforge.net/p/libmtp/bugs/1573/ */
1014 { "Archos", 0x0e79, "101 xenon lite", 0x528c, DEVICE_FLAGS_ANDROID_BUGS },
1015 { "Archos", 0x0e79, "101 xenon lite (ADB)", 0x528d, DEVICE_FLAGS_ANDROID_BUGS },
1016
1017 /* https://sourceforge.net/p/libmtp/bugs/1581/ */
1018 { "Archos", 0x0e79, "40 Helium phone", 0x52c2, DEVICE_FLAGS_ANDROID_BUGS },
1019
1020 /* https://sourceforge.net/p/libmtp/bugs/1587/ */
1021 { "Archos", 0x0e79, "50d neon ", 0x5371, DEVICE_FLAGS_ANDROID_BUGS },
1022 900
1023 /* 901 /*
1024 * Dunlop (OEM of EGOMAN ltd?) reported by Nanomad 902 * Dunlop (OEM of EGOMAN ltd?) reported by Nanomad
1025 * This unit is falsely detected as USB mass storage in Linux 903 * This unit is falsely detected as USB mass storage in Linux
1026 * prior to kernel 2.6.19 (fixed by patch from Alan Stern) 904 * prior to kernel 2.6.19 (fixed by patch from Alan Stern)
1027 * so on older kernels special care is needed to remove the 905 * so on older kernels special care is needed to remove the
1028 * USB mass storage driver that erroneously binds to the device 906 * USB mass storage driver that erroneously binds to the device
1029 * interface. 907 * interface.
1030 * 908 *
1031 * More problematic, this manufacturer+device ID seems to be 909 * More problematic, this manufacturer+device ID seems to be
(...skipping 10 matching lines...) Expand all
1042 DEVICE_FLAG_NO_RELEASE_INTERFACE}, 920 DEVICE_FLAG_NO_RELEASE_INTERFACE},
1043 921
1044 /* 922 /*
1045 * Sirius 923 * Sirius
1046 */ 924 */
1047 { "Sirius", 0x18f6, "Stiletto", 0x0102, DEVICE_FLAG_NONE }, 925 { "Sirius", 0x18f6, "Stiletto", 0x0102, DEVICE_FLAG_NONE },
1048 // Reported by Chris Bagwell <chris@cnpbagwell.com> 926 // Reported by Chris Bagwell <chris@cnpbagwell.com>
1049 { "Sirius", 0x18f6, "Stiletto 2", 0x0110, DEVICE_FLAG_NONE }, 927 { "Sirius", 0x18f6, "Stiletto 2", 0x0110, DEVICE_FLAG_NONE },
1050 928
1051 /* 929 /*
930 * Canon
931 * These are actually cameras, but they have a Microsoft device descriptor
932 * and reports themselves as supporting the MTP extension.
933 */
934 { "Canon", 0x04a9, "Ixus Digital 700 (PTP/MTP mode)", 0x30f2,
935 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
936 { "Canon", 0x04a9, "PowerShot A640 (PTP/MTP mode)", 0x3139,
937 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
938 // From Peter <pjeremy@users.sourceforge.net>
939 { "Canon", 0x04a9, "PowerShot SX20IS (PTP/MTP mode)", 0x31e4,
940 DEVICE_FLAG_NONE },
941
942 /*
1052 * Nokia 943 * Nokia
1053 * Please verify the low device IDs here, I suspect these might be for 944 * Please verify the low device IDs here, I suspect these might be for
1054 * things like USB storage or modem mode actually, whereas the higher 945 * things like USB storage or modem mode actually, whereas the higher
1055 * range (0x04nn) could be for MTP. Some of the devices were gathered 946 * range (0x04nn) could be for MTP. Some of the devices were gathered
1056 * from the Nokia WMP drivers: 947 * from the Nokia WMP drivers:
1057 * http://nds2.nokia.com/files/support/global/phones/software/ 948 * http://nds2.nokia.com/files/support/global/phones/software/
1058 * Address was gathered from going to: 949 * Address was gathered from going to:
1059 * nseries.com 950 * nseries.com
1060 * -> support 951 * -> support
1061 * -> select supported device 952 * -> select supported device
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 // From: AxeL <axel__17@users.sourceforge.net> 1013 // From: AxeL <axel__17@users.sourceforge.net>
1123 { "Nokia", 0x0421, "N97-1", 0x01f4, DEVICE_FLAG_NONE }, 1014 { "Nokia", 0x0421, "N97-1", 0x01f4, DEVICE_FLAG_NONE },
1124 // From: FunkyPenguin <awafaa@users.sourceforge.net> 1015 // From: FunkyPenguin <awafaa@users.sourceforge.net>
1125 { "Nokia", 0x0421, "N97", 0x01f5, DEVICE_FLAG_NONE }, 1016 { "Nokia", 0x0421, "N97", 0x01f5, DEVICE_FLAG_NONE },
1126 // From: Anonymous SourceForge user 1017 // From: Anonymous SourceForge user
1127 { "Nokia", 0x0421, "5130 XpressMusic", 0x0209, DEVICE_FLAG_NONE }, 1018 { "Nokia", 0x0421, "5130 XpressMusic", 0x0209, DEVICE_FLAG_NONE },
1128 // From: Anonymous SourceForge user 1019 // From: Anonymous SourceForge user
1129 { "Nokia", 0x0421, "E72", 0x0221, DEVICE_FLAG_NONE }, 1020 { "Nokia", 0x0421, "E72", 0x0221, DEVICE_FLAG_NONE },
1130 // From: Anonymous SourceForge user 1021 // From: Anonymous SourceForge user
1131 { "Nokia", 0x0421, "5530", 0x0229, DEVICE_FLAG_NONE }, 1022 { "Nokia", 0x0421, "5530", 0x0229, DEVICE_FLAG_NONE },
1132 /* Grzegorz Woźniak <wozniakg@gmail.com> */
1133 { "Nokia", 0x0421, "E6", 0x032f, DEVICE_FLAG_NONE },
1134 // From: Anonymous SourceForge user 1023 // From: Anonymous SourceForge user
1135 { "Nokia", 0x0421, "N97 mini", 0x026b, DEVICE_FLAG_NONE }, 1024 { "Nokia", 0x0421, "N97 mini", 0x026b, DEVICE_FLAG_NONE },
1136 // From: Anonymous SourceForge user 1025 // From: Anonymous SourceForge user
1137 { "Nokia", 0x0421, "X6", 0x0274, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 1026 { "Nokia", 0x0421, "X6", 0x0274, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
1138 // From: Alexander Kojevnikov <alex-kay@users.sourceforge.net> 1027 // From: Alexander Kojevnikov <alex-kay@users.sourceforge.net>
1139 { "Nokia", 0x0421, "6600i", 0x0297, DEVICE_FLAG_NONE }, 1028 { "Nokia", 0x0421, "6600i", 0x0297, DEVICE_FLAG_NONE },
1140 // From: Karthik Paithankar <whyagain2005@users.sourceforge.net> 1029 // From: Karthik Paithankar <whyagain2005@users.sourceforge.net>
1141 { "Nokia", 0x0421, "2710", 0x02c1, DEVICE_FLAG_NONE }, 1030 { "Nokia", 0x0421, "2710", 0x02c1, DEVICE_FLAG_NONE },
1142 // From: Mick Stephenson <MickStep@users.sourceforge.net> 1031 // From: Mick Stephenson <MickStep@users.sourceforge.net>
1143 { "Nokia", 0x0421, "5230", 0x02e2, DEVICE_FLAG_NONE }, 1032 { "Nokia", 0x0421, "5230", 0x02e2, DEVICE_FLAG_NONE },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 { "Nokia", 0x0421, "N75 Mobile Phone", 0x04e1, DEVICE_FLAG_NONE }, 1067 { "Nokia", 0x0421, "N75 Mobile Phone", 0x04e1, DEVICE_FLAG_NONE },
1179 // From: http://nds2.nokia.com/files/support/global/phones/software/Nokia_N93i _WMP10_driver.inf 1068 // From: http://nds2.nokia.com/files/support/global/phones/software/Nokia_N93i _WMP10_driver.inf
1180 { "Nokia", 0x0421, "N93i Mobile Phone", 0x04e5, DEVICE_FLAG_NONE }, 1069 { "Nokia", 0x0421, "N93i Mobile Phone", 0x04e5, DEVICE_FLAG_NONE },
1181 // From Anonymous Sourceforge User 1070 // From Anonymous Sourceforge User
1182 { "Nokia", 0x0421, "N95 Mobile Phone", 0x04ef, DEVICE_FLAG_NONE }, 1071 { "Nokia", 0x0421, "N95 Mobile Phone", 0x04ef, DEVICE_FLAG_NONE },
1183 // From: Pat Nicholls <pat@patandannie.co.uk> 1072 // From: Pat Nicholls <pat@patandannie.co.uk>
1184 { "Nokia", 0x0421, "N80 Internet Edition (Media Player)", 0x04f1, 1073 { "Nokia", 0x0421, "N80 Internet Edition (Media Player)", 0x04f1,
1185 DEVICE_FLAG_UNLOAD_DRIVER }, 1074 DEVICE_FLAG_UNLOAD_DRIVER },
1186 // From: Maxin B. John <maxin.john@gmail.com> 1075 // From: Maxin B. John <maxin.john@gmail.com>
1187 { "Nokia", 0x0421, "N9", 0x051a, DEVICE_FLAG_NONE }, 1076 { "Nokia", 0x0421, "N9", 0x051a, DEVICE_FLAG_NONE },
1188 /* https://sourceforge.net/p/libmtp/bugs/1308/ */ 1077 // Reported by Richard Wall <richard@the-moon.net>
1189 { "Nokia", 0x0421, "N300", 0x0524, DEVICE_FLAG_NONE }, 1078 { "Nokia", 0x05c6, "5530 Xpressmusic", 0x0229, DEVICE_FLAG_NONE },
1190 { "Nokia", 0x0421, "C5-00", 0x0592, DEVICE_FLAG_NONE }, 1079 // Reported by anonymous SourceForge user
1191 /* https://sourceforge.net/p/libmtp/bugs/1457/ */ 1080 // One thing stated by reporter (Nokia model) another by the detect log...
1192 { "Nokia", 0x0421, "C5-00 (ID2)", 0x0595, DEVICE_FLAG_NONE }, 1081 { "Nokia/Verizon", 0x05c6, "6205 Balboa/Verizon Music Phone", 0x3196, DEVICE_F LAG_NONE },
1193 { "Nokia", 0x0421, "808 PureView", 0x05d3, DEVICE_FLAG_NONE },
1194 // Reported by Sampo Savola
1195 // Covers Lumia 920, 820 and probably any WP8 device.
1196 { "Nokia", 0x0421, "Lumia WP8", 0x0661, DEVICE_FLAG_NONE },
1197 /* https://sourceforge.net/p/libmtp/bugs/1176/ */
1198 { "Nokia", 0x0421, "Lumia 301", 0x0666, DEVICE_FLAG_NONE },
1199 /* https://sourceforge.net/p/libmtp/support-requests/146/ */
1200 { "Nokia", 0x0421, "XL", 0x06e8, DEVICE_FLAG_UNLOAD_DRIVER },
1201 /* https://sourceforge.net/p/libmtp/patches/69/
1202 * https://sourceforge.net/p/libmtp/bugs/1285/
1203 * ID is the same for various Lumia version.
1204 */
1205 { "Nokia", 0x0421, "Lumia (RM-975)", 0x06fc, DEVICE_FLAG_NONE },
1206 /* https://sourceforge.net/p/libmtp/bugs/1453/ */
1207 { "Nokia", 0x0421, "X2 Dual Sim", 0x0708, DEVICE_FLAG_NONE },
1208 1082
1209 1083
1210 /* 1084 /*
1211 * Qualcomm
1212 * This vendor ID seems to be used a bit by others.
1213 */
1214
1215 // Reported by Richard Wall <richard@the-moon.net>
1216 { "Qualcomm (for Nokia)", 0x05c6, "5530 Xpressmusic", 0x0229,
1217 DEVICE_FLAG_NONE },
1218 // One thing stated by reporter (Nokia model) another by the detect log...
1219 { "Qualcomm (for Nokia/Verizon)", 0x05c6, "6205 Balboa/Verizon Music Phone",
1220 0x3196, DEVICE_FLAG_NONE },
1221 { "Qualcomm (for Gigabyte)", 0x05c6, "GSmart G1342",
1222 0x8800, DEVICE_FLAG_NONE },
1223 { "Qualcomm (for Smartfren)", 0x05c6, "Andromax U",
1224 0x9025, DEVICE_FLAG_NONE },
1225 // New Android phone of the OnePlus brand : the One model
1226 { "Qualcomm (for OnePlus)", 0x05c6, "One (MTP)",
1227 0x6764, DEVICE_FLAGS_ANDROID_BUGS },
1228 { "Qualcomm (for OnePlus)", 0x05c6, "One (MTP+ADB)",
1229 0x6765, DEVICE_FLAGS_ANDROID_BUGS },
1230
1231 /* https://sourceforge.net/p/libmtp/bugs/1377/ */
1232 { "Qualcomm (for Xolo)", 0x901b, "Xolo Black (MTP)",
1233 0x9039, DEVICE_FLAGS_ANDROID_BUGS },
1234
1235 { "Qualcomm (for PhiComm)", 0x05c6, "C230w (MTP)",
1236 0x9039, DEVICE_FLAGS_ANDROID_BUGS },
1237
1238 /* https://sourceforge.net/p/libmtp/bugs/1513/ */
1239 { "Qualcomm (for OnePlus)", 0x05c6, "One Plus 2 (A2003) (MTP)",
1240 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
1241 /* https://sourceforge.net/p/libmtp/bugs/1284/ */
1242 { "Qualcomm (for Highscreen)", 0x05c6, "Omega Prime S",
1243 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
1244
1245 /*
1246 * Vendor ID 0x13d1 is some offshoring company in China, 1085 * Vendor ID 0x13d1 is some offshoring company in China,
1247 * in one source named "A-Max Technology Macao Commercial 1086 * in one source named "A-Max Technology Macao Commercial
1248 * Offshore Co. Ltd." sometime "CCTech". 1087 * Offshore Co. Ltd." sometime "CCTech".
1249 */ 1088 */
1250 // Logik brand 1089 // Logik brand
1251 { "Logik", 0x13d1, "LOG DAX MP3 and DAB Player", 0x7002, DEVICE_FLAG_UNLOAD_DR IVER }, 1090 { "Logik", 0x13d1, "LOG DAX MP3 and DAB Player", 0x7002, DEVICE_FLAG_UNLOAD_DR IVER },
1252 // Technika brand 1091 // Technika brand
1253 // Reported by <Ooblick@users.sourceforge.net> 1092 // Reported by <Ooblick@users.sourceforge.net>
1254 { "Technika", 0x13d1, "MP-709", 0x7017, DEVICE_FLAG_UNLOAD_DRIVER }, 1093 { "Technika", 0x13d1, "MP-709", 0x7017, DEVICE_FLAG_UNLOAD_DRIVER },
1255 1094
1256 1095
1257 /* 1096 /*
1258 * RCA / Thomson 1097 * RCA / Thomson
1259 */ 1098 */
1260 // From kiki <omkiki@users.sourceforge.net> 1099 // From kiki <omkiki@users.sourceforge.net>
1261 { "Thomson", 0x069b, "EM28 Series", 0x0774, DEVICE_FLAG_NONE }, 1100 { "Thomson", 0x069b, "EM28 Series", 0x0774, DEVICE_FLAG_NONE },
1262 { "Thomson / RCA", 0x069b, "Opal / Lyra MC4002", 0x0777, DEVICE_FLAG_NONE }, 1101 { "Thomson / RCA", 0x069b, "Opal / Lyra MC4002", 0x0777, DEVICE_FLAG_NONE },
1263 { "Thomson", 0x069b, "Lyra MC5104B (M51 Series)", 0x077c, DEVICE_FLAG_NONE }, 1102 { "Thomson", 0x069b, "Lyra MC5104B (M51 Series)", 0x077c, DEVICE_FLAG_NONE },
1264 { "Thomson", 0x069b, "RCA H106", 0x301a, DEVICE_FLAG_UNLOAD_DRIVER }, 1103 { "Thomson", 0x069b, "RCA H106", 0x301a, DEVICE_FLAG_UNLOAD_DRIVER },
1265 // From Svenna <svenna@svenna.de> 1104 // From Svenna <svenna@svenna.de>
1266 // Not confirmed to be MTP. 1105 // Not confirmed to be MTP.
1267 { "Thomson", 0x069b, "scenium E308", 0x3028, DEVICE_FLAG_NONE }, 1106 { "Thomson", 0x069b, "scenium E308", 0x3028, DEVICE_FLAG_NONE },
1268 // From XNJB user 1107 // From XNJB user
1269 { "Thomson / RCA", 0x069b, "Lyra HC308A", 0x3035, DEVICE_FLAG_NONE }, 1108 { "Thomson / RCA", 0x069b, "Lyra HC308A", 0x3035, DEVICE_FLAG_NONE },
1270 1109
1271 /* 1110 /*
1272 * Fujitsu devices 1111 * NTT DoCoMo
1273 */ 1112 */
1274 { "Fujitsu, Ltd", 0x04c5, "F903iX HIGH-SPEED", 0x1140, DEVICE_FLAG_NONE }, 1113 { "FOMA", 0x04c5, "F903iX HIGH-SPEED", 0x1140, DEVICE_FLAG_NONE },
1275 // Reported by Thomas Bretthauer
1276 { "Fujitsu, Ltd", 0x04c5, "STYLISTIC M532", 0x133b,
1277 DEVICE_FLAGS_ANDROID_BUGS },
1278 /* https://sourceforge.net/p/libmtp/feature-requests/137/ */
1279 { "Fujitsu, Ltd", 0x04c5, "F02-E", 0x1378,
1280 DEVICE_FLAGS_ANDROID_BUGS },
1281 /* https://sourceforge.net/p/libmtp/bugs/1495/ */
1282 { "Fujitsu, Ltd", 0x04c5, "Arrows 202F", 0x13dd,
1283 DEVICE_FLAGS_ANDROID_BUGS },
1284 1114
1285 /* 1115 /*
1286 * Palm device userland program named Pocket Tunes 1116 * Palm device userland program named Pocket Tunes
1287 * Reported by Peter Gyongyosi <gyp@impulzus.com> 1117 * Reported by Peter Gyongyosi <gyp@impulzus.com>
1288 */ 1118 */
1289 { "NormSoft, Inc.", 0x1703, "Pocket Tunes", 0x0001, DEVICE_FLAG_NONE }, 1119 { "NormSoft, Inc.", 0x1703, "Pocket Tunes", 0x0001, DEVICE_FLAG_NONE },
1290 // Reported by anonymous submission 1120 // Reported by anonymous submission
1291 { "NormSoft, Inc.", 0x1703, "Pocket Tunes 4", 0x0002, DEVICE_FLAG_NONE }, 1121 { "NormSoft, Inc.", 0x1703, "Pocket Tunes 4", 0x0002, DEVICE_FLAG_NONE },
1292 1122
1293 /* 1123 /*
1294 * TrekStor, Medion and Maxfield devices 1124 * TrekStor, Medion and Maxfield devices
1295 * Their datasheet claims their devices are dualmode so probably needs to 1125 * Their datasheet claims their devices are dualmode so probably needs to
1296 * unload the attached drivers here. 1126 * unload the attached drivers here.
1297 */ 1127 */
1298 // Reported by Stefan Voss <svoss@web.de> 1128 // Reported by Stefan Voss <svoss@web.de>
1299 // This is a Sigmatel SoC with a hard disk. 1129 // This is a Sigmatel SoC with a hard disk.
1300 { "TrekStor", 0x066f, "Vibez 8/12GB", 0x842a, 1130 { "TrekStor", 0x066f, "Vibez 8/12GB", 0x842a,
1301 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 1131 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
1302 // Reported by anonymous SourceForge user. 1132 // Reported by anonymous SourceForge user.
1303 // This one done for Medion, whatever that is. Error reported so assume 1133 // This one done for Medion, whatever that is. Error reported so assume
1304 // the same bug flag as its ancestor above. 1134 // the same bug flag as its ancestor above.
1305 { "Medion", 0x066f, "MD8333 (ID1)", 0x8550, 1135 { "Medion", 0x066f, "MD8333", 0x8550,
1306 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 1136 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
1307 // Reported by anonymous SourceForge user 1137 // Reported by anonymous SourceForge user
1308 { "Medion", 0x066f, "MD8333 (ID2)", 0x8588, 1138 { "Medion", 0x066f, "MD8333", 0x8588,
1309 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 1139 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
1310 /* https://sourceforge.net/p/libmtp/bugs/1359/ */
1311 { "Verizon", 0x0408, "Ellipsis 7", 0x3899,
1312 DEVICE_FLAGS_ANDROID_BUGS },
1313 // The vendor ID is "Quanta Computer, Inc." 1140 // The vendor ID is "Quanta Computer, Inc."
1314 // same as Olivetti Olipad 110 1141 // same as Olivetti Olipad 110
1315 // Guessing on device flags 1142 // Guessing on device flags
1316 { "Medion", 0x0408, "MD99000 (P9514)/Olivetti Olipad 110", 0xb009, 1143 { "Medion", 0x0408, "MD99000 (P9514)/Olivetti Olipad 110", 0xb009,
1317 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 1144 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
1318 // Reported by Richard Eigenmann <richieigenmann@users.sourceforge.net> 1145 // Reported by Richard Eigenmann <richieigenmann@users.sourceforge.net>
1319 { "Medion", 0x0408, "Lifetab P9514", 0xb00a, 1146 { "Medion", 0x0408, "Lifetab P9514", 0xb00a,
1320 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAGS_ANDROID_BUGS }, 1147 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAGS_ANDROID_BUGS },
1321 // Reported by anonymous SourceForge user 1148 // Reported by anonymous SourceForge user
1322 { "Maxfield", 0x066f, "G-Flash NG 1GB", 0x846c, 1149 { "Maxfield", 0x066f, "G-Flash NG 1GB", 0x846c,
1323 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 1150 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
1324 // Reported by PaoloC <efmpsc@users.sourceforge.net> 1151 // Reported by PaoloC <efmpsc@users.sourceforge.net>
1325 // Apparently SigmaTel has an SDK for MTP players with this ID 1152 // Apparently SigmaTel has an SDK for MTP players with this ID
1326 { "SigmaTel Inc.", 0x066f, "MTPMSCN Audio Player", 0xa010, 1153 { "SigmaTel Inc.", 0x066f, "MTPMSCN Audio Player", 0xa010,
1327 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 1154 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
1328 // Reported by Cristi Magherusan <majeru@gentoo.ro> 1155 // Reported by Cristi Magherusan <majeru@gentoo.ro>
1329 { "TrekStor", 0x0402, "i.Beat Sweez FM", 0x0611, 1156 { "TrekStor", 0x0402, "i.Beat Sweez FM", 0x0611,
1330 DEVICE_FLAG_UNLOAD_DRIVER }, 1157 DEVICE_FLAG_UNLOAD_DRIVER },
1331 // Reported by Fox-ino <fox-ino@users.sourceforge.net> 1158 // Reported by Fox-ino <fox-ino@users.sourceforge.net>
1332 // No confirmation that this is really MTP so commented it out. 1159 // No confirmation that this is really MTP so commented it out.
1333 // { "ALi Corp.", 0x0402, "MPMAN 2GB", 0x5668, 1160 // { "ALi Corp.", 0x0402, "MPMAN 2GB", 0x5668,
1334 // DEVICE_FLAG_UNLOAD_DRIVER }, 1161 // DEVICE_FLAG_UNLOAD_DRIVER },
1335 // Reported by Anonymous SourceForge user 1162 // Reported by Anonymous SourceForge user
1336 {"TrekStor", 0x1e68, "i.Beat Organix 2.0", 0x0002, 1163 {"TrekStor", 0x1e68, "i.Beat Organix 2.0", 0x0002,
1337 DEVICE_FLAG_UNLOAD_DRIVER }, 1164 DEVICE_FLAG_UNLOAD_DRIVER },
1338 1165
1339 /* Also Thalia Toline. https://sourceforge.net/p/libmtp/bugs/1156/ */
1340 {"iRiver", 0x1e68, "Tolino Tab 7", 0x1002,
1341 DEVICE_FLAGS_ANDROID_BUGS },
1342
1343 /* 1166 /*
1344 * Disney/Tevion/MyMusix 1167 * Disney/Tevion/MyMusix
1345 */ 1168 */
1346 // Reported by XNJB user 1169 // Reported by XNJB user
1347 { "Disney", 0x0aa6, "MixMax", 0x6021, DEVICE_FLAG_NONE }, 1170 { "Disney", 0x0aa6, "MixMax", 0x6021, DEVICE_FLAG_NONE },
1348 // Reported by anonymous Sourceforge user 1171 // Reported by anonymous Sourceforge user
1349 { "Tevion", 0x0aa6, "MD 81488", 0x3011, DEVICE_FLAG_NONE }, 1172 { "Tevion", 0x0aa6, "MD 81488", 0x3011, DEVICE_FLAG_NONE },
1350 // Reported by Peter Hedlund <peter@peterandlinda.com> 1173 // Reported by Peter Hedlund <peter@peterandlinda.com>
1351 { "MyMusix", 0x0aa6, "PD-6070", 0x9601, DEVICE_FLAG_UNLOAD_DRIVER | 1174 { "MyMusix", 0x0aa6, "PD-6070", 0x9601, DEVICE_FLAG_UNLOAD_DRIVER |
1352 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 1175 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 */ 1246 */
1424 { "Insignia", 0x19ff, "NS-DV45", 0x0303, DEVICE_FLAG_UNLOAD_DRIVER }, 1247 { "Insignia", 0x19ff, "NS-DV45", 0x0303, DEVICE_FLAG_UNLOAD_DRIVER },
1425 // Reported by Rajan Bella <rajanbella@yahoo.com> 1248 // Reported by Rajan Bella <rajanbella@yahoo.com>
1426 { "Insignia", 0x19ff, "Sport Player", 0x0307, DEVICE_FLAG_UNLOAD_DRIVER }, 1249 { "Insignia", 0x19ff, "Sport Player", 0x0307, DEVICE_FLAG_UNLOAD_DRIVER },
1427 // Reported by "brad" (anonymous, sourceforge) 1250 // Reported by "brad" (anonymous, sourceforge)
1428 { "Insignia", 0x19ff, "Pilot 4GB", 0x0309, DEVICE_FLAG_UNLOAD_DRIVER }, 1251 { "Insignia", 0x19ff, "Pilot 4GB", 0x0309, DEVICE_FLAG_UNLOAD_DRIVER },
1429 1252
1430 /* 1253 /*
1431 * LG Electronics 1254 * LG Electronics
1432 */ 1255 */
1256 // From anonymous SourceForge user
1433 // Uncertain if this is really the MTP mode device ID... 1257 // Uncertain if this is really the MTP mode device ID...
1434 { "LG Electronics Inc.", 0x043e, "T54", 0x7040, 1258 { "LG Electronics Inc.", 0x043e, "T54", 0x7040,
1435 DEVICE_FLAG_UNLOAD_DRIVER }, 1259 DEVICE_FLAG_UNLOAD_DRIVER },
1436 // Not verified - anonymous submission 1260 // Not verified - anonymous submission
1437 { "LG Electronics Inc.", 0x043e, "UP3", 0x70b1, DEVICE_FLAG_NONE }, 1261 { "LG Electronics Inc.", 0x043e, "UP3", 0x70b1, DEVICE_FLAG_NONE },
1438 // Reported by Joseph Nahmias <joe@nahimas.net> 1262 // Reported by Joseph Nahmias <joe@nahimas.net>
1439 { "LG Electronics Inc.", 0x1004, "VX8550 V CAST Mobile Phone", 0x6010, 1263 { "LG Electronics Inc.", 0x1004, "VX8550 V CAST Mobile Phone", 0x6010,
1440 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 1264 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
1441 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR }, 1265 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR },
1442 // Reported by Cyrille Potereau <cyrille.potereau@wanadoo.fr> 1266 // Reported by Cyrille Potereau <cyrille.potereau@wanadoo.fr>
1443 { "LG Electronics Inc.", 0x1004, "KC910 Renoir Mobile Phone", 0x608f, 1267 { "LG Electronics Inc.", 0x1004, "KC910 Renoir Mobile Phone", 0x608f,
1444 DEVICE_FLAG_UNLOAD_DRIVER }, 1268 DEVICE_FLAG_UNLOAD_DRIVER },
1445 // Reported by Aaron Slunt <tongle@users.sourceforge.net> 1269 // Reported by Aaron Slunt <tongle@users.sourceforge.net>
1446 { "LG Electronics Inc.", 0x1004, "GR-500 Music Player", 0x611b, 1270 { "LG Electronics Inc.", 0x1004, "GR-500 Music Player", 0x611b,
1447 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 1271 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
1448 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR }, 1272 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR },
1273 // Reported by anonymous sourceforge user
1449 { "LG Electronics Inc.", 0x1004, "KM900", 0x6132, 1274 { "LG Electronics Inc.", 0x1004, "KM900", 0x6132,
1450 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 1275 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
1451 DEVICE_FLAG_UNLOAD_DRIVER }, 1276 DEVICE_FLAG_UNLOAD_DRIVER },
1277 // Reported by anonymous sourceforge user
1452 { "LG Electronics Inc.", 0x1004, "LG8575", 0x619a, 1278 { "LG Electronics Inc.", 0x1004, "LG8575", 0x619a,
1453 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 1279 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
1454 DEVICE_FLAG_UNLOAD_DRIVER }, 1280 DEVICE_FLAG_UNLOAD_DRIVER },
1455 /* 1281 // Reported by anonymous sourceforge user
1456 * These two are LG Android phones: 1282 { "LG Electronics Inc.", 0x1004, "V909 G-Slate", 0x61f9,
1457 * LG-F6 1283 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
1458 * V909 G-Slate 1284 DEVICE_FLAG_UNLOAD_DRIVER },
1459 */ 1285 // Reported by Brian J. Murrell
1460 { "LG Electronics Inc.", 0x1004, "Android phone (ID1)", 0x61f1, 1286 { "LG Electronics Inc.", 0x1004, "LG-E617G/P700", 0x631c,
1461 DEVICE_FLAGS_ANDROID_BUGS },
1462 { "LG Electronics Inc.", 0x1004, "Android phone (ID2)", 0x61f9,
1463 DEVICE_FLAGS_ANDROID_BUGS },
1464 /* https://sourceforge.net/p/libmtp/bugs/1007/ */
1465 { "LG Electronics Inc.", 0x1004, "LG VS980", 0x621c,
1466 DEVICE_FLAGS_ANDROID_BUGS },
1467 { "LG Electronics Inc.", 0x1004, "LG2 Optimus", 0x6225,
1468 DEVICE_FLAGS_ANDROID_BUGS },
1469 /* https://sourceforge.net/p/libmtp/bugs/1386/ */
1470 { "LG Electronics Inc.", 0x1004, "LG VS950", 0x622a,
1471 DEVICE_FLAGS_ANDROID_BUGS },
1472 { "LG Electronics Inc.", 0x1004, "LG VS870", 0x6239,
1473 DEVICE_FLAGS_ANDROID_BUGS },
1474 /* https://sourceforge.net/p/libmtp/bugs/992/ */
1475 { "LG Electronics Inc.", 0x1004, "LG VS890", 0x623d,
1476 DEVICE_FLAGS_ANDROID_BUGS },
1477 /* https://sourceforge.net/p/libmtp/support-requests/190/ */
1478 { "LG Electronics Inc.", 0x1004, "LG Optimus Zone 2", 0x6259,
1479 DEVICE_FLAGS_ANDROID_BUGS },
1480 { "LG Electronics Inc.", 0x1004, "VK810", 0x6265,
1481 DEVICE_FLAGS_ANDROID_BUGS },
1482 { "LG Electronics Inc.", 0x1004, "G3", 0x627f,
1483 DEVICE_FLAGS_ANDROID_BUGS },
1484 /* https://sourceforge.net/p/libmtp/bugs/1463/ */
1485 { "LG Electronics Inc.", 0x1004, "810 tablet", 0x6263,
1486 DEVICE_FLAGS_ANDROID_BUGS },
1487 /* https://sourceforge.net/p/libmtp/support-requests/134/ */
1488 { "LG Electronics Inc.", 0x1004, "G3 (VS985)", 0x626e,
1489 DEVICE_FLAGS_ANDROID_BUGS },
1490 /*
1491 * This VID+PID is used by a lot of LG models:
1492 * E430
1493 * E460
1494 * E610
1495 * E612
1496 * E617G
1497 * E970
1498 * P700
1499 */
1500 { "LG Electronics Inc.", 0x1004, "Various E and P models", 0x631c,
1501 DEVICE_FLAGS_ANDROID_BUGS },
1502 /* https://sourceforge.net/p/libmtp/bugs/1294/ */
1503 { "LG Electronics Inc.", 0x1004, "LG G Flex 2", 0x633e,
1504 DEVICE_FLAGS_ANDROID_BUGS }, 1287 DEVICE_FLAGS_ANDROID_BUGS },
1505 1288
1506 /* 1289 /*
1507 * Sony 1290 * Sony
1508 * It could be that these PIDs are one-per hundred series, so 1291 * It could be that these PIDs are one-per hundred series, so
1509 * NWZ-A8xx is 0325, NWZ-S5xx is 0x326 etc. We need more devices 1292 * NWZ-A8xx is 0325, NWZ-S5xx is 0x326 etc. We need more devices
1510 * reported to see a pattern here. 1293 * reported to see a pattern here.
1511 */ 1294 */
1512 // Reported by Alessandro Radaelli <alessandro.radaelli@aruba.it> 1295 // Reported by Alessandro Radaelli <alessandro.radaelli@aruba.it>
1513 { "Sony", 0x054c, "NWZ-A815/NWZ-A818", 0x0325, 1296 { "Sony", 0x054c, "Walkman NWZ-A815/NWZ-A818", 0x0325,
1514 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1297 DEVICE_FLAGS_SONY_NWZ_BUGS },
1515 // Reported by anonymous Sourceforge user. 1298 // Reported by anonymous Sourceforge user.
1516 { "Sony", 0x054c, "NWZ-S516", 0x0326, 1299 { "Sony", 0x054c, "Walkman NWZ-S516", 0x0326,
1517 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1300 DEVICE_FLAGS_SONY_NWZ_BUGS },
1518 // Reported by Endre Oma <endre.88.oma@gmail.com> 1301 // Reported by Endre Oma <endre.88.oma@gmail.com>
1519 { "Sony", 0x054c, "NWZ-S615F/NWZ-S616F/NWZ-S618F", 0x0327, 1302 { "Sony", 0x054c, "Walkman NWZ-S615F/NWZ-S616F/NWZ-S618F", 0x0327,
1520 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1303 DEVICE_FLAGS_SONY_NWZ_BUGS },
1521 // Reported by Jean-Marc Bourguet <jm@bourguet.org> 1304 // Reported by Jean-Marc Bourguet <jm@bourguet.org>
1522 { "Sony", 0x054c, "NWZ-S716F", 0x035a, 1305 { "Sony", 0x054c, "Walkman NWZ-S716F", 0x035a,
1523 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1306 DEVICE_FLAGS_SONY_NWZ_BUGS },
1524 // Reported by Anon SF User / Anthon van der Neut <avanderneut@avid.com> 1307 // Reported by Anon SF User / Anthon van der Neut <avanderneut@avid.com>
1525 { "Sony", 0x054c, "NWZ-A826/NWZ-A828/NWZ-A829", 0x035b, 1308 { "Sony", 0x054c, "Walkman NWZ-A826/NWZ-A828/NWZ-A829", 0x035b,
1526 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1309 DEVICE_FLAGS_SONY_NWZ_BUGS },
1527 // Reported by Niek Klaverstijn <niekez@users.sourceforge.net> 1310 // Reported by Niek Klaverstijn <niekez@users.sourceforge.net>
1528 { "Sony", 0x054c, "NWZ-A726/NWZ-A728/NWZ-A768", 0x035c, 1311 { "Sony", 0x054c, "Walkman NWZ-A726/NWZ-A728/NWZ-A768", 0x035c,
1529 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1312 DEVICE_FLAGS_SONY_NWZ_BUGS },
1530 // Reported by Mehdi AMINI <mehdi.amini - at - ulp.u-strasbg.fr> 1313 // Reported by Mehdi AMINI <mehdi.amini - at - ulp.u-strasbg.fr>
1531 { "Sony", 0x054c, "NWZ-B135", 0x036e, 1314 { "Sony", 0x054c, "Walkman NWZ-B135", 0x036e,
1532 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1315 DEVICE_FLAGS_SONY_NWZ_BUGS },
1533 // Reported by <tiagoboldt@users.sourceforge.net> 1316 // Reported by <tiagoboldt@users.sourceforge.net>
1534 { "Sony", 0x054c, "NWZ-E436F", 0x0385, 1317 { "Sony", 0x054c, "Walkman NWZ-E436F", 0x0385,
1535 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1318 DEVICE_FLAGS_SONY_NWZ_BUGS },
1536 // Reported by Michael Wilkinson 1319 // Reported by Michael Wilkinson
1537 { "Sony", 0x054c, "NWZ-W202", 0x0388, 1320 { "Sony", 0x054c, "Walkman NWZ-W202", 0x0388,
1538 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1321 DEVICE_FLAGS_SONY_NWZ_BUGS },
1539 // Reported by Ondrej Sury <ondrej@sury.org> 1322 // Reported by Ondrej Sury <ondrej@sury.org>
1540 { "Sony", 0x054c, "NWZ-S739F", 0x038c, 1323 { "Sony", 0x054c, "Walkman NWZ-S739F", 0x038c,
1541 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1324 DEVICE_FLAGS_SONY_NWZ_BUGS },
1542 // Reported by Marco Filipe Nunes Soares Abrantes Pereira <marcopereira@ua.pt> 1325 // Reported by Marco Filipe Nunes Soares Abrantes Pereira <marcopereira@ua.pt>
1543 { "Sony", 0x054c, "NWZ-S638F", 0x038e, 1326 { "Sony", 0x054c, "Walkman NWZ-S638F", 0x038e,
1544 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1327 DEVICE_FLAGS_SONY_NWZ_BUGS },
1545 // Reported by Elliot <orwells@users.sourceforge.net> 1328 // Reported by Elliot <orwells@users.sourceforge.net>
1546 { "Sony", 0x054c, "NWZ-X1050B/NWZ-X1060B", 1329 { "Sony", 0x054c, "Walkman NWZ-X1050B/NWZ-X1060B",
1547 0x0397, DEVICE_FLAGS_SONY_NWZ_BUGS }, 1330 0x0397, DEVICE_FLAGS_SONY_NWZ_BUGS },
1548 // Reported by Silvio J. Gutierrez <silviogutierrez@users.sourceforge.net> 1331 // Reported by Silvio J. Gutierrez <silviogutierrez@users.sourceforge.net>
1549 { "Sony", 0x054c, "NWZ-X1051/NWZ-X1061", 0x0398, 1332 { "Sony", 0x054c, "Walkman NWZ-X1051/NWZ-X1061", 0x0398,
1550 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1333 DEVICE_FLAGS_SONY_NWZ_BUGS },
1551 // Reported by Gregory Boddin <gregory@siwhine.net> 1334 // Reported by Gregory Boddin <gregory@siwhine.net>
1552 { "Sony", 0x054c, "NWZ-B142F", 0x03d8, 1335 { "Sony", 0x054c, "Walkman NWZ-B142F", 0x03d8,
1553 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1336 DEVICE_FLAGS_SONY_NWZ_BUGS },
1554 // Reported by Rick Warner <rick@reptileroom.net> 1337 // Reported by Rick Warner <rick@reptileroom.net>
1555 { "Sony", 0x054c, "NWZ-E344/E345", 0x03fc, 1338 { "Sony", 0x054c, "Walkman NWZ-E344", 0x03fc,
1556 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1339 DEVICE_FLAGS_SONY_NWZ_BUGS },
1557 // Reported by Jonathan Stowe <gellyfish@users.sourceforge.net> 1340 // Reported by Jonathan Stowe <gellyfish@users.sourceforge.net>
1558 { "Sony", 0x054c, "NWZ-E445", 0x03fd, 1341 { "Sony", 0x054c, "Walkman NWZ-E445", 0x03fd,
1559 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1342 DEVICE_FLAGS_SONY_NWZ_BUGS },
1560 // Reported by Anonymous SourceForge user 1343 // Reported by Anonymous SourceForge user
1561 { "Sony", 0x054c, "NWZ-S545", 0x03fe, 1344 { "Sony", 0x054c, "Walkman NWZ-S545", 0x03fe,
1562 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1345 DEVICE_FLAGS_SONY_NWZ_BUGS },
1563 { "Sony", 0x054c, "NWZ-A845", 0x0404, 1346 { "Sony", 0x054c, "Walkman NWZ-A845", 0x0404,
1564 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1347 DEVICE_FLAGS_SONY_NWZ_BUGS },
1565 // Reported by anonymous SourceForge user 1348 // Reported by anonymous SourceForge user
1566 { "Sony", 0x054c, "NWZ-W252B", 0x04bb, 1349 { "Sony", 0x054c, "Walkman NWZ-W252B", 0x04bb,
1567 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1350 DEVICE_FLAGS_SONY_NWZ_BUGS },
1568 // Suspect this device has strong DRM features 1351 // Suspect this device has strong DRM features
1569 // See https://answers.launchpad.net/ubuntu/+source/libmtp/+question/149587 1352 // See https://answers.launchpad.net/ubuntu/+source/libmtp/+question/149587
1570 { "Sony", 0x054c, "NWZ-B153F", 0x04be, 1353 { "Sony", 0x054c, "Walkman NWZ-B153F", 0x04be,
1571 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1354 DEVICE_FLAGS_SONY_NWZ_BUGS },
1572 { "Sony", 0x054c, "NWZ-E354", 0x04cb, 1355 { "Sony", 0x054c, "Walkman NWZ-E354", 0x04cb,
1573 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1356 DEVICE_FLAGS_SONY_NWZ_BUGS },
1574 // Reported by Toni Burgarello 1357 // Reported by Toni Burgarello
1575 { "Sony", 0x054c, "NWZ-S754", 0x04cc, 1358 { "Sony", 0x054c, "Walkman NWZ-S754", 0x04cc,
1576 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1359 DEVICE_FLAGS_SONY_NWZ_BUGS },
1577 // Reported by Hideki Yamane <henrich@debian.org>
1578 { "Sony", 0x054c, "Sony Tablet P1", 0x04d1,
1579 DEVICE_FLAGS_ANDROID_BUGS },
1580 // Reported by dmiceman 1360 // Reported by dmiceman
1581 { "Sony", 0x054c, "NWZ-B163F", 0x059a, 1361 { "Sony", 0x054c, "NWZ-B163F", 0x059a,
1582 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1362 DEVICE_FLAGS_SONY_NWZ_BUGS },
1583 { "Sony", 0x054c, "NWZ-E464", 0x05a6, 1363 // Reported by anonymous Sourceforge user
1364 // guessing on device flags...
1365 { "Sony", 0x054c, "Walkman NWZ-E464", 0x05a6,
1584 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1366 DEVICE_FLAGS_SONY_NWZ_BUGS },
1585 // Reported by Jan Rheinlaender <jrheinlaender@users.sourceforge.net> 1367 // Reported by Jan Rheinlaender <jrheinlaender@users.sourceforge.net>
1586 { "Sony", 0x054c, "NWZ-S765", 0x05a8, 1368 { "Sony", 0x054c, "NWZ-S765", 0x05a8,
1587 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1369 DEVICE_FLAGS_SONY_NWZ_BUGS },
1588 // Olivier Keshavjee <olivierkes@users.sourceforge.net> 1370 // Olivier Keshavjee <olivierkes@users.sourceforge.net>
1589 { "Sony", 0x054c, "Sony Tablet S", 0x05b3, 1371 { "Sony", 0x054c, "Sony Tablet S", 0x05b3,
1590 DEVICE_FLAGS_ANDROID_BUGS }, 1372 DEVICE_FLAGS_ANDROID_BUGS },
1591 // Reported by ghalambaz <ghalambaz@users.sourceforge.net> 1373 // Reported by ghalambaz <ghalambaz@users.sourceforge.net>
1592 { "Sony", 0x054c, "Sony Tablet S1", 0x05b4, 1374 { "Sony", 0x054c, "Sony Tablet S1", 0x05b4,
1593 DEVICE_FLAGS_ANDROID_BUGS }, 1375 DEVICE_FLAGS_ANDROID_BUGS },
1594 { "Sony", 0x054c, "NWZ-B173F", 0x0689, 1376 // Reported by Anonymous SourceForge user
1595 DEVICE_FLAGS_SONY_NWZ_BUGS },
1596 /* https://sourceforge.net/p/libmtp/bugs/1540/ */
1597 { "Sony", 0x054c, "NWZ-E474", 0x06a9,
1598 DEVICE_FLAGS_SONY_NWZ_BUGS },
1599 { "Sony", 0x054c, "DCR-SR75", 0x1294, 1377 { "Sony", 0x054c, "DCR-SR75", 0x1294,
1600 DEVICE_FLAGS_SONY_NWZ_BUGS }, 1378 DEVICE_FLAGS_SONY_NWZ_BUGS },
1601 1379
1602 /* 1380 /*
1603 * SonyEricsson 1381 * SonyEricsson
1604 * These initially seemed to support GetObjPropList but later revisions 1382 * These initially seemed to support GetObjPropList but later revisions
1605 * of the firmware seem to have broken it, so all are flagged as broken 1383 * of the firmware seem to have broken it, so all are flagged as broken
1606 * for now. 1384 * for now.
1607 */ 1385 */
1608 // Reported by Øyvind Stegard <stegaro@users.sourceforge.net> 1386 // Reported by Øyvind Stegard <stegaro@users.sourceforge.net>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1678 * UMS = USB Mass Storage Protocol 1456 * UMS = USB Mass Storage Protocol
1679 * ADB = Android Debug Bridge Protocol 1457 * ADB = Android Debug Bridge Protocol
1680 * CDC = Communications Device Class, Internet Sharing 1458 * CDC = Communications Device Class, Internet Sharing
1681 * 1459 *
1682 * 0x0nnn = MTP 1460 * 0x0nnn = MTP
1683 * 0x4nnn = MTP + UMS (for CD-ROM) 1461 * 0x4nnn = MTP + UMS (for CD-ROM)
1684 * 0x5nnn = MTP + ADB 1462 * 0x5nnn = MTP + ADB
1685 * 0x6nnn = UMS + ADB 1463 * 0x6nnn = UMS + ADB
1686 * 0x7nnn = MTP + CDC 1464 * 0x7nnn = MTP + CDC
1687 * 0x8nnn = MTP + CDC + ADB 1465 * 0x8nnn = MTP + CDC + ADB
1688 * 0xannn = MTP + UMS (MTP for eMMC and UMS for external SD card) 1466 * 0xannn = MTP + UMS + ?
1689 * 0xbnnn = MTP + UMS + ADB
1690 * 0xennn = UMS only 1467 * 0xennn = UMS only
1691 * 1468 *
1692 * The SonyEricsson and SONY devices have (at least) two deployed MTP 1469 * The SonyEricsson and SONY devices have (at least)two deployed MTP
1693 * stacks: Aricent and Android. These have different bug flags, and 1470 * stacks: Aricent and Android. These have different bug flags, and
1694 * sometimes the same device has firmware upgrades moving it from 1471 * sometimes the same device has firmware upgrades moving it from
1695 * the Aricent to Android MTP stack without changing the device 1472 * the Aricent to Android MTP stack without changing the device
1696 * VID+PID (first observed on the SK17i Xperia Mini Pro), so the 1473 * VID+PID (first observed on the SK17i Xperia Mini Pro), so the
1697 * detection has to be more elaborate. The code in libmtp.c will do 1474 * detection has to be more elaborate. The code in libmtp.c will do
1698 * this and assign the proper bug flags (hopefully). 1475 * this and assign the proper bug flags (hopefully).
1699 * That is why DEVICE_FLAG_NONE is used for these devices. 1476 * That is why DEVICE_FLAG_NONE is used for these devices.
1700 * 1477 *
1701 * Devices reported by: 1478 * Devices reported by:
1702 * Sony Mobile Communications (via Toby Collett)
1703 * Jonas Salling 1479 * Jonas Salling
1704 * Eamonn Webster <eweb@users.sourceforge.net> 1480 * Eamonn Webster <eweb@users.sourceforge.net>
1705 * Alejandro DC <Alejandro_DC@users.sourceforge.ne> 1481 * Alejandro DC <Alejandro_DC@users.sourceforge.ne>
1706 * StehpanKa <stehp@users.sourceforge.net> 1482 * StehpanKa <stehp@users.sourceforge.net>
1707 * hdhoang <hdhoang@users.sourceforge.net> 1483 * hdhoang <hdhoang@users.sourceforge.net>
1708 * Paul Taylor 1484 * Paul Taylor
1709 * Bruno Basilio <bbasilio@users.sourceforge.net> 1485 * Bruno Basilio <bbasilio@users.sourceforge.net>
1710 * Christoffer Holmstedt <christofferh@users.sourceforge.net> 1486 * Christoffer Holmstedt <christofferh@users.sourceforge.net>
1711 * equaeghe <equaeghe@users.sourceforge.net> 1487 * equaeghe <equaeghe@users.sourceforge.net>
1712 * Ondra Lengal 1488 * Ondra Lengal
1713 * Michael K. <kmike@users.sourceforge.net> 1489 * Michael K. <kmike@users.sourceforge.net>
1714 * Jean-François B. <changi67@users.sourceforge.net> 1490 * Jean-François B. <changi67@users.sourceforge.net>
1715 * Eduard Bloch <blade@debian.org> 1491 * Eduard Bloch <blade@debian.org>
1716 * Ah Hong <hongster@users.sourceforge.net> 1492 * Ah Hong <hongster@users.sourceforge.net>
1717 * Eowyn Carter
1718 */ 1493 */
1719 { "SonyEricsson", 0x0fce, "c1605 Xperia Dual E MTP", 0x0146, 1494 { "SonyEricsson", 0x0fce, "LT15i (Xperia arc S)", 0x014f,
1720 DEVICE_FLAG_NONE }, 1495 DEVICE_FLAG_NONE },
1721 { "SonyEricsson", 0x0fce, "LT15i Xperia arc S MTP", 0x014f, 1496 { "SonyEricsson", 0x0fce, "MT11i Xperia Neo", 0x0156,
1722 DEVICE_FLAG_NONE }, 1497 DEVICE_FLAG_NONE },
1723 { "SonyEricsson", 0x0fce, "MT11i Xperia Neo MTP", 0x0156, 1498 { "SonyEricsson", 0x0fce, "MK16i Xperia", 0x015a,
1724 DEVICE_FLAG_NONE }, 1499 DEVICE_FLAG_NONE },
1725 { "SonyEricsson", 0x0fce, "IS12S Xperia Acro MTP", 0x0157, 1500 { "SonyEricsson", 0x0fce, "ST18a Xperia Ray", 0x0161,
1726 DEVICE_FLAG_NONE }, 1501 DEVICE_FLAG_NONE },
1727 { "SonyEricsson", 0x0fce, "MK16i Xperia MTP", 0x015a, 1502 { "SonyEricsson", 0x0fce, "SK17i Xperia Mini Pro", 0x0166,
1728 DEVICE_FLAG_NONE }, 1503 DEVICE_FLAG_NONE },
1729 { "SonyEricsson", 0x0fce, "R800/R88i Xperia Play MTP", 0x015d, 1504 { "SonyEricsson", 0x0fce, "ST15i Xperia Mini", 0x0167,
1730 DEVICE_FLAG_NONE }, 1505 DEVICE_FLAG_NONE },
1731 { "SonyEricsson", 0x0fce, "ST18a Xperia Ray MTP", 0x0161, 1506 { "SonyEricsson", 0x0fce, "ST17i Xperia Active", 0x0168,
1732 DEVICE_FLAG_NONE }, 1507 DEVICE_FLAG_NONE },
1733 { "SonyEricsson", 0x0fce, "SK17i Xperia Mini Pro MTP", 0x0166, 1508 { "SONY", 0x0fce, "LT26i Xperia S", 0x0169,
1509 DEVICE_FLAG_NO_ZERO_READS },
1510 { "SONY", 0x0fce, "WT19i Live Walkman", 0x016d,
1734 DEVICE_FLAG_NONE }, 1511 DEVICE_FLAG_NONE },
1735 { "SonyEricsson", 0x0fce, "ST15i Xperia Mini MTP", 0x0167, 1512 { "SONY", 0x0fce, "ST21i Xperia Tipo", 0x0170,
1736 DEVICE_FLAG_NONE }, 1513 DEVICE_FLAG_NONE },
1737 { "SonyEricsson", 0x0fce, "ST17i Xperia Active MTP", 0x0168, 1514 { "SONY", 0x0fce, "ST15i Xperia U", 0x0171,
1738 DEVICE_FLAG_NONE }, 1515 DEVICE_FLAG_NONE },
1739 { "SONY", 0x0fce, "LT26i Xperia S MTP", 0x0169, 1516 { "SONY", 0x0fce, "LT22i Xperia P", 0x0172,
1740 DEVICE_FLAG_NO_ZERO_READS },
1741 { "SONY", 0x0fce, "WT19i Live Walkman MTP", 0x016d,
1742 DEVICE_FLAG_NONE }, 1517 DEVICE_FLAG_NONE },
1743 { "SONY", 0x0fce, "ST21i Xperia Tipo MTP", 0x0170, 1518 { "SONY", 0x0fce, "LT26w Xperia Acro S", 0x0176,
1744 DEVICE_FLAG_NONE }, 1519 DEVICE_FLAG_NONE },
1745 { "SONY", 0x0fce, "ST15i Xperia U MTP", 0x0171,
1746 DEVICE_FLAG_NONE },
1747 { "SONY", 0x0fce, "LT22i Xperia P MTP", 0x0172,
1748 DEVICE_FLAG_NONE },
1749 { "SONY", 0x0fce, "MT27i Xperia Sola MTP", 0x0173,
1750 DEVICE_FLAG_NONE },
1751 { "SONY", 0x0fce, "LT26w Xperia Acro HD IS12S MTP", 0x0175,
1752 DEVICE_FLAG_NONE },
1753 { "SONY", 0x0fce, "LT26w Xperia Acro HD SO-03D MTP", 0x0176,
1754 DEVICE_FLAG_NONE },
1755 { "SONY", 0x0fce, "LT28at Xperia Ion MTP", 0x0177,
1756 DEVICE_FLAG_NONE },
1757 { "SONY", 0x0fce, "LT29i Xperia GX MTP", 0x0178,
1758 DEVICE_FLAG_NONE },
1759 { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP", 0x017e,
1760 DEVICE_FLAG_NONE },
1761 { "SONY", 0x0fce, "ST23i Xperia Miro MTP", 0x0180,
1762 DEVICE_FLAG_NONE },
1763 { "SONY", 0x0fce, "SO-05D Xperia SX MTP", 0x0181,
1764 DEVICE_FLAG_NONE },
1765 { "SONY", 0x0fce, "LT30p Xperia T MTP", 0x0182,
1766 DEVICE_FLAG_NONE },
1767 { "SONY", 0x0fce, "LT25i Xperia V MTP", 0x0186,
1768 DEVICE_FLAG_NONE },
1769 { "SONY", 0x0fce, "Xperia J MTP", 0x0188,
1770 DEVICE_FLAG_NONE },
1771 { "SONY", 0x0fce, "Xperia ZL MTP", 0x0189,
1772 DEVICE_FLAG_NONE },
1773 { "SONY", 0x0fce, "Xperia E MTP", 0x018c,
1774 DEVICE_FLAG_NONE },
1775 { "SONY", 0x0fce, "Xperia Tablet Z MTP 1", 0x018d,
1776 DEVICE_FLAG_NONE },
1777 { "SONY", 0x0fce, "Xperia L MTP", 0x0192,
1778 DEVICE_FLAG_NONE },
1779 { "SONY", 0x0fce, "Xperia Z MTP", 0x0193,
1780 DEVICE_FLAG_NONE },
1781 { "SONY", 0x0fce, "Xperia Tablet Z MTP 2", 0x0194,
1782 DEVICE_FLAG_NONE },
1783 { "SONY", 0x0fce, "Xperia SP MTP", 0x0195,
1784 DEVICE_FLAG_NONE },
1785 { "SONY", 0x0fce, "Xperia Z Ultra MTP (ID2)", 0x0196,
1786 DEVICE_FLAGS_ANDROID_BUGS },
1787 { "SONY", 0x0fce, "Xperia ZR MTP", 0x0197,
1788 DEVICE_FLAGS_ANDROID_BUGS },
1789 { "SONY", 0x0fce, "Xperia A MTP", 0x0198,
1790 DEVICE_FLAGS_ANDROID_BUGS },
1791 { "SONY", 0x0fce, "Xperia M MTP", 0x019b,
1792 DEVICE_FLAG_NONE },
1793 { "SONY", 0x0fce, "Xperia Z Ultra MTP (ID3)", 0x019c,
1794 DEVICE_FLAG_NONE },
1795 { "SONY", 0x0fce, "Xperia Z1 MTP", 0x019e,
1796 DEVICE_FLAG_NONE },
1797 { "SONY", 0x0fce, "Xperia C MTP", 0x01a3,
1798 DEVICE_FLAG_NONE },
1799 { "SONY", 0x0fce, "Xperia Z1 Compact D5503", 0x01a7,
1800 DEVICE_FLAG_NONE },
1801 { "SONY", 0x0fce, "Xperia M2 MTP", 0x01aa,
1802 DEVICE_FLAG_NONE },
1803 { "SONY", 0x0fce, "Xperia M2 Dual MTP", 0x01ab,
1804 DEVICE_FLAG_NONE },
1805 { "SONY", 0x0fce, "Xperia Z2 MTP", 0x01af,
1806 DEVICE_FLAG_NONE },
1807 { "SONY", 0x0fce, "Xperia Z3v MTP", 0x01b0,
1808 DEVICE_FLAGS_ANDROID_BUGS },
1809 { "SONY", 0x0fce, "Xperia Z2 Tablet MTP", 0x01b1,
1810 DEVICE_FLAGS_ANDROID_BUGS },
1811 { "SONY", 0x0fce, "Xperia E1 MTP", 0x01b5,
1812 DEVICE_FLAGS_ANDROID_BUGS },
1813 { "SONY", 0x0fce, "Xperia Z Ultra MTP", 0x01b6,
1814 DEVICE_FLAGS_ANDROID_BUGS },
1815 { "SONY", 0x0fce, "Xperia M2 Aqua MTP", 0x01b8,
1816 DEVICE_FLAGS_ANDROID_BUGS },
1817 { "SONY", 0x0fce, "Xperia Z3 MTP", 0x01ba,
1818 DEVICE_FLAG_NONE },
1819 { "SONY", 0x0fce, "Xperia Z3 Compact MTP", 0x01bb,
1820 DEVICE_FLAG_NONE },
1821 { "SONY", 0x0fce, "Xperia E3 MTP", 0x01bc,
1822 DEVICE_FLAG_NONE },
1823 { "SONY", 0x0fce, "Xperia Z3 Tablet MTP", 0x01c0,
1824 DEVICE_FLAG_NONE },
1825 { "SONY", 0x0fce, "XPeria M4 Aqua Dual MTP", 0x01c4,
1826 DEVICE_FLAG_NONE },
1827 { "SONY", 0x0fce, "E2115 MTP", 0x01c5,
1828 DEVICE_FLAG_NONE },
1829 { "SONY", 0x0fce, "XPeria Z3+ MTP", 0x01c9,
1830 DEVICE_FLAG_NONE },
1831 { "SONY", 0x0fce, "XPeria E4g MTP", 0x01cb,
1832 DEVICE_FLAG_NONE },
1833 { "SONY", 0x0fce, "C4 Dual MTP", 0x01d2,
1834 DEVICE_FLAG_NONE },
1835 { "SONY", 0x0fce, "XPeria M5 MTP", 0x01d6,
1836 DEVICE_FLAG_NONE },
1837 { "SONY", 0x0fce, "XPeria Z5 MTP", 0x01d9,
1838 DEVICE_FLAG_NONE },
1839 { "SONY", 0x0fce, "XPeria Z5 Compact MTP", 0x01da,
1840 DEVICE_FLAG_NONE },
1841
1842 1520
1843 /* 1521 /*
1844 * MTP+UMS personalities of MTP devices (see above) 1522 * MTP+UMS personalities of MTP devices (see above)
1845 */ 1523 */
1846 { "SonyEricsson", 0x0fce, "IS12S Xperia Acro MTP+CDROM", 0x4157, 1524 { "SonyEricsson", 0x0fce, "ST17i Xperia Active (MTP+UMS mode)", 0x4168,
1847 DEVICE_FLAG_NONE }, 1525 DEVICE_FLAG_NONE },
1848 { "SonyEricsson", 0x0fce, "ST17i Xperia Active MTP+CDROM", 0x4168, 1526 { "SONY", 0x0fce, "LT26i Xperia S (MTP+UMS mode)", 0x4169,
1527 DEVICE_FLAG_NO_ZERO_READS },
1528 { "SONY", 0x0fce, "ST21i Xperia Tipo (MTP+UMS mode)", 0x4170,
1849 DEVICE_FLAG_NONE }, 1529 DEVICE_FLAG_NONE },
1850 { "SONY", 0x0fce, "LT26i Xperia S MTP+CDROM", 0x4169, 1530 { "SONY", 0x0fce, "ST25i Xperia U (MTP+UMS mode)", 0x4171,
1851 DEVICE_FLAG_NO_ZERO_READS },
1852 { "SONY", 0x0fce, "ST21i Xperia Tipo MTP+CDROM", 0x4170,
1853 DEVICE_FLAG_NONE }, 1531 DEVICE_FLAG_NONE },
1854 { "SONY", 0x0fce, "ST25i Xperia U MTP+CDROM", 0x4171, 1532 { "SONY", 0x0fce, "LT22i Xperia P (MTP+UMS mode)", 0x4172,
1855 DEVICE_FLAG_NONE }, 1533 DEVICE_FLAG_NONE },
1856 { "SONY", 0x0fce, "LT22i Xperia P MTP+CDROM", 0x4172, 1534 { "SONY", 0x0fce, "LT26w Xperia Acro S (MTP+UMS mode)", 0x4176,
1857 DEVICE_FLAG_NONE },
1858 { "SONY", 0x0fce, "MT27i Xperia Sola MTP+CDROM", 0x4173,
1859 DEVICE_FLAG_NONE },
1860 { "SONY", 0x0fce, "LT26w Xperia Acro HD IS12S MTP+CDROM", 0x4175,
1861 DEVICE_FLAG_NONE },
1862 { "SONY", 0x0fce, "LT26w Xperia Acro HD SO-03D MTP+CDROM", 0x4176,
1863 DEVICE_FLAG_NONE },
1864 { "SONY", 0x0fce, "LT28at Xperia Ion MTP+CDROM", 0x4177,
1865 DEVICE_FLAG_NONE },
1866 { "SONY", 0x0fce, "LT29i Xperia GX MTP+CDROM", 0x4178,
1867 DEVICE_FLAG_NONE },
1868 { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP+CDROM", 0x417e,
1869 DEVICE_FLAG_NONE },
1870 { "SONY", 0x0fce, "ST23i Xperia Miro MTP+CDROM", 0x4180,
1871 DEVICE_FLAG_NONE },
1872 { "SONY", 0x0fce, "SO-05D Xperia SX MTP+CDROM", 0x4181,
1873 DEVICE_FLAG_NONE },
1874 { "SONY", 0x0fce, "LT30p Xperia T MTP+CDROM", 0x4182,
1875 DEVICE_FLAG_NONE },
1876 { "SONY", 0x0fce, "LT25i Xperia V MTP+CDROM", 0x4186,
1877 DEVICE_FLAG_NONE },
1878 { "SONY", 0x0fce, "Xperia J MTP+CDROM", 0x4188,
1879 DEVICE_FLAG_NONE },
1880 { "SONY", 0x0fce, "Xperia ZL MTP+CDROM", 0x4189,
1881 DEVICE_FLAG_NONE },
1882 { "SONY", 0x0fce, "Xperia E MTP+CDROM", 0x418c,
1883 DEVICE_FLAG_NONE },
1884 { "SONY", 0x0fce, "Xperia Tablet Z MTP+CDROM 1", 0x418d,
1885 DEVICE_FLAG_NONE },
1886 { "SONY", 0x0fce, "Xperia L MTP+CDROM", 0x4192,
1887 DEVICE_FLAG_NONE },
1888 { "SONY", 0x0fce, "Xperia Z MTP+CDROM", 0x4193,
1889 DEVICE_FLAG_NONE },
1890 { "SONY", 0x0fce, "Xperia Tablet Z MTP+CDROM 2", 0x4194,
1891 DEVICE_FLAG_NONE },
1892 { "SONY", 0x0fce, "Xperia SP MTP+CDROM", 0x4195,
1893 DEVICE_FLAG_NONE },
1894 { "SONY", 0x0fce, "Xperia M MTP+CDROM", 0x419b,
1895 DEVICE_FLAG_NONE },
1896 { "SONY", 0x0fce, "Xperia Z Ultra MTP+CDROM (ID3)", 0x419c,
1897 DEVICE_FLAG_NONE },
1898 { "SONY", 0x0fce, "Xperia Z1 MTP+CDROM", 0x419e,
1899 DEVICE_FLAG_NONE },
1900 { "SONY", 0x0fce, "Xperia C MTP+CDROM", 0x41a3,
1901 DEVICE_FLAG_NONE },
1902 { "SONY", 0x0fce, "Xperia Z1 Compact D5503 MTP+CDROM", 0x41a7,
1903 DEVICE_FLAG_NONE },
1904 { "SONY", 0x0fce, "Xperia M2 MTP+CDROM", 0x41aa,
1905 DEVICE_FLAG_NONE },
1906 { "SONY", 0x0fce, "Xperia M2 Dual MTP+CDROM", 0x41ab,
1907 DEVICE_FLAG_NONE },
1908 { "SONY", 0x0fce, "Xperia Z2 MTP+CDROM", 0x41af,
1909 DEVICE_FLAG_NONE },
1910 { "SONY", 0x0fce, "Xperia Z3v MTP+CDROM", 0x41b0,
1911 DEVICE_FLAGS_ANDROID_BUGS },
1912 { "SONY", 0x0fce, "Xperia Z2 Tablet MTP+CDROM", 0x41b1,
1913 DEVICE_FLAGS_ANDROID_BUGS },
1914 { "SONY", 0x0fce, "Xperia E1 MTP+CDROM", 0x41b5,
1915 DEVICE_FLAGS_ANDROID_BUGS },
1916 { "SONY", 0x0fce, "Xperia Z Ultra MTP+CDROM", 0x41b6,
1917 DEVICE_FLAGS_ANDROID_BUGS },
1918 { "SONY", 0x0fce, "Xperia M2 Aqua MTP+CDROM", 0x41b8,
1919 DEVICE_FLAGS_ANDROID_BUGS },
1920 { "SONY", 0x0fce, "Xperia Z3 MTP+CDROM", 0x41ba,
1921 DEVICE_FLAG_NONE },
1922 { "SONY", 0x0fce, "Xperia Z3 Compact MTP+CDROM", 0x41bb,
1923 DEVICE_FLAG_NONE },
1924 { "SONY", 0x0fce, "Xperia E3 MTP+CDROM", 0x41bc,
1925 DEVICE_FLAG_NONE },
1926 { "SONY", 0x0fce, "Xperia Z3 Tablet MTP+CDROM", 0x41c0,
1927 DEVICE_FLAG_NONE },
1928 { "SONY", 0x0fce, "XPeria M4 Aqua Dual MTP+CDROM", 0x41c4,
1929 DEVICE_FLAG_NONE },
1930 { "SONY", 0x0fce, "E2115 MTP+CDROM", 0x41c5,
1931 DEVICE_FLAG_NONE },
1932 { "SONY", 0x0fce, "XPeria Z3+ MTP+CDROM", 0x41c9,
1933 DEVICE_FLAG_NONE },
1934 { "SONY", 0x0fce, "XPeria E4g MTP+CDROM", 0x41cb,
1935 DEVICE_FLAG_NONE },
1936 { "SONY", 0x0fce, "C4 Dual MTP+CDROM", 0x41d2,
1937 DEVICE_FLAG_NONE },
1938 { "SONY", 0x0fce, "XPeria M5 MTP+CDROM", 0x41d6,
1939 DEVICE_FLAG_NONE },
1940 { "SONY", 0x0fce, "XPeria Z5 MTP+CDROM", 0x41d9,
1941 DEVICE_FLAG_NONE },
1942 { "SONY", 0x0fce, "XPeria Z5 Compact MTP+CDROM", 0x41da,
1943 DEVICE_FLAG_NONE }, 1535 DEVICE_FLAG_NONE },
1944 1536
1945 /* 1537 /*
1946 * MTP+ADB personalities of MTP devices (see above) 1538 * MTP+ADB personalities of MTP devices (see above)
1947 */ 1539 */
1948 { "SonyEricsson", 0x0fce, "c1605 Xperia Dual E MTP+ADB", 0x5146, 1540 { "SonyEricsson", 0x0fce, "LT15i Xperia Arc (MTP+ADB mode)", 0x514f,
1949 DEVICE_FLAG_NONE }, 1541 DEVICE_FLAG_NONE },
1950 { "SonyEricsson", 0x0fce, "LT15i Xperia Arc MTP+ADB", 0x514f, 1542 { "SonyEricsson", 0x0fce, "MT11i Xperia Neo (MTP+ADB mode)", 0x5156,
1951 DEVICE_FLAG_NONE }, 1543 DEVICE_FLAG_NONE },
1952 { "SonyEricsson", 0x0fce, "MT11i Xperia Neo MTP+ADB", 0x5156, 1544 { "SonyEricsson", 0x0fce, "ST17i Xperia Active (MTP+ADB mode)", 0x5168,
1953 DEVICE_FLAG_NONE }, 1545 DEVICE_FLAG_NONE },
1954 { "SonyEricsson", 0x0fce, "IS12S Xperia Acro MTP+ADB", 0x5157, 1546 { "SONY", 0x0fce, "LT26i Xperia S (MTP+ADB mode)", 0x5169,
1547 DEVICE_FLAG_NO_ZERO_READS },
1548 { "SonyEricsson", 0x0fce, "MK16i Xperia (MTP+ADB mode)", 0x515a,
1955 DEVICE_FLAG_NONE }, 1549 DEVICE_FLAG_NONE },
1956 { "SonyEricsson", 0x0fce, "MK16i Xperia MTP+ADB", 0x515a, 1550 { "SonyEricsson", 0x0fce, "ST18i Xperia Ray (MTP+ADB mode)", 0x5161,
1957 DEVICE_FLAG_NONE }, 1551 DEVICE_FLAG_NONE },
1958 { "SonyEricsson", 0x0fce, "R800/R88i Xperia Play MTP+ADB", 0x515d, 1552 { "SonyEricsson", 0x0fce, "SK17i Xperia Mini Pro (MTP+ADB mode)", 0x5166,
1959 DEVICE_FLAG_NONE }, 1553 DEVICE_FLAG_NONE },
1960 { "SonyEricsson", 0x0fce, "ST18i Xperia Ray MTP+ADB", 0x5161, 1554 { "SonyEricsson", 0x0fce, "ST15i Xperia Mini (MTP+ADB mode)", 0x5167,
1961 DEVICE_FLAG_NONE }, 1555 DEVICE_FLAG_NONE },
1962 { "SonyEricsson", 0x0fce, "SK17i Xperia Mini Pro MTP+ADB", 0x5166, 1556 { "SonyEricsson", 0x0fce, "SK17i Xperia Mini Pro (MTP+ADB mode)", 0x516d,
1963 DEVICE_FLAG_NONE }, 1557 DEVICE_FLAG_NONE },
1964 { "SonyEricsson", 0x0fce, "ST15i Xperia Mini MTP+ADB", 0x5167, 1558 { "SONY", 0x0fce, "ST21i Xperia Tipo (MTP+ADB mode)", 0x5170,
1965 DEVICE_FLAG_NONE }, 1559 DEVICE_FLAG_NONE },
1966 { "SonyEricsson", 0x0fce, "ST17i Xperia Active MTP+ADB", 0x5168, 1560 { "SONY", 0x0fce, "ST25i Xperia U (MTP+ADB mode)", 0x5171,
1967 DEVICE_FLAG_NONE }, 1561 DEVICE_FLAG_NONE },
1968 { "SONY", 0x0fce, "LT26i Xperia S MTP+ADB", 0x5169, 1562 { "SONY", 0x0fce, "LT22i Xperia P (MTP+ADB mode)", 0x5172,
1969 DEVICE_FLAG_NO_ZERO_READS },
1970 { "SonyEricsson", 0x0fce, "WT19i Live Walkman MTP+ADB", 0x516d,
1971 DEVICE_FLAG_NONE }, 1563 DEVICE_FLAG_NONE },
1972 { "SONY", 0x0fce, "ST21i Xperia Tipo MTP+ADB", 0x5170, 1564 { "SONY", 0x0fce, "LT26w Xperia Acro S (MTP+ADB mode)", 0x5176,
1973 DEVICE_FLAG_NONE },
1974 { "SONY", 0x0fce, "ST25i Xperia U MTP+ADB", 0x5171,
1975 DEVICE_FLAG_NONE },
1976 { "SONY", 0x0fce, "LT22i Xperia P MTP+ADB", 0x5172,
1977 DEVICE_FLAG_NONE },
1978 { "SONY", 0x0fce, "MT27i Xperia Sola MTP+ADB", 0x5173,
1979 DEVICE_FLAG_NONE },
1980 { "SONY", 0x0fce, "IS12S Xperia Acro HD MTP+ADB", 0x5175,
1981 DEVICE_FLAG_NONE },
1982 { "SONY", 0x0fce, "SO-03D Xperia Acro HD MTP+ADB", 0x5176,
1983 DEVICE_FLAG_NONE },
1984 { "SONY", 0x0fce, "LT28at Xperia Ion MTP+ADB", 0x5177,
1985 DEVICE_FLAG_NONE },
1986 { "SONY", 0x0fce, "LT29i Xperia GX MTP+ADB", 0x5178,
1987 DEVICE_FLAG_NONE },
1988 { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP+ADB", 0x517e,
1989 DEVICE_FLAG_NONE },
1990 { "SONY", 0x0fce, "ST23i Xperia Miro MTP+ADB", 0x5180,
1991 DEVICE_FLAG_NONE },
1992 { "SONY", 0x0fce, "SO-05D Xperia SX MTP+ADB", 0x5181,
1993 DEVICE_FLAG_NONE },
1994 { "SONY", 0x0fce, "LT30p Xperia T MTP+ADB", 0x5182,
1995 DEVICE_FLAG_NONE },
1996 { "SONY", 0x0fce, "LT25i Xperia V MTP+ADB", 0x5186,
1997 DEVICE_FLAG_NONE },
1998 { "SONY", 0x0fce, "Xperia J MTP+ADB", 0x5188,
1999 DEVICE_FLAG_NONE },
2000 { "SONY", 0x0fce, "Xperia ZL MTP+ADB", 0x5189,
2001 DEVICE_FLAG_NONE },
2002 { "SONY", 0x0fce, "Xperia E MTP+ADB", 0x518c,
2003 DEVICE_FLAG_NONE },
2004 { "SONY", 0x0fce, "Xperia Tablet Z MTP+ADB 1", 0x518d,
2005 DEVICE_FLAG_NONE },
2006 { "SONY", 0x0fce, "Xperia L MTP+ADB", 0x5192,
2007 DEVICE_FLAG_NONE },
2008 { "SONY", 0x0fce, "Xperia Z MTP+ADB", 0x5193,
2009 DEVICE_FLAG_NONE },
2010 { "SONY", 0x0fce, "Xperia Tablet Z MTP+ADB 2", 0x5194,
2011 DEVICE_FLAG_NONE },
2012 { "SONY", 0x0fce, "Xperia SP MTP+ADB", 0x5195,
2013 DEVICE_FLAG_NONE },
2014 { "SONY", 0x0fce, "Xperia Z Ultra MTP+ADB (ID2)", 0x5196,
2015 DEVICE_FLAG_NONE },
2016 { "SONY", 0x0fce, "Xperia ZR MTP+ADB", 0x5197,
2017 DEVICE_FLAGS_ANDROID_BUGS },
2018 { "SONY", 0x0fce, "Xperia A MTP+ADB", 0x5198,
2019 DEVICE_FLAGS_ANDROID_BUGS },
2020 { "SONY", 0x0fce, "Xperia M MTP+ADB", 0x519b,
2021 DEVICE_FLAG_NONE },
2022 { "SONY", 0x0fce, "Xperia Z Ultra MTP+ADB (ID3)", 0x519c,
2023 DEVICE_FLAG_NONE },
2024 { "SONY", 0x0fce, "Xperia Z1 MTP+ADB", 0x519e,
2025 DEVICE_FLAG_NONE },
2026 { "SONY", 0x0fce, "Xperia C MTP+ADB", 0x51a3,
2027 DEVICE_FLAG_NONE },
2028 { "SONY", 0x0fce, "Xperia Z1 Compact MTP+ADB", 0x51a7,
2029 DEVICE_FLAG_NONE },
2030 { "SONY", 0x0fce, "Xperia M2 MTP+ADB", 0x51aa,
2031 DEVICE_FLAG_NONE },
2032 { "SONY", 0x0fce, "Xperia M2 Dual MTP+ADB", 0x51ab,
2033 DEVICE_FLAG_NONE },
2034 { "SONY", 0x0fce, "Xperia Z2 MTP+ADB", 0x51af,
2035 DEVICE_FLAG_NONE },
2036 { "SONY", 0x0fce, "Xperia Z3v MTP+ADB", 0x51b0,
2037 DEVICE_FLAGS_ANDROID_BUGS },
2038 { "SONY", 0x0fce, "Xperia Z2 Tablet MTP+ADB", 0x51b1,
2039 DEVICE_FLAGS_ANDROID_BUGS },
2040 { "SONY", 0x0fce, "Xperia E1 MTP+ADB", 0x51b5,
2041 DEVICE_FLAGS_ANDROID_BUGS },
2042 { "SONY", 0x0fce, "Xperia Z Ultra MTP+ADB", 0x51b6,
2043 DEVICE_FLAG_NONE },
2044 { "SONY", 0x0fce, "Xperia M2 Aqua MTP+ADB", 0x51b8,
2045 DEVICE_FLAGS_ANDROID_BUGS },
2046 { "SONY", 0x0fce, "Xperia Z3 MTP+ADB", 0x51ba,
2047 DEVICE_FLAG_NONE },
2048 { "SONY", 0x0fce, "Xperia Z3 Compact MTP+ADB", 0x51bb,
2049 DEVICE_FLAG_NONE },
2050 { "SONY", 0x0fce, "Xperia E3 MTP+ADB", 0x51bc,
2051 DEVICE_FLAG_NONE },
2052 { "SONY", 0x0fce, "Xperia Z3 Tablet MTP+ADB", 0x41c0,
2053 DEVICE_FLAG_NONE },
2054 { "SONY", 0x0fce, "XPeria M4 Aqua Dual MTP+ADB", 0x51c4,
2055 DEVICE_FLAG_NONE },
2056 { "SONY", 0x0fce, "E2115 MTP+ADB", 0x51c5,
2057 DEVICE_FLAG_NONE },
2058 { "SONY", 0x0fce, "XPeria Z3+ MTP+ADB", 0x51c9,
2059 DEVICE_FLAG_NONE },
2060 { "SONY", 0x0fce, "XPeria E4g MTP+ADB", 0x51cb,
2061 DEVICE_FLAG_NONE },
2062 { "SONY", 0x0fce, "C4 Dual MTP+ADB", 0x51d2,
2063 DEVICE_FLAG_NONE },
2064 { "SONY", 0x0fce, "XPeria M5 MTP+ADB", 0x51d6,
2065 DEVICE_FLAG_NONE },
2066 { "SONY", 0x0fce, "XPeria Z5 MTP+ADB", 0x51d9,
2067 DEVICE_FLAG_NONE },
2068 { "SONY", 0x0fce, "XPeria Z5 Compact MTP+ADB", 0x51da,
2069 DEVICE_FLAG_NONE }, 1565 DEVICE_FLAG_NONE },
2070 1566
2071 /* 1567 /*
2072 * MTP+UMS modes 1568 * MTP+UMS+? modes
2073 * This mode is for using MTP on the internal storage (eMMC) 1569 * No reports on other personalities on these devices.
2074 * and using UMS (Mass Storage Device Class) on the external
2075 * SD card
2076 */ 1570 */
2077 { "SONY", 0x0fce, "MT27i Xperia Sola MTP+UMS", 0xa173, 1571 { "SONY", 0x0fce, "MT27i Xperia Sola (MTP+UMS+? mode)", 0xa173,
2078 DEVICE_FLAG_NONE }, 1572 DEVICE_FLAG_NONE },
2079 { "SONY", 0x0fce, "IS12S Xperia Acro HD MTP+UMS", 0xa175, 1573 { "SONY", 0x0fce, "ST27i Xperia Go (MTP+UMS+? mode)", 0xa17e,
2080 DEVICE_FLAG_NONE }, 1574 DEVICE_FLAG_NONE },
2081 { "SONY", 0x0fce, "SO-03D Xperia Acro HD MTP+UMS", 0xa176,
2082 DEVICE_FLAG_NONE },
2083 { "SONY", 0x0fce, "LT28at Xperia Ion MTP+UMS", 0xa177,
2084 DEVICE_FLAG_NONE },
2085 { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP+UMS", 0xa17e,
2086 DEVICE_FLAG_NONE },
2087
2088 /*
2089 * MTP+UMS+ADB modes
2090 * Like the above, but also ADB
2091 */
2092 { "SONY", 0x0fce, "MT27i Xperia Sola MTP+UMS+ADB", 0xb173,
2093 DEVICE_FLAG_NONE },
2094 { "SONY", 0x0fce, "IS12S Xperia Acro MTP+UMS+ADB", 0xb175,
2095 DEVICE_FLAG_NONE },
2096 { "SONY", 0x0fce, "SO-03D Xperia Acro MTP+UMS+ADB", 0xb176,
2097 DEVICE_FLAG_NONE },
2098 { "SONY", 0x0fce, "LT28at Xperia Ion MTP+UMS+ADB", 0xb177,
2099 DEVICE_FLAG_NONE },
2100 { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP+UMS+ADB", 0xb17e,
2101 DEVICE_FLAG_NONE },
2102
2103 1575
2104 /* 1576 /*
2105 * Motorola 1577 * Motorola
2106 * Assume DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST on all of these. 1578 * Assume DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST on all of these.
2107 */ 1579 */
2108 /* https://sourceforge.net/p/libmtp/feature-requests/136/ */
2109 { "Motorola", 0x22b8, "XT1524 (MTP)", 0x002e,
2110 DEVICE_FLAGS_ANDROID_BUGS },
2111 // Reported by David Boyd <tiggrdave@users.sourceforge.net> 1580 // Reported by David Boyd <tiggrdave@users.sourceforge.net>
2112 { "Motorola", 0x22b8, "V3m/V750 verizon", 0x2a65, 1581 { "Motorola", 0x22b8, "V3m/V750 verizon", 0x2a65,
2113 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST | 1582 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST |
2114 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 1583 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
2115 { "Motorola", 0x22b8, "Atrix/Razr HD (MTP)", 0x2e32,
2116 DEVICE_FLAGS_ANDROID_BUGS },
2117 { "Motorola", 0x22b8, "Atrix/Razr HD (MTP+ADB)", 0x2e33,
2118 DEVICE_FLAGS_ANDROID_BUGS },
2119 { "Motorola", 0x22b8, "RAZR M XT907 (MTP)", 0x2e50,
2120 DEVICE_FLAGS_ANDROID_BUGS },
2121 { "Motorola", 0x22b8, "RAZR M XT907 (MTP+ADB)", 0x2e51,
2122 DEVICE_FLAGS_ANDROID_BUGS },
2123 /* https://sourceforge.net/p/libmtp/bugs/1539/ */
2124 { "Motorola", 0x22b8, "Droid Turbo 2 (XT1585)", 0x2e61,
2125 DEVICE_FLAGS_ANDROID_BUGS },
2126 { "Motorola", 0x22b8, "Moto X (XT1053)", 0x2e62,
2127 DEVICE_FLAGS_ANDROID_BUGS },
2128 { "Motorola", 0x22b8, "Moto X (XT1058)", 0x2e63,
2129 DEVICE_FLAGS_ANDROID_BUGS },
2130 /* https://sourceforge.net/p/libmtp/bugs/1323/ */
2131 { "Motorola", 0x22b8, "Moto X (XT1080)", 0x2e66,
2132 DEVICE_FLAGS_ANDROID_BUGS },
2133 { "Motorola", 0x22b8, "Droid Maxx (XT1080)", 0x2e67,
2134 DEVICE_FLAGS_ANDROID_BUGS },
2135 { "Motorola", 0x22b8, "Droid Ultra", 0x2e68,
2136 DEVICE_FLAGS_ANDROID_BUGS },
2137 { "Motorola", 0x22b8, "Moto G (ID1)", 0x2e76,
2138 DEVICE_FLAGS_ANDROID_BUGS },
2139 { "Motorola", 0x22b8, "Moto G (ID2)", 0x2e82,
2140 DEVICE_FLAGS_ANDROID_BUGS },
2141 /* https://sourceforge.net/p/libmtp/bugs/1030/, PTP Id */
2142 { "Motorola", 0x22b8, "Moto G (XT1032)", 0x2e84,
2143 DEVICE_FLAGS_ANDROID_BUGS },
2144 /* https://sourceforge.net/p/libmtp/bugs/1477/ */
2145 { "Motorola", 0x22b8, "Moto Maxx (XT1225)", 0x2ea4,
2146 DEVICE_FLAGS_ANDROID_BUGS },
2147 // Reported by Jader Rodrigues Simoes <jadersimoes@users.sourceforge.net> 1584 // Reported by Jader Rodrigues Simoes <jadersimoes@users.sourceforge.net>
2148 { "Motorola", 0x22b8, "Xoom 2 Media Edition (ID3)", 0x41cf, 1585 { "Motorola", 0x22b8, "Xoom 2 Media Edition (ID2)", 0x41cf,
2149 DEVICE_FLAGS_ANDROID_BUGS }, 1586 DEVICE_FLAGS_ANDROID_BUGS },
2150 // Reported by Steven Roemen <sdroemen@users.sourceforge.net> 1587 // Reported by Steven Roemen <sdroemen@users.sourceforge.net>
2151 { "Motorola", 0x22b8, "Droid X/MB525 (Defy)", 0x41d6, 1588 { "Motorola", 0x22b8, "Droid X/MB525 (Defy)", 0x41d6,
2152 DEVICE_FLAG_NONE }, 1589 DEVICE_FLAG_NONE },
2153 { "Motorola", 0x22b8, "DROID2 (ID1)", 0x41da, 1590 // Reported by anonymous user
2154 DEVICE_FLAG_NONE },
2155 { "Motorola", 0x22b8, "Milestone / Verizon Droid", 0x41dc, 1591 { "Motorola", 0x22b8, "Milestone / Verizon Droid", 0x41dc,
2156 DEVICE_FLAGS_ANDROID_BUGS }, 1592 DEVICE_FLAGS_ANDROID_BUGS },
2157 { "Motorola", 0x22b8, "DROID2 (ID2)", 0x42a7, 1593 // Reported by anonymous user
2158 DEVICE_FLAGS_ANDROID_BUGS }, 1594 { "Motorola", 0x22b8, "DROID2", 0x42a7,
2159 { "Motorola", 0x22b8, "Xoom 2 Media Edition (ID2)", 0x4306,
2160 DEVICE_FLAGS_ANDROID_BUGS }, 1595 DEVICE_FLAGS_ANDROID_BUGS },
2161 { "Motorola", 0x22b8, "Xoom 2 Media Edition", 0x4311, 1596 { "Motorola", 0x22b8, "Xoom 2 Media Edition", 0x4311,
2162 DEVICE_FLAGS_ANDROID_BUGS }, 1597 DEVICE_FLAGS_ANDROID_BUGS },
2163 // Reported by B,H,Kissinger <mrkissinger@users.sourceforge.net> 1598 // Reported by B,H,Kissinger <mrkissinger@users.sourceforge.net>
2164 { "Motorola", 0x22b8, "XT912/XT928", 0x4362, 1599 { "Motorola", 0x22b8, "XT912/XT928", 0x4362,
2165 DEVICE_FLAGS_ANDROID_BUGS }, 1600 DEVICE_FLAGS_ANDROID_BUGS },
2166 /* https://sourceforge.net/p/libmtp/bugs/1104/ , PTP id. */
2167 { "Motorola", 0x22b8, "DROID4 (PTP)", 0x4373,
2168 DEVICE_FLAGS_ANDROID_BUGS },
2169 // Reported by Lundgren <alundgren@users.sourceforge.net> 1601 // Reported by Lundgren <alundgren@users.sourceforge.net>
2170 { "Motorola", 0x22b8, "DROID4", 0x437f, 1602 { "Motorola", 0x22b8, "DROID4", 0x437f,
2171 DEVICE_FLAGS_ANDROID_BUGS }, 1603 DEVICE_FLAGS_ANDROID_BUGS },
2172 // Reported by Marcus Meissner to libptp2 1604 // Reported by Marcus Meissner to libptp2
2173 { "Motorola", 0x22b8, "IdeaPad K1", 0x4811, 1605 { "Motorola", 0x22b8, "IdeaPad K1", 0x4811,
2174 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 1606 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
2175 // Reported by Hans-Joachim Baader <hjb@pro-linux.de> to libptp2 1607 // Reported by Hans-Joachim Baader <hjb@pro-linux.de> to libptp2
2176 { "Motorola", 0x22b8, "A1200", 0x60ca, 1608 { "Motorola", 0x22b8, "A1200", 0x60ca,
2177 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 1609 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
2178 // http://mark.cdmaforums.com/Files/Motdmmtp.inf 1610 // http://mark.cdmaforums.com/Files/Motdmmtp.inf
2179 { "Motorola", 0x22b8, "MTP Test Command Interface", 0x6413, 1611 { "Motorola", 0x22b8, "MTP Test Command Interface", 0x6413,
2180 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 1612 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
2181 // Reported by anonymous user 1613 // Reported by anonymous user
2182 { "Motorola", 0x22b8, "RAZR2 V8/U9/Z6", 0x6415, 1614 { "Motorola", 0x22b8, "RAZR2 V8/U9/Z6", 0x6415,
2183 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 1615 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
2184 // Reported by Rodrigo Angelo Rafael
2185 // Razr D1, D3
2186 { "Motorola", 0x22b8, "Razr D1/D3/i (MTP)", 0x64b5,
2187 DEVICE_FLAGS_ANDROID_BUGS },
2188 { "Motorola", 0x22b8, "Razr D1/D3/i (MTP+?)", 0x64b6,
2189 DEVICE_FLAGS_ANDROID_BUGS },
2190 /* https://sourceforge.net/p/libmtp/bugs/697/ */
2191 { "Motorola", 0x22b8, "Atrix XT687 (MTP)", 0x64cf,
2192 DEVICE_FLAGS_ANDROID_BUGS },
2193 // Reported by Brian Dolbec <dol-sen@users.sourceforge.net>
2194 { "Motorola", 0x22b8, "Atrix MB860 (MTP)", 0x7088,
2195 DEVICE_FLAGS_ANDROID_BUGS },
2196 /* 1616 /*
2197 * Motorola Xoom (Wingray) variants 1617 * Motorola Xoom (Wingray) variants
2198 * 1618 *
2199 * These devices seem to use these product IDs simulatenously 1619 * These devices seem to use these product IDs simulatenously
2200 * https://code.google.com/p/android-source-browsing/source/browse/init.stingr ay.usb.rc?repo=device--moto--wingray 1620 * https://code.google.com/p/android-source-browsing/source/browse/init.stingr ay.usb.rc?repo=device--moto--wingray
2201 * 1621 *
2202 * 0x70a3 - Factory test - reported as early MTP ID 1622 * 0x70a3 - Factory test - reported as early MTP ID
2203 * 0x70a8 - MTP 1623 * 0x70a8 - MTP
2204 * 0x70a9 - MTP+ADB 1624 * 0x70a9 - MTP+ADB
2205 * 0x70ae - RNDIS 1625 * 0x70ae - RNDIS
2206 * 0x70af - RNDIS+ADB 1626 * 0x70af - RNDIS+ADB
2207 * 0x70b0 - ACM 1627 * 0x70b0 - ACM
2208 * 0x70b1 - ACM+ADB 1628 * 0x70b1 - ACM+ADB
2209 * 0x70b2 - ACM+RNDIS 1629 * 0x70b2 - ACM+RNDIS
2210 * 0x70b3 - ACM+RNDIS+ADB 1630 * 0x70b3 - ACM+RNDIS+ADB
2211 * 0x70b4 - PTP 1631 * 0x70b4 - PTP
2212 * 0x70b5 - PTP+ADB 1632 * 0x70b5 - PTP+ADB
2213 * 1633 *
2214 * Reported by Google Inc's Yavor Goulishev <yavor@google.com> 1634 * Reported by Google Inc's Yavor Goulishev <yavor@google.com>
2215 */ 1635 */
2216 { "Motorola", 0x22b8, "Xoom (Factory test)", 0x70a3, 1636 { "Motorola", 0x22b8, "Xoom (Factory test)", 0x70a3,
2217 DEVICE_FLAGS_ANDROID_BUGS }, 1637 DEVICE_FLAGS_ANDROID_BUGS },
2218 { "Motorola", 0x22b8, "Xoom (MTP)", 0x70a8, 1638 { "Motorola", 0x22b8, "Xoom (MTP)", 0x70a8,
2219 DEVICE_FLAGS_ANDROID_BUGS }, 1639 DEVICE_FLAGS_ANDROID_BUGS },
2220 { "Motorola", 0x22b8, "Xoom (MTP+ADB)", 0x70a9, 1640 { "Motorola", 0x22b8, "Xoom (MTP+ADB)", 0x70a9,
2221 DEVICE_FLAGS_ANDROID_BUGS }, 1641 DEVICE_FLAGS_ANDROID_BUGS },
1642 // Reported by anonymous Sourceforge user
2222 // "carried by C Spire and other CDMA US carriers" 1643 // "carried by C Spire and other CDMA US carriers"
2223 { "Motorola", 0x22b8, "Milestone X2", 0x70ca, 1644 { "Motorola", 0x22b8, "Milestone X2", 0x70ca, DEVICE_FLAGS_ANDROID_BUGS },
2224 DEVICE_FLAGS_ANDROID_BUGS },
2225 { "Motorola", 0x22b8, "XT890/907/Razr (MTP)", 0x710d,
2226 DEVICE_FLAGS_ANDROID_BUGS },
2227 { "Motorola", 0x22b8, "XT890/907/Razr (MTP+ADB)", 0x710e,
2228 DEVICE_FLAGS_ANDROID_BUGS },
2229 /* https://sourceforge.net/p/libmtp/bugs/1183/ */
2230 { "Motorola", 0x22b8, "Droid Turbo (XT1254)", 0x2ea5,
2231 DEVICE_FLAGS_ANDROID_BUGS },
2232 { "Motorola", 0x22b8, "Droid Turbo Verizon", 0x2ea8,
2233 DEVICE_FLAGS_ANDROID_BUGS },
2234 /*
2235 * XT890/907/Razr
2236 * 710f is USB mass storage
2237 */
2238 1645
2239 /* 1646 /*
2240 * Google 1647 * Google
2241 * These guys lend their Vendor ID to anyone who comes down the 1648 * These guys lend their Vendor ID to anyone who comes down the
2242 * road to produce an Android tablet it seems... The Vendor ID 1649 * road to produce an Android tablet it seems... The Vendor ID
2243 * was originally used for Nexus phones 1650 * was originally used for Nexus phones
2244 */ 1651 */
2245 { "Google Inc (for Allwinner)", 0x18d1, "A31 SoC", 0x0006,
2246 DEVICE_FLAGS_ANDROID_BUGS },
2247 { "Google Inc (for Ainol Novo)", 0x18d1, "Fire/Flame", 0x0007,
2248 DEVICE_FLAGS_ANDROID_BUGS },
2249 { "Google Inc (for Sony)", 0x18d1, "S1", 0x05b3, 1652 { "Google Inc (for Sony)", 0x18d1, "S1", 0x05b3,
2250 DEVICE_FLAGS_ANDROID_BUGS }, 1653 DEVICE_FLAGS_ANDROID_BUGS },
2251 // Reported by anonymous Sourceforge user 1654 // Reported by anonymous Sourceforge user
2252 { "Google Inc (for Barnes & Noble)", 0x18d1, "Nook Color", 0x2d02, 1655 { "Google Inc (for Barnes & Noble)", 0x18d1, "Nook Color", 0x2d02,
2253 DEVICE_FLAGS_ANDROID_BUGS }, 1656 DEVICE_FLAGS_ANDROID_BUGS },
2254 // Reported by anonymous Sourceforge user 1657 // Reported by anonymous Sourceforge user
2255 { "Google Inc (for Asus)", 0x18d1, "TF201 Transformer", 0x4d00,
2256 DEVICE_FLAGS_ANDROID_BUGS },
2257 // Reported by anonymous Sourceforge user
2258 { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f, 1658 { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f,
2259 DEVICE_FLAGS_ANDROID_BUGS }, 1659 DEVICE_FLAGS_ANDROID_BUGS },
2260 // Reported by Chris Smith <tcgsmythe@users.sourceforge.net> 1660 // Reported by Chris Smith <tcgsmythe@users.sourceforge.net>
2261 { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP)", 0x4e41, 1661 { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP)", 0x4e41,
2262 DEVICE_FLAGS_ANDROID_BUGS }, 1662 DEVICE_FLAGS_ANDROID_BUGS },
2263 // Reported by Michael Hess <mhess126@gmail.com> 1663 // Reported by Michael Hess <mhess126@gmail.com>
2264 { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP+ADB)", 0x4e42, 1664 { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP+ADB)", 0x4e42,
2265 DEVICE_FLAGS_ANDROID_BUGS }, 1665 DEVICE_FLAGS_ANDROID_BUGS },
2266 { "Google Inc (for LG Electronics/Samsung)", 0x18d1,
2267 "Nexus 4/5/7/10 (MTP)", 0x4ee1,
2268 (DEVICE_FLAGS_ANDROID_BUGS | DEVICE_FLAG_PROPLIST_OVERRIDES_OI) & ~DEVICE_ FLAG_BROKEN_MTPGETOBJPROPLIST },
2269 { "Google Inc (for LG Electronics/Samsung)", 0x18d1,
2270 "Nexus 4/5/7/10 (MTP+ADB)", 0x4ee2,
2271 DEVICE_FLAGS_ANDROID_BUGS },
2272 /* https://sourceforge.net/p/libmtp/bugs/1255/ */
2273 { "Google", 0x18d1, "Nexus 5 (MTP)", 0x4ee5,
2274 DEVICE_FLAGS_ANDROID_BUGS },
2275 /* https://sourceforge.net/p/libmtp/bugs/1444/ */
2276 { "Google", 0x18d1, "Pixel C (MTP)", 0x5202,
2277 DEVICE_FLAGS_ANDROID_BUGS },
2278 { "Google", 0x18d1, "Pixel C (MTP+ADB)", 0x5203,
2279 DEVICE_FLAGS_ANDROID_BUGS },
2280 // WiFi-only version of Xoom 1666 // WiFi-only version of Xoom
2281 // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506 1667 // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506
2282 { "Google Inc (for Motorola)", 0x18d1, "Xoom (MZ604)", 0x70a8, 1668 { "Google Inc (for Motorola)", 0x18d1, "Xoom (MZ604)", 0x70a8,
2283 DEVICE_FLAGS_ANDROID_BUGS }, 1669 DEVICE_FLAGS_ANDROID_BUGS },
2284 { "Google Inc (for Toshiba)", 0x18d1, "Thrive 7/AT105", 0x7102, 1670 { "Google Inc (for Toshiba)", 0x18d1, "Thrive 7/AT105", 0x7102,
2285 DEVICE_FLAGS_ANDROID_BUGS }, 1671 DEVICE_FLAGS_ANDROID_BUGS },
2286 { "Google Inc (for Lenovo)", 0x18d1, "Ideapad K1", 0x740a, 1672 { "Google Inc (for Lenovo)", 0x18d1, "Ideapad K1", 0x740a,
2287 DEVICE_FLAGS_ANDROID_BUGS }, 1673 DEVICE_FLAGS_ANDROID_BUGS },
2288 // Another OEM for Medion 1674 // Another OEM for Medion
2289 { "Google Inc (for Medion)", 0x18d1, "MD99000 (P9514)", 0xb00a, 1675 { "Google Inc (for Medion)", 0x18d1, "MD99000 (P9514)", 0xb00a,
2290 DEVICE_FLAGS_ANDROID_BUGS }, 1676 DEVICE_FLAGS_ANDROID_BUGS },
2291 /* https://sourceforge.net/p/libmtp/bugs/1563/ */
2292 { "Meizu", 0x18d1, "Pro 5 Ubuntu Phone", 0xd001, DEVICE_FLAGS_ANDROID_BUGS },
2293 // Reported by Frederik Himpe <fhimpe@telenet.be> 1677 // Reported by Frederik Himpe <fhimpe@telenet.be>
2294 { "Google Inc (for LG Electronics)", 0x18d1, "P990/Optimus (Cyanogen)", 1678 { "Google Inc (for LG Electronics)", 0x18d1, "P990/Optimus (Cyanogen)",
2295 0xd109, DEVICE_FLAGS_ANDROID_BUGS }, 1679 0xd109, DEVICE_FLAGS_ANDROID_BUGS },
2296 { "Google Inc (for LG Electronics)", 0x18d1, "P990/Optimus", 0xd10a, 1680 { "Google Inc (for LG Electronics)", 0x18d1, "P990/Optimus", 0xd10a,
2297 DEVICE_FLAGS_ANDROID_BUGS }, 1681 DEVICE_FLAGS_ANDROID_BUGS },
2298 1682
2299 1683
2300 /* 1684 /*
2301 * Media Keg 1685 * Media Keg
2302 */ 1686 */
2303 // Reported by Rajan Bella <rajanbella@yahoo.com> 1687 // Reported by Rajan Bella <rajanbella@yahoo.com>
2304 { "Kenwood", 0x0b28, "Media Keg HD10GB7 Sport Player", 0x100c, DEVICE_FLAG_UNL OAD_DRIVER}, 1688 { "Kenwood", 0x0b28, "Media Keg HD10GB7 Sport Player", 0x100c, DEVICE_FLAG_UNL OAD_DRIVER},
2305 1689
2306 /* 1690 /*
2307 * Micro-Star International (MSI) 1691 * Micro-Star International (MSI)
2308 */ 1692 */
2309 // Reported by anonymous sourceforge user. 1693 // Reported by anonymous sourceforge user.
2310 { "Micro-Star International", 0x0db0, "P610/Model MS-5557", 0x5572, DEVICE_FLA G_NONE }, 1694 { "Micro-Star International", 0x0db0, "P610/Model MS-5557", 0x5572, DEVICE_FLA G_NONE },
2311 1695
2312 /* 1696 /*
2313 * FOMA 1697 * FOMA
2314 */ 1698 */
2315 { "FOMA", 0x06d3, "D905i", 0x21ba, DEVICE_FLAG_NONE }, 1699 { "FOMA", 0x06d3, "D905i", 0x21ba, DEVICE_FLAG_NONE },
2316 1700
2317 /* 1701 /*
2318 * Haier 1702 * Haier
2319 */ 1703 */
2320 // Both reported by an anonymous SourceForge user 1704 // Both reported by an anonymous SourceForge user
2321 // This is the 30 GiB model 1705 // This is the 30 GiB model
2322 { "Haier", 0x1302, "Ibiza Rhapsody 1", 0x1016, DEVICE_FLAG_NONE }, 1706 { "Haier", 0x1302, "Ibiza Rhapsody", 0x1016, DEVICE_FLAG_NONE },
2323 // This is the 4/8 GiB model 1707 // This is the 4/8 GiB model
2324 { "Haier", 0x1302, "Ibiza Rhapsody 2", 0x1017, DEVICE_FLAG_NONE }, 1708 { "Haier", 0x1302, "Ibiza Rhapsody", 0x1017, DEVICE_FLAG_NONE },
2325 1709
2326 /* 1710 /*
2327 * Panasonic 1711 * Panasonic
2328 */ 1712 */
2329 // Reported by dmizer 1713 // Reported by dmizer
2330 { "Panasonic", 0x04da, "P905i", 0x2145, DEVICE_FLAG_NONE }, 1714 { "Panasonic", 0x04da, "P905i", 0x2145, DEVICE_FLAG_NONE },
2331 // Reported by Taku 1715 // Reported by Taku
2332 { "Panasonic", 0x04da, "P906i", 0x2158, DEVICE_FLAG_NONE }, 1716 { "Panasonic", 0x04da, "P906i", 0x2158, DEVICE_FLAG_NONE },
2333 1717
2334 /* 1718 /*
(...skipping 26 matching lines...) Expand all
2361 // Reported by Sense Hofstede <qense@users.sourceforge.net> 1745 // Reported by Sense Hofstede <qense@users.sourceforge.net>
2362 { "Perception Digital, Ltd", 0x0aa6, "Gigaware GX400", 0x9702, DEVICE_FLAG_NON E }, 1746 { "Perception Digital, Ltd", 0x0aa6, "Gigaware GX400", 0x9702, DEVICE_FLAG_NON E },
2363 1747
2364 /* 1748 /*
2365 * RIM's BlackBerry 1749 * RIM's BlackBerry
2366 */ 1750 */
2367 // Reported by Nicolas VIVIEN <nicolas@vivien.fr> 1751 // Reported by Nicolas VIVIEN <nicolas@vivien.fr>
2368 { "RIM", 0x0fca, "BlackBerry Storm/9650", 0x8007, DEVICE_FLAG_UNLOAD_DRIVER | 1752 { "RIM", 0x0fca, "BlackBerry Storm/9650", 0x8007, DEVICE_FLAG_UNLOAD_DRIVER |
2369 DEVICE_FLAG_SWITCH_MODE_BLACKBERRY | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ ALL }, 1753 DEVICE_FLAG_SWITCH_MODE_BLACKBERRY | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ ALL },
2370 1754
2371 /* https://sourceforge.net/p/libmtp/bugs/1551/ */
2372 { "RIM", 0x0fca, "BlackBerry Priv", 0x8031, DEVICE_FLAG_UNLOAD_DRIVER |
2373 DEVICE_FLAG_SWITCH_MODE_BLACKBERRY | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ ALL },
2374
2375 /* 1755 /*
2376 * Nextar 1756 * Nextar
2377 */ 1757 */
2378 { "Nextar", 0x0402, "MA715A-8R", 0x5668, DEVICE_FLAG_NONE }, 1758 { "Nextar", 0x0402, "MA715A-8R", 0x5668, DEVICE_FLAG_NONE },
2379 1759
2380 /* 1760 /*
2381 * Coby 1761 * Coby
2382 */ 1762 */
2383 { "Coby", 0x1e74, "COBY MP705", 0x6512, DEVICE_FLAG_NONE }, 1763 { "Coby", 0x1e74, "COBY MP705", 0x6512, DEVICE_FLAG_NONE },
2384 1764
2385 #if 0
2386 /* 1765 /*
2387 * Apple devices, which are not MTP natively but can be made to speak MTP 1766 * Apple devices, which are not MTP natively but can be made to speak MTP
2388 * using PwnTunes (http://www.pwntunes.net/) 1767 * using PwnTunes (http://www.pwntunes.net/)
2389 * CURRENTLY COMMENTED OUT:
2390 * These will make the UDEV rules flag these as MTP devices even if
2391 * PwnTunes is NOT installed. That is unacceptable, so a better solution
2392 * that actually inspects if the device has PwnTunes/MTP support needs
2393 * to be found, see:
2394 * https://sourceforge.net/p/libmtp/bugs/759/
2395 */ 1768 */
2396 { "Apple", 0x05ac, "iPhone", 0x1290, DEVICE_FLAG_NONE }, 1769 { "Apple", 0x05ac, "iPhone", 0x1290, DEVICE_FLAG_NONE },
2397 { "Apple", 0x05ac, "iPod Touch 1st Gen", 0x1291, DEVICE_FLAG_NONE }, 1770 { "Apple", 0x05ac, "iPod Touch 1st Gen", 0x1291, DEVICE_FLAG_NONE },
2398 { "Apple", 0x05ac, "iPhone 3G", 0x1292, DEVICE_FLAG_NONE }, 1771 { "Apple", 0x05ac, "iPhone 3G", 0x1292, DEVICE_FLAG_NONE },
2399 { "Apple", 0x05ac, "iPod Touch 2nd Gen", 0x1293, DEVICE_FLAG_NONE }, 1772 { "Apple", 0x05ac, "iPod Touch 2nd Gen", 0x1293, DEVICE_FLAG_NONE },
2400 { "Apple", 0x05ac, "iPhone 3GS", 0x1294, DEVICE_FLAG_NONE }, 1773 { "Apple", 0x05ac, "iPhone 3GS", 0x1294, DEVICE_FLAG_NONE },
2401 { "Apple", 0x05ac, "0x1296", 0x1296, DEVICE_FLAG_NONE }, 1774 { "Apple", 0x05ac, "0x1296", 0x1296, DEVICE_FLAG_NONE },
2402 { "Apple", 0x05ac, "0x1297", 0x1297, DEVICE_FLAG_NONE }, 1775 { "Apple", 0x05ac, "0x1297", 0x1297, DEVICE_FLAG_NONE },
2403 { "Apple", 0x05ac, "0x1298", 0x1298, DEVICE_FLAG_NONE }, 1776 { "Apple", 0x05ac, "0x1298", 0x1298, DEVICE_FLAG_NONE },
2404 { "Apple", 0x05ac, "iPod Touch 3rd Gen", 0x1299, DEVICE_FLAG_NONE }, 1777 { "Apple", 0x05ac, "iPod Touch 3rd Gen", 0x1299, DEVICE_FLAG_NONE },
2405 { "Apple", 0x05ac, "iPad", 0x129a, DEVICE_FLAG_NONE }, 1778 { "Apple", 0x05ac, "iPad", 0x129a, DEVICE_FLAG_NONE },
2406 #endif
2407 1779
2408 // Reported by anonymous SourceForge user, also reported as 1780 // Reported by anonymous SourceForge user, also reported as
2409 // Pantech Crux, claming to be: 1781 // Pantech Crux, claming to be:
2410 // Manufacturer: Qualcomm 1782 // Manufacturer: Qualcomm
2411 // Model: Windows Simulator 1783 // Model: Windows Simulator
2412 // Device version: Qualcomm MTP1.0 1784 // Device version: Qualcomm MTP1.0
2413 { "Curitel Communications, Inc.", 0x106c, 1785 { "Curitel Communications, Inc.", 0x106c,
2414 "Verizon Wireless Device", 0x3215, DEVICE_FLAG_NONE }, 1786 "Verizon Wireless Device", 0x3215, DEVICE_FLAG_NONE },
2415 // Reported by: Jim Hanrahan <goshawkjim@users.sourceforge.net> 1787 // Reported by: Jim Hanrahan <goshawkjim@users.sourceforge.net>
2416 { "Pantech", 0x106c, "Crux", 0xf003, DEVICE_FLAG_NONE }, 1788 { "Pantech", 0x106c, "Crux", 0xf003, DEVICE_FLAG_NONE },
2417 1789
2418 /* 1790 /*
2419 * Asus 1791 * Asus
2420 * Pattern of PIDs on Android devices seem to be:
2421 * n+0 = MTP
2422 * n+1 = MTP+ADB
2423 * n+2 = ?
2424 * n+3 = ?
2425 * n+4 = PTP
2426 */ 1792 */
2427 // Reported by Glen Overby 1793 // Reported by Glen Overby
2428 { "Asus", 0x0b05, "TF300 Transformer (MTP)", 0x4c80, 1794 { "Asus", 0x0b05, "TF300 Transformer", 0x4c80,
2429 DEVICE_FLAGS_ANDROID_BUGS }, 1795 DEVICE_FLAGS_ANDROID_BUGS },
2430 // Reported by jaile <jaile@users.sourceforge.net> 1796 // Reported by jaile <jaile@users.sourceforge.net>
2431 { "Asus", 0x0b05, "TF300 Transformer (MTP+ADB)", 0x4c81, 1797 { "Asus", 0x0b05, "TF300 Transformer (USB debug mode)", 0x4c81,
2432 DEVICE_FLAGS_ANDROID_BUGS }, 1798 DEVICE_FLAGS_ANDROID_BUGS },
2433 // Repored by Florian Apolloner <f-apolloner@users.sourceforge.net> 1799 // Repored by Florian Apolloner <f-apolloner@users.sourceforge.net>
2434 { "Asus", 0x0b05, "TF700 Transformer (MTP)", 0x4c90, 1800 { "Asus", 0x0b05, "TF700 Transformer", 0x4c90,
2435 DEVICE_FLAGS_ANDROID_BUGS }, 1801 DEVICE_FLAGS_ANDROID_BUGS },
2436 { "Asus", 0x0b05, "TF700 Transformer (MTP+ADB)", 0x4c91, 1802 // Reported by anonymous Sourceforge user
2437 DEVICE_FLAGS_ANDROID_BUGS },
2438 { "Asus", 0x0b05, "TF701T Transformer Pad (MTP)", 0x4ca0,
2439 DEVICE_FLAGS_ANDROID_BUGS },
2440 { "Asus", 0x0b05, "TF701T Transformer Pad (MTP+ADB)", 0x4ca1,
2441 DEVICE_FLAGS_ANDROID_BUGS },
2442 /* https://sourceforge.net/p/libmtp/support-requests/135/ */
2443 { "Asus", 0x0b05, "ME302KL MeMo Pad FHD10 (MTP)", 0x4cc0,
2444 DEVICE_FLAGS_ANDROID_BUGS },
2445 { "Asus", 0x0b05, "ME302KL MeMo Pad FHD10 (MTP+ADB)", 0x4cc1,
2446 DEVICE_FLAGS_ANDROID_BUGS },
2447 { "Asus", 0x0b05, "ME301T MeMo Pad Smart 10 (MTP)", 0x4cd0,
2448 DEVICE_FLAGS_ANDROID_BUGS },
2449 { "Asus", 0x0b05, "ME301T MeMo Pad Smart 10 (MTP+ADB)", 0x4cd1,
2450 DEVICE_FLAGS_ANDROID_BUGS },
2451 { "Asus", 0x0b05, "Asus Fonepad Note 6 (MTP)", 0x4ce0,
2452 DEVICE_FLAGS_ANDROID_BUGS },
2453 { "Asus", 0x0b05, "Asus Fonepad Note 6 (MTP+ADB)", 0x4ce1,
2454 DEVICE_FLAGS_ANDROID_BUGS },
2455 { "Asus", 0x0b05, "TF201 Transformer Prime (keyboard dock)", 0x4d00, 1803 { "Asus", 0x0b05, "TF201 Transformer Prime (keyboard dock)", 0x4d00,
2456 DEVICE_FLAGS_ANDROID_BUGS }, 1804 DEVICE_FLAGS_ANDROID_BUGS },
2457 { "Asus", 0x0b05, "TF201 Transformer Prime (tablet only)", 0x4d01, 1805 { "Asus", 0x0b05, "TF201 Transformer Prime (tablet only)", 0x4d01,
2458 DEVICE_FLAGS_ANDROID_BUGS }, 1806 DEVICE_FLAGS_ANDROID_BUGS },
2459 // 4d04 is the PTP mode, don't add it 1807 { "Asus", 0x0b05, "TFXXX Transformer Prime (unknown version)", 0x4d04,
2460 { "Asus", 0x0b05, "SL101 (MTP)", 0x4e00,
2461 DEVICE_FLAGS_ANDROID_BUGS }, 1808 DEVICE_FLAGS_ANDROID_BUGS },
2462 { "Asus", 0x0b05, "SL101 (MTP+ADB)", 0x4e01, 1809 // Reported by anonymous Sourceforge user
1810 { "Asus", 0x0b05, "TF101 Eeepad Slider", 0x4e01,
2463 DEVICE_FLAGS_ANDROID_BUGS }, 1811 DEVICE_FLAGS_ANDROID_BUGS },
2464 { "Asus", 0x0b05, "TF101 Eeepad Transformer (MTP)", 0x4e0f, 1812 { "Asus", 0x0b05, "TF101 Eeepad Transformer", 0x4e0f,
2465 DEVICE_FLAGS_ANDROID_BUGS }, 1813 DEVICE_FLAGS_ANDROID_BUGS },
2466 { "Asus", 0x0b05, "TF101 Eeepad Transformer (MTP+ADB)", 0x4e1f, 1814 { "Asus", 0x0b05, "TF101 Eeepad Transformer (debug mode)", 0x4e1f,
2467 DEVICE_FLAGS_ANDROID_BUGS },
2468 { "Asus", 0x0b05, "Fonepad", 0x514f,
2469 DEVICE_FLAGS_ANDROID_BUGS },
2470 { "Asus", 0x0b05, "PadFone (MTP)", 0x5200,
2471 DEVICE_FLAGS_ANDROID_BUGS },
2472 { "Asus", 0x0b05, "PadFone (MTP+ADB)", 0x5201,
2473 DEVICE_FLAGS_ANDROID_BUGS },
2474 { "Asus", 0x0b05, "ME302C MemoPad (MTP+?)", 0x520f,
2475 DEVICE_FLAGS_ANDROID_BUGS },
2476 { "Asus", 0x0b05, "PadFone 2 (MTP)", 0x5210,
2477 DEVICE_FLAGS_ANDROID_BUGS },
2478 { "Asus", 0x0b05, "PadFone 2 (MTP+ADB)", 0x5211,
2479 DEVICE_FLAGS_ANDROID_BUGS },
2480 { "Asus", 0x0b05, "PadFone 2 (PTP)", 0x5214,
2481 DEVICE_FLAGS_ANDROID_BUGS },
2482 { "Asus", 0x0b05, "ME302C MemoPad (MTP)", 0x521f,
2483 DEVICE_FLAGS_ANDROID_BUGS },
2484 /* https://sourceforge.net/p/libmtp/bugs/1066/ */
2485 { "Asus", 0x0b05, "PadFone Infinity (2nd ID) (MTP)", 0x5220,
2486 DEVICE_FLAGS_ANDROID_BUGS },
2487 { "Asus", 0x0b05, "PadFone Infinity (2nd ID) (MTP+ADB)", 0x5221,
2488 DEVICE_FLAGS_ANDROID_BUGS },
2489 { "Asus", 0x0b05, "PadFone Infinity (MTP)", 0x5230,
2490 DEVICE_FLAGS_ANDROID_BUGS },
2491 { "Asus", 0x0b05, "PadFone Infinity (MTP+ADB)", 0x5231,
2492 DEVICE_FLAGS_ANDROID_BUGS },
2493 { "Asus", 0x0b05, "Memo ME172V (MTP)", 0x5400,
2494 DEVICE_FLAGS_ANDROID_BUGS },
2495 /* https://sourceforge.net/p/libmtp/bugs/1072/ */
2496 { "Asus", 0x0b05, "Fonepad 7 LTE ME372CL (MTP)", 0x540f,
2497 DEVICE_FLAGS_ANDROID_BUGS },
2498 { "Asus", 0x0b05, "Memo ME173X (MTP)", 0x5410,
2499 DEVICE_FLAGS_ANDROID_BUGS },
2500 { "Asus", 0x0b05, "Memo ME173X (MTP+ADB)", 0x5411,
2501 DEVICE_FLAGS_ANDROID_BUGS },
2502 /* https://sourceforge.net/p/libmtp/bugs/1072/ */
2503 { "Asus", 0x0b05, "Fonepad 7 LTE ME372CL (MTP+ADB)", 0x541f,
2504 DEVICE_FLAGS_ANDROID_BUGS },
2505 { "Asus", 0x0b05, "Memo K00F (MTP)", 0x5460,
2506 DEVICE_FLAGS_ANDROID_BUGS },
2507 { "Asus", 0x0b05, "Memo Pad 8 (MTP)", 0x5466,
2508 DEVICE_FLAGS_ANDROID_BUGS },
2509 { "Asus", 0x0b05, "Memo K00F (MTP+ADB)", 0x5468,
2510 DEVICE_FLAGS_ANDROID_BUGS },
2511 /* https://sourceforge.net/p/libmtp/support-requests/158/ */
2512 { "Asus", 0x0b05, "ZenFone 5 (MTP)", 0x5480,
2513 DEVICE_FLAGS_ANDROID_BUGS },
2514 /* https://sourceforge.net/p/libmtp/bugs/1279/ */
2515 { "Asus", 0x0b05, "ZenFone 5 (MTP+ADB)", 0x5481,
2516 DEVICE_FLAGS_ANDROID_BUGS },
2517 /* https://sourceforge.net/p/libmtp/bugs/1236/ */
2518 { "Asus", 0x0b05, "ZenFone 6 (MTP)", 0x5490,
2519 DEVICE_FLAGS_ANDROID_BUGS },
2520 { "Asus", 0x0b05, "ZenFone 6 (MTP+ADB)", 0x5491,
2521 DEVICE_FLAGS_ANDROID_BUGS },
2522 /* https://sourceforge.net/p/libmtp/bugs/1239/ */
2523 { "Asus", 0x0b05, "K010 (MTP)", 0x5500,
2524 DEVICE_FLAGS_ANDROID_BUGS },
2525 /* https://sourceforge.net/p/libmtp/bugs/1196/ */
2526 { "Asus", 0x0b05, "MemoPad 7 (MTP+ADB)", 0x5506,
2527 DEVICE_FLAGS_ANDROID_BUGS },
2528 /* https://sourceforge.net/p/libmtp/bugs/1069/ */
2529 { "Asus", 0x0b05, "K00E (MTP+ADB)", 0x550f,
2530 DEVICE_FLAGS_ANDROID_BUGS },
2531 /* https://sourceforge.net/p/libmtp/bugs/1244/ */
2532 { "Asus", 0x0b05, "MemoPad 8 ME181 CX (MTP)", 0x5561,
2533 DEVICE_FLAGS_ANDROID_BUGS },
2534 /* https://sourceforge.net/p/libmtp/bugs/1406/ */
2535 { "Asus", 0x0b05, "Zenfone 2 (MTP)", 0x5600,
2536 DEVICE_FLAGS_ANDROID_BUGS },
2537 /* https://sourceforge.net/p/libmtp/bugs/1364/ */
2538 { "Asus", 0x0b05, "Z00AD (MTP)", 0x5601,
2539 DEVICE_FLAGS_ANDROID_BUGS },
2540 { "Asus", 0x0b05, "TX201LA (MTP)", 0x561f,
2541 DEVICE_FLAGS_ANDROID_BUGS },
2542 /* https://sourceforge.net/p/libmtp/bugs/1271/ */
2543 { "Asus", 0x0b05, "ZenFone 4 (MTP)", 0x580f,
2544 DEVICE_FLAGS_ANDROID_BUGS },
2545 /* https://sourceforge.net/p/libmtp/bugs/1179/ */
2546 { "Asus", 0x0b05, "ZenFone 4 A400CG (MTP)", 0x581f,
2547 DEVICE_FLAGS_ANDROID_BUGS },
2548 /* https://sourceforge.net/p/libmtp/bugs/1548/ */
2549 { "Asus", 0x0b05, "ASUS FonePad 8 FE380CG (MTP)", 0x590f,
2550 DEVICE_FLAGS_ANDROID_BUGS },
2551 /* https://sourceforge.net/p/libmtp/bugs/1258/ */
2552 { "Asus", 0x0b05, "A450CG (MTP)", 0x5a0f,
2553 DEVICE_FLAGS_ANDROID_BUGS },
2554 /* https://sourceforge.net/p/libmtp/bugs/1546/ */
2555 { "Asus", 0x0b05, "ZenPad 80 (MTP)", 0x5e0f,
2556 DEVICE_FLAGS_ANDROID_BUGS },
2557 /* https://sourceforge.net/p/libmtp/bugs/1350/ */
2558 { "Asus", 0x0b05, "Zenfone 2 ZE550ML (MTP)", 0x5f02,
2559 DEVICE_FLAGS_ANDROID_BUGS },
2560 /* https://sourceforge.net/p/libmtp/bugs/1364/ */
2561 { "Asus", 0x0b05, "Zenfone 2 ZE551ML (MTP)", 0x5f03,
2562 DEVICE_FLAGS_ANDROID_BUGS },
2563 /* https://sourceforge.net/p/libmtp/bugs/1232/ */
2564 { "Asus", 0x0b05, "MemoPad 7 (ME572CL)", 0x7772,
2565 DEVICE_FLAGS_ANDROID_BUGS },
2566 /* https://sourceforge.net/p/libmtp/bugs/1351/ */
2567 { "Asus", 0x0b05, "Fonepad 7 (FE375CXG)", 0x7773,
2568 DEVICE_FLAGS_ANDROID_BUGS },
2569 { "Asus", 0x0b05, "ZenFone 5 A500KL (MTP)", 0x7780,
2570 DEVICE_FLAGS_ANDROID_BUGS },
2571 /* https://sourceforge.net/p/libmtp/bugs/1247/ */
2572 { "Asus", 0x0b05, "ZenFone 5 A500KL (MTP+ADB)", 0x7781,
2573 DEVICE_FLAGS_ANDROID_BUGS }, 1815 DEVICE_FLAGS_ANDROID_BUGS },
2574 1816
2575 1817
2576 /* 1818 /*
2577 * Lenovo 1819 * Lenovo
2578 */ 1820 */
2579 /* https://sourceforge.net/p/libmtp/support-requests/178/ */
2580 { "Lenovo", 0x17ef, "P70-A", 0x0c02,
2581 DEVICE_FLAGS_ANDROID_BUGS },
2582 /* https://sourceforge.net/p/libmtp/bugs/1415/ */
2583 { "Lenovo", 0x17ef, "P70", 0x2008,
2584 DEVICE_FLAGS_ANDROID_BUGS },
2585 // Reported by Richard Körber <shredzone@users.sourceforge.net> 1821 // Reported by Richard Körber <shredzone@users.sourceforge.net>
2586 { "Lenovo", 0x17ef, "K1", 0x740a, 1822 { "Lenovo", 0x17ef, "K1", 0x740a,
2587 DEVICE_FLAGS_ANDROID_BUGS }, 1823 DEVICE_FLAGS_ANDROID_BUGS },
2588 // Reported by anonymous sourceforge user 1824 // Reported by anonymous sourceforge user
2589 // Adding Android default bug flags since it appears to be an Android 1825 // Adding Android default bug flags since it appears to be an Android
2590 { "Lenovo", 0x17ef, "ThinkPad Tablet", 0x741c, 1826 { "Lenovo", 0x17ef, "ThinkPad Tablet", 0x741c,
2591 DEVICE_FLAGS_ANDROID_BUGS }, 1827 DEVICE_FLAGS_ANDROID_BUGS },
2592 // Medion is using Lenovos manufacturer ID it seems.
2593 // Reported by Thomas Goss <thomas.goss@linux.com>
2594 { "Medion", 0x17ef, "Lifetab P9516", 0x7483,
2595 DEVICE_FLAGS_ANDROID_BUGS },
2596 // Reported by: XChesser <XChesser@users.sourceforge.net> 1828 // Reported by: XChesser <XChesser@users.sourceforge.net>
2597 { "Lenovo", 0x17ef, "P700", 0x7497, 1829 { "Lenovo", 0x17ef, "P700", 0x7497,
2598 DEVICE_FLAGS_ANDROID_BUGS }, 1830 DEVICE_FLAGS_ANDROID_BUGS },
2599 /* https://sourceforge.net/p/libmtp/bugs/1185/ */
2600 { "Lenovo", 0x17ef, "A820", 0x7498,
2601 DEVICE_FLAGS_ANDROID_BUGS },
2602 /* https://sourceforge.net/p/libmtp/bugs/1190/ */
2603 { "Lenovo", 0x17ef, "P780", 0x74a6,
2604 DEVICE_FLAGS_ANDROID_BUGS },
2605 // Reported by: anonymous sourceforge user 1831 // Reported by: anonymous sourceforge user
2606 { "Lenovo", 0x17ef, "Lifetab S9512", 0x74cc, 1832 { "Lenovo", 0x17ef, "Lifetab S9512", 0x74cc,
2607 DEVICE_FLAGS_ANDROID_BUGS }, 1833 DEVICE_FLAGS_ANDROID_BUGS },
2608 /* https://sourceforge.net/p/libmtp/support-requests/170/ */ 1834
2609 { "Lenovo", 0x17ef, "S660", 0x74f8,
2610 DEVICE_FLAGS_ANDROID_BUGS },
2611 // Reported by Brian J. Murrell
2612 { "Lenovo", 0x17ef, "IdeaTab A2109A", 0x7542,
2613 DEVICE_FLAGS_ANDROID_BUGS },
2614 /* https://sourceforge.net/p/libmtp/support-requests/166/ */
2615 { "Lenovo", 0x17ef, "IdeaTab S2210a", 0x757d,
2616 DEVICE_FLAGS_ANDROID_BUGS },
2617 /* https://sourceforge.net/p/libmtp/bugs/1529/ */
2618 { "Lenovo", 0x17ef, "K900 (ID2)", 0x75b3,
2619 DEVICE_FLAGS_ANDROID_BUGS },
2620 /* https://sourceforge.net/p/libmtp/bugs/1123/ */
2621 { "Lenovo", 0x17ef, "K900 (ID1)", 0x75b5,
2622 DEVICE_FLAGS_ANDROID_BUGS },
2623 // Reported by rvelev@mail.bg
2624 { "Lenovo", 0x17ef, "IdeaPad A3000 (ID1)", 0x75bc,
2625 DEVICE_FLAGS_ANDROID_BUGS },
2626 { "Lenovo", 0x17ef, "IdeaPad A3000 (ID2)", 0x75be,
2627 DEVICE_FLAGS_ANDROID_BUGS },
2628 { "Lenovo", 0x17ef, "Toga Tablet B6000-F", 0x76f2,
2629 DEVICE_FLAGS_ANDROID_BUGS },
2630 /* https://sourceforge.net/p/libmtp/bugs/1122/ */
2631 { "Lenovo", 0x17ef, "S930", 0x7718,
2632 DEVICE_FLAGS_ANDROID_BUGS },
2633 /* https://sourceforge.net/p/libmtp/bugs/1250/ */
2634 { "Lenovo", 0x17ef, "A5500-F", 0x772b,
2635 DEVICE_FLAGS_ANDROID_BUGS },
2636 /* https://sourceforge.net/p/libmtp/bugs/1556/ */
2637 { "Lenovo", 0x17ef, "A3500-FL", 0x7738,
2638 DEVICE_FLAGS_ANDROID_BUGS },
2639 { "Lenovo", 0x17ef, "LifeTab E733X", 0x775a,
2640 DEVICE_FLAGS_ANDROID_BUGS },
2641 { "Lenovo", 0x17ef, "IdeaTab S5000", 0x76e8,
2642 DEVICE_FLAGS_ANDROID_BUGS },
2643 /* https://sourceforge.net/p/libmtp/bugs/1155/ */
2644 { "Lenovo", 0x17ef, "Yoga Tablet 10 B8000-H", 0x76ff,
2645 DEVICE_FLAGS_ANDROID_BUGS },
2646 /* https://sourceforge.net/p/libmtp/bugs/1391/ */
2647 { "Lenovo", 0x17ef, "A7600-F", 0x7731,
2648 DEVICE_FLAGS_ANDROID_BUGS },
2649 /* https://sourceforge.net/p/libmtp/bugs/1291/ */
2650 { "Lenovo", 0x17ef, "A3500-F", 0x7737,
2651 DEVICE_FLAGS_ANDROID_BUGS },
2652 /* https://sourceforge.net/p/libmtp/support-requests/186/ */
2653 { "Lenovo", 0x17ef, "Yoga Tablet 2 - 1050F", 0x77a4,
2654 DEVICE_FLAGS_ANDROID_BUGS },
2655 /* https://sourceforge.net/p/libmtp/support-requests/168/ */
2656 { "Lenovo", 0x17ef, "Yoga Tablet 2 Pro", 0x77b1,
2657 DEVICE_FLAGS_ANDROID_BUGS },
2658 /* https://sourceforge.net/p/libmtp/support-requests/219/ */
2659 { "Lenovo", 0x17ef, "Tab S8-50F", 0x77d8,
2660 DEVICE_FLAGS_ANDROID_BUGS },
2661 /* https://sourceforge.net/p/libmtp/feature-requests/125/ */
2662 { "Lenovo", 0x17ef, "Vibe Z2", 0x77ea,
2663 DEVICE_FLAGS_ANDROID_BUGS },
2664 /* https://sourceforge.net/p/libmtp/bugs/1360/ */
2665 { "Lenovo", 0x17ef, "K3 Note", 0x7883,
2666 DEVICE_FLAGS_ANDROID_BUGS },
2667 /* https://sourceforge.net/p/libmtp/bugs/1488/ */
2668 { "Lenovo", 0x17ef, "A10-70F", 0x789a,
2669 DEVICE_FLAGS_ANDROID_BUGS },
2670 /* https://sourceforge.net/p/libmtp/bugs/1497/ */
2671 { "Lenovo", 0x17ef, "A10-70L", 0x789b,
2672 DEVICE_FLAGS_ANDROID_BUGS },
2673 /* https://sourceforge.net/p/libmtp/bugs/1480/ */
2674 { "Medion", 0x17ef, "P8312 Tablet", 0x78ae,
2675 DEVICE_FLAGS_ANDROID_BUGS },
2676 /* https://sourceforge.net/p/libmtp/support-requests/201/ */
2677 { "Lenovo", 0x17ef, "Lifetab S1034X", 0x78b0,
2678 DEVICE_FLAGS_ANDROID_BUGS },
2679 /* https://sourceforge.net/p/libmtp/bugs/1572/ */
2680 { "Lenovo", 0x17ef, "PHAB Plus", 0x78d1,
2681 DEVICE_FLAGS_ANDROID_BUGS },
2682 /* https://sourceforge.net/p/libmtp/bugs/1562/ */
2683 { "Lenovo", 0x17ef, "Vibe K4 Note", 0x78f6,
2684 DEVICE_FLAGS_ANDROID_BUGS },
2685 /* https://sourceforge.net/p/libmtp/support-requests/213/ */
2686 { "Lenovo", 0x17ef, "Vibe P1 Pro", 0x78fc,
2687 DEVICE_FLAGS_ANDROID_BUGS },
2688 /* https://sourceforge.net/p/libmtp/bugs/1531/ */
2689 { "Lenovo", 0x17ef, "Vibe X", 0x7902,
2690 DEVICE_FLAGS_ANDROID_BUGS },
2691 /* https://sourceforge.net/p/libmtp/bugs/1465/ */
2692 { "Lenovo", 0x17ef, "A1000 Smartphone", 0x7928,
2693 DEVICE_FLAGS_ANDROID_BUGS },
2694 /* https://sourceforge.net/p/libmtp/bugs/1465/ */
2695 { "Lenovo", 0x17ef, "A1000 Smartphone ADB", 0x7929,
2696 DEVICE_FLAGS_ANDROID_BUGS },
2697 1835
2698 /* 1836 /*
2699 * Huawei 1837 * Huawei
2700 * IDs used by Honor U8860,U8815,U9200,P2
2701 */ 1838 */
2702 { "Huawei", 0x12d1, "MTP device (ID1)", 0x1051, 1839 // Reported by anonymous SourceForge user
2703 DEVICE_FLAGS_ANDROID_BUGS }, 1840 { "Huawei", 0x12d1, "Honor U8860", 0x1051, DEVICE_FLAGS_ANDROID_BUGS },
2704 { "Huawei", 0x12d1, "MTP device (ID2)", 0x1052, 1841 // Reported by anonymous SourceForge user
2705 DEVICE_FLAGS_ANDROID_BUGS }, 1842 { "Huawei", 0x12d1, "Mediapad (mode 0)", 0x360f, DEVICE_FLAGS_ANDROID_BUGS },
2706 /* https://sourceforge.net/p/libmtp/bugs/1507/ */
2707 { "Huawei", 0x12d1, "Honor 7", 0x1074,
2708 DEVICE_FLAGS_ANDROID_BUGS },
2709 /* https://sourceforge.net/p/libmtp/bugs/1381/ */
2710 { "Huawei", 0x12d1, "H60-L11", 0x1079,
2711 DEVICE_FLAGS_ANDROID_BUGS },
2712 /* https://sourceforge.net/p/libmtp/bugs/1550/ */
2713 { "Huawei", 0x12d1, "H60-L12", 0x107a,
2714 DEVICE_FLAGS_ANDROID_BUGS },
2715 /* https://sourceforge.net/p/libmtp/feature-requests/173/ */
2716 { "Huawei", 0x12d1, "P9 Plus", 0x107e,
2717 DEVICE_FLAGS_ANDROID_BUGS },
2718 /* https://sourceforge.net/p/libmtp/bugs/1361/ */
2719 { "Huawei", 0x12d1, "Ascend P8 ", 0x1082,
2720 DEVICE_FLAGS_ANDROID_BUGS },
2721 /* https://sourceforge.net/p/libmtp/bugs/1418/ */
2722 { "Huawei", 0x12d1, "Honor 3C ", 0x2012,
2723 DEVICE_FLAGS_ANDROID_BUGS },
2724 { "Huawei", 0x12d1, "Mediapad (mode 0)", 0x360f,
2725 DEVICE_FLAGS_ANDROID_BUGS },
2726 // Reported by Bearsh <bearsh@users.sourceforge.net> 1843 // Reported by Bearsh <bearsh@users.sourceforge.net>
2727 { "Huawei", 0x12d1, "Mediapad (mode 1)", 0x361f, 1844 { "Huawei", 0x12d1, "Mediapad (mode 1)", 0x361f, DEVICE_FLAGS_ANDROID_BUGS },
2728 DEVICE_FLAGS_ANDROID_BUGS },
2729 1845
2730 /* 1846 /*
2731 * ZTE 1847 * ZTE
2732 * Android devices reported by junwang <lovewjlove@users.sourceforge.net> 1848 * Android devices reported by junwang <lovewjlove@users.sourceforge.net>
2733 */ 1849 */
2734 { "ZTE", 0x19d2, "V55 ID 1", 0x0244, DEVICE_FLAGS_ANDROID_BUGS }, 1850 { "ZTE", 0x19d2, "V55 ID 1", 0x0244, DEVICE_FLAGS_ANDROID_BUGS },
2735 { "ZTE", 0x19d2, "V55 ID 2", 0x0245, DEVICE_FLAGS_ANDROID_BUGS }, 1851 { "ZTE", 0x19d2, "V55 ID 2", 0x0245, DEVICE_FLAGS_ANDROID_BUGS },
2736 { "ZTE", 0x19d2, "V790/Blade 3", 0x0306, DEVICE_FLAGS_ANDROID_BUGS },
2737 { "ZTE", 0x19d2, "V880E", 0x0307, DEVICE_FLAGS_ANDROID_BUGS },
2738 /* https://sourceforge.net/p/libmtp/bugs/672/ */
2739 { "ZTE", 0x19d2, "Grand X In", 0x0343, DEVICE_FLAGS_ANDROID_BUGS },
2740 { "ZTE", 0x19d2, "V985", 0x0383, DEVICE_FLAGS_ANDROID_BUGS },
2741 /* https://sourceforge.net/p/libmtp/bugs/1328/ */
2742 { "ZTE", 0x19d2, "V5", 0xffce, DEVICE_FLAGS_ANDROID_BUGS },
2743 1852
2744 /* 1853 /*
2745 * HTC (High Tech Computer Corp) 1854 * HTC (High Tech Computer Corp)
2746 * Reporters:
2747 * Steven Eastland <grassmonk@users.sourceforge.net>
2748 * Kevin Cheng <kache@users.sf.net>
2749 */ 1855 */
2750 /* https://sourceforge.net/p/libmtp/support-requests/181/ */ 1856 { "HTC", 0x0bb4, "Zopo ZP100 (ID1)", 0x0c02,
2751 { "HTC", 0x0bb4, "One M9 (1st ID)", 0x040b,
2752 DEVICE_FLAGS_ANDROID_BUGS }, 1857 DEVICE_FLAGS_ANDROID_BUGS },
2753 /* https://sourceforge.net/p/libmtp/bugs/1398/ */ 1858 // Reported by Steven Eastland <grassmonk@users.sourceforge.net>
2754 { "HTC", 0x0bb4, "Spreadtrum SH57MYZ03342 (MTP)", 0x05e3, 1859 { "HTC", 0x0bb4, "EVO 4G LTE", 0x0c93,
2755 DEVICE_FLAGS_ANDROID_BUGS }, 1860 DEVICE_FLAGS_ANDROID_BUGS },
2756 /* reported by Mikkel Oscar Lyderik <mikkeloscar@gmail.com> */ 1861 // Reported by Steven Eastland <grassmonk@users.sourceforge.net>
2757 { "HTC", 0x0bb4, "HTC Desire 510 (MTP+ADB)", 0x05fd, 1862 { "HTC", 0x0bb4, "EVO 4G LTE (second ID)", 0x0ca8,
2758 DEVICE_FLAGS_ANDROID_BUGS },
2759 /* https://sourceforge.net/p/libmtp/bugs/1221/ */
2760 { "HTC", 0x0bb4, "One M8 Google Play Edition (MTP+ADB)", 0x060b,
2761 DEVICE_FLAG_NONE },
2762 /* https://sourceforge.net/p/libmtp/bugs/1500/ */
2763 { "HTC", 0x0bb4, "One Mini 2 (MTP)", 0x0629,
2764 DEVICE_FLAG_NONE },
2765 /* https://sourceforge.net/p/libmtp/bugs/1508/ */
2766 { "HTC", 0x0bb4, "One M9 (2nd ID)", 0x065c,
2767 DEVICE_FLAG_NONE },
2768 /* https://sourceforge.net/p/libmtp/bugs/1543/ */
2769 { "HTC", 0x0bb4, "Desire 626s (MTP)", 0x0668,
2770 DEVICE_FLAG_NONE },
2771 /* https://sourceforge.net/p/libmtp/support-requests/200/ */
2772 { "HTC", 0x0bb4, "HTC Desire 520", 0x0670,
2773 DEVICE_FLAGS_ANDROID_BUGS },
2774 /* https://sourceforge.net/p/libmtp/support-requests/153/ */
2775 { "HTC", 0x0bb4, "HTC6515LVW/One Remix", 0x07d8,
2776 DEVICE_FLAG_NONE },
2777 /* https://sourceforge.net/p/libmtp/support-requests/141/ */
2778 { "HTC", 0x0bb4, "HTC One (HTC6500LVW)", 0x07ae,
2779 DEVICE_FLAG_NONE },
2780 /* https://sourceforge.net/p/libmtp/support-requests/128/ */
2781 { "HTC", 0x0bb4, "HTC One M8 (HTC6525LVW)", 0x07ca,
2782 DEVICE_FLAG_NONE },
2783 /* https://sourceforge.net/p/libmtp/bugs/1161/ */
2784 { "HTC", 0x0bb4, "HTC One M8 (Verizon) (HTC6525LVW)", 0x07cb,
2785 DEVICE_FLAG_NONE },
2786 /* https://sourceforge.net/p/libmtp/bugs/1133/ */
2787 { "HTC", 0x0bb4, "HTC One Remix (HTC6515LVW)", 0x07d9,
2788 DEVICE_FLAG_NONE },
2789 // Reported by Markus Heberling
2790 { "HTC", 0x0bb4, "Windows Phone 8X ID1", 0x0ba1,
2791 DEVICE_FLAG_NONE },
2792 { "HTC", 0x0bb4, "Windows Phone 8X ID2", 0x0ba2,
2793 DEVICE_FLAG_NONE },
2794
2795 #if 1
2796 /* after some review I commented it back in. There was apparently
2797 * only one or two devices misbehaving (having this ID in mass storage mode),
2798 * but more seem to use it regulary as MTP devices. Marcus 20150401 */
2799 /*
2800 * This had to be commented out - the same VID+PID is used also for
2801 * other modes than MTP, so we need to let mtp-probe do its job on this
2802 * device instead of adding it to the database.
2803 * used by various devices, like Fairphone, Elephone P5000, etc
2804 * https://sourceforge.net/p/libmtp/bugs/1290/
2805 */
2806 { "HTC", 0x0bb4, "Android Device ID1 (Zopo, HD2, Bird...)", 0x0c02,
2807 DEVICE_FLAGS_ANDROID_BUGS },
2808 #endif
2809 { "HTC", 0x0bb4, "EVO 4G LTE/One V (ID1)", 0x0c93,
2810 DEVICE_FLAGS_ANDROID_BUGS },
2811 { "HTC", 0x0bb4, "EVO 4G LTE/One V (ID2)", 0x0ca8,
2812 DEVICE_FLAGS_ANDROID_BUGS },
2813 { "HTC", 0x0bb4, "HTC One S (ID1)", 0x0cec,
2814 DEVICE_FLAGS_ANDROID_BUGS },
2815 { "HTC", 0x0bb4, "One Mini (ID1)", 0x0dcd,
2816 DEVICE_FLAGS_ANDROID_BUGS },
2817 { "HTC", 0x0bb4, "HTC One 802w (ID1)", 0x0dd2,
2818 DEVICE_FLAGS_ANDROID_BUGS },
2819 { "HTC", 0x0bb4, "HTC Desire X", 0x0dd5,
2820 DEVICE_FLAGS_ANDROID_BUGS },
2821 { "HTC", 0x0bb4, "HTC One (ID1)", 0x0dda,
2822 DEVICE_FLAGS_ANDROID_BUGS },
2823 { "HTC", 0x0bb4, "HTC Butterfly X290d", 0x0de4,
2824 DEVICE_FLAGS_ANDROID_BUGS },
2825 { "HTC", 0x0bb4, "HTC One (MTP+UMS+ADB)", 0x0dea,
2826 DEVICE_FLAGS_ANDROID_BUGS },
2827 { "HTC", 0x0bb4, "HTC Evo 4G LTE (ID1)", 0x0df5,
2828 DEVICE_FLAGS_ANDROID_BUGS },
2829 { "HTC", 0x0bb4, "HTC One S (ID2)", 0x0df8,
2830 DEVICE_FLAGS_ANDROID_BUGS },
2831 { "HTC", 0x0bb4, "HTC One S (ID3)", 0x0df9,
2832 DEVICE_FLAGS_ANDROID_BUGS },
2833 { "HTC", 0x0bb4, "HTC One X (ID1)", 0x0dfa,
2834 DEVICE_FLAGS_ANDROID_BUGS },
2835 { "HTC", 0x0bb4, "HTC One X (ID2)", 0x0dfb,
2836 DEVICE_FLAGS_ANDROID_BUGS },
2837 { "HTC", 0x0bb4, "HTC One X (ID3)", 0x0dfc,
2838 DEVICE_FLAGS_ANDROID_BUGS },
2839 { "HTC", 0x0bb4, "HTC One X (ID4)", 0x0dfd,
2840 DEVICE_FLAGS_ANDROID_BUGS },
2841 { "HTC", 0x0bb4, "HTC Butterfly (ID1)", 0x0dfe,
2842 DEVICE_FLAGS_ANDROID_BUGS },
2843 { "HTC", 0x0bb4, "Droid DNA (MTP+UMS+ADB)", 0x0dff,
2844 DEVICE_FLAGS_ANDROID_BUGS },
2845 { "HTC", 0x0bb4, "HTC Droid Incredible 4G LTE (MTP)", 0x0e31,
2846 DEVICE_FLAGS_ANDROID_BUGS },
2847 { "HTC", 0x0bb4, "HTC Droid Incredible 4G LTE (MTP+ADB)", 0x0e32,
2848 DEVICE_FLAGS_ANDROID_BUGS },
2849 { "HTC", 0x0bb4, "Droid DNA (MTP+UMS)", 0x0ebd,
2850 DEVICE_FLAGS_ANDROID_BUGS },
2851 /* https://sourceforge.net/p/libmtp/bugs/1182/ */
2852 { "HTC", 0x0bb4, "Desire 310 (MTP)", 0x0ec6,
2853 DEVICE_FLAGS_ANDROID_BUGS },
2854 /* https://sourceforge.net/p/libmtp/bugs/1481/ */
2855 { "HTC", 0x0bb4, "Desire 310 (2nd id) (MTP)", 0x0ec7,
2856 DEVICE_FLAGS_ANDROID_BUGS },
2857 /* https://sourceforge.net/p/libmtp/bugs/1420/ */
2858 { "HTC", 0x0bb4, "Desire 816G (MTP)", 0x0edb,
2859 DEVICE_FLAGS_ANDROID_BUGS },
2860 { "HTC", 0x0bb4, "HTC One (MTP+ADB+CDC)", 0x0f5f,
2861 DEVICE_FLAGS_ANDROID_BUGS },
2862 { "HTC", 0x0bb4, "HTC One (MTP+CDC)", 0x0f60,
2863 DEVICE_FLAGS_ANDROID_BUGS },
2864 { "HTC", 0x0bb4, "HTC One (MTP+ADB)", 0x0f63,
2865 DEVICE_FLAGS_ANDROID_BUGS },
2866 { "HTC", 0x0bb4, "HTC One (MTP)", 0x0f64,
2867 DEVICE_FLAGS_ANDROID_BUGS },
2868 { "HTC", 0x0bb4, "HTC One (MTP+ADB+?)", 0x0f87,
2869 DEVICE_FLAGS_ANDROID_BUGS },
2870 { "HTC", 0x0bb4, "HTC One (ID3)", 0x0f91,
2871 DEVICE_FLAGS_ANDROID_BUGS },
2872 { "HTC", 0x0bb4, "HTC One M8 (MTP)", 0x0f25,
2873 DEVICE_FLAGS_ANDROID_BUGS },
2874 { "HTC", 0x0bb4, "HTC One M8 (MTP+ADB)", 0x061a,
2875 DEVICE_FLAGS_ANDROID_BUGS },
2876 { "HTC", 0x0bb4, "HTC One M8 (MTP+UMS)", 0x0fb5,
2877 DEVICE_FLAGS_ANDROID_BUGS },
2878 { "HTC", 0x0bb4, "HTC One M8 (MTP+ADB+UMS)", 0x0fb4,
2879 DEVICE_FLAGS_ANDROID_BUGS },
2880
2881 #if 1
2882 /* after some review I commented it back in. There was apparently
2883 * only one or two devices misbehaving (having this ID in mass storage mode),
2884 * but more seem to use it regulary as MTP devices. Marcus 20150401 */
2885 /*
2886 * This had to be commented out - the same VID+PID is used also for
2887 * other modes than MTP, so we need to let mtp-probe do its job on this
2888 * device instead of adding it to the database.
2889 *
2890 * Apparently also used by a clone called Jiayu G2S
2891 * with the MTK6577T chipset
2892 * http://www.ejiayu.com/en/Product-19.html
2893 * Wiko Cink Peax 2
2894 */
2895 { "HTC", 0x0bb4, "Android Device ID2 (Zopo, HD2...)", 0x2008,
2896 DEVICE_FLAGS_ANDROID_BUGS },
2897 #endif
2898 /* https://sourceforge.net/p/libmtp/bugs/1198/ */
2899 { "HTC", 0x0bb4, "Motorola Razr D1", 0x2012,
2900 DEVICE_FLAGS_ANDROID_BUGS },
2901 /* https://sourceforge.net/p/libmtp/bugs/1440/ */
2902 { "HTC", 0x0bb4, "Motorola P98 4G", 0x201d,
2903 DEVICE_FLAGS_ANDROID_BUGS },
2904 /* https://sourceforge.net/p/libmtp/bugs/1508/ */
2905 { "HTC", 0x0bb4, "One M9 (3rd ID)", 0x4ee1,
2906 DEVICE_FLAGS_ANDROID_BUGS },
2907 /* https://sourceforge.net/p/libmtp/support-requests/217/ */
2908 { "HTC", 0x0bb4, "One M9 (4th ID)", 0x4ee2,
2909 DEVICE_FLAGS_ANDROID_BUGS }, 1863 DEVICE_FLAGS_ANDROID_BUGS },
2910 // These identify themselves as "cm_tenderloin", fun... 1864 // These identify themselves as "cm_tenderloin", fun...
2911 // Done by HTC for HP I guess. 1865 // Done by HTC for HP I guess.
2912 { "HTC (for Hewlett-Packard)", 0x0bb4, "HP Touchpad (MTP)", 0x685c, 1866 { "Hewlett-Packard", 0x0bb4, "HP Touchpad", 0x685c,
2913 DEVICE_FLAGS_ANDROID_BUGS }, 1867 DEVICE_FLAGS_ANDROID_BUGS },
2914 { "HTC (for Hewlett-Packard)", 0x0bb4, "HP Touchpad (MTP+ADB)", 0x6860, 1868 { "Hewlett-Packard", 0x0bb4, "HP Touchpad (debug mode)",
1869 0x6860, DEVICE_FLAGS_ANDROID_BUGS },
1870 // Reported by anonymous SourceForge user
1871 { "HTC", 0x0bb4, "Zopo ZP100 (ID2)", 0x2008,
2915 DEVICE_FLAGS_ANDROID_BUGS }, 1872 DEVICE_FLAGS_ANDROID_BUGS },
2916 { "HTC", 0x0bb4, "Windows Phone 8s ID1", 0xf0ca,
2917 DEVICE_FLAG_NONE },
2918 1873
2919 /* 1874 /*
2920 * NEC 1875 * NEC
2921 */ 1876 */
2922 { "NEC", 0x0409, "FOMA N01A", 0x0242, DEVICE_FLAG_NONE }, 1877 { "NEC", 0x0409, "FOMA N01A", 0x0242, DEVICE_FLAG_NONE },
2923 { "NEC", 0x0409, "Casio C811", 0x0326, DEVICE_FLAG_NONE },
2924 { "NEC", 0x0409, "Casio CA-201L", 0x0432, DEVICE_FLAG_NONE },
2925 1878
2926 /* 1879 /*
2927 * nVidia 1880 * nVidia
2928 */ 1881 */
2929 // Found on Internet forum 1882 // Found on Internet forum
2930 { "nVidia", 0x0955, "CM9-Adam", 0x70a9, 1883 { "nVidia", 0x0955, "CM9-Adam", 0x70a9, DEVICE_FLAGS_ANDROID_BUGS },
2931 DEVICE_FLAGS_ANDROID_BUGS },
2932 // Various pads such as Nabi2, Notion Ink Adam, Viewsonic G-Tablet
2933 { "nVidia", 0x0955, "Various tablets (ID1)", 0x7100,
2934 DEVICE_FLAGS_ANDROID_BUGS },
2935 { "nVidia", 0x0955, "Various tablets (ID2)", 0x7102,
2936 DEVICE_FLAGS_ANDROID_BUGS },
2937 /* https://sourceforge.net/p/libmtp/bugs/1582/ */
2938 { "nVidia", 0x0955, "Jetson TX1", 0x7721,
2939 DEVICE_FLAGS_ANDROID_BUGS },
2940 { "nVidia", 0x0955, "Shield (ID1)", 0xb400,
2941 DEVICE_FLAGS_ANDROID_BUGS },
2942 /* https://sourceforge.net/p/libmtp/bugs/1447/ */
2943 { "nVidia", 0x0955, "Shield (Tegra4)", 0xb401,
2944 DEVICE_FLAGS_ANDROID_BUGS },
2945 /* https://sourceforge.net/p/libmtp/bugs/1087/ */
2946 { "nVidia", 0x0955, "Tegra Note", 0xcf02,
2947 DEVICE_FLAGS_ANDROID_BUGS },
2948 /* benpro82@gmail.com */
2949 { "nVidia", 0x0955, "Shield (ID2)", 0xcf07,
2950 DEVICE_FLAGS_ANDROID_BUGS },
2951 1884
2952 /* 1885 /*
2953 * Vizio 1886 * Vizio
2954 * Reported by:
2955 * Michael Gurski <gurski@users.sourceforge.net>
2956 */ 1887 */
2957 /* https://sourceforge.net/p/libmtp/support-requests/221/ */ 1888 // Reported by Michael Gurski <gurski@users.sourceforge.net>
2958 { "Nokia", 0x0489, "N1", 0x1ab0, 1889 { "Vizio", 0x0489, "VTAB1008", 0xe040, DEVICE_FLAGS_ANDROID_BUGS },
2959 DEVICE_FLAGS_ANDROID_BUGS },
2960 /* https://sourceforge.net/p/libmtp/bugs/1567/ */
2961 { "InFocus", 0x0489, "M808", 0xc00b,
2962 DEVICE_FLAGS_ANDROID_BUGS },
2963 /* https://sourceforge.net/p/libmtp/support-requests/138/ */
2964 { "InFocus", 0x0489, "M810", 0xc025,
2965 DEVICE_FLAGS_ANDROID_BUGS },
2966 { "Vizio", 0x0489, "Unknown 1", 0xc026,
2967 DEVICE_FLAGS_ANDROID_BUGS },
2968 { "Vizio", 0x0489, "VTAB1008", 0xe040,
2969 DEVICE_FLAGS_ANDROID_BUGS },
2970 { "Vizio (for Lenovo)", 0x0489, "LIFETAB S9714", 0xe111,
2971 DEVICE_FLAGS_ANDROID_BUGS },
2972
2973 1890
2974 /* 1891 /*
2975 * Amazon 1892 * Viewpia, bq...
1893 * Seems like some multi-branded OEM product.
2976 */ 1894 */
2977 { "Amazon", 0x1949, "Kindle Fire 2G (ID1)", 0x0005, 1895 { "Various", 0x2207, "Viewpia DR/bq Kepler", 0x0001, DEVICE_FLAGS_ANDROID_BUGS },
2978 DEVICE_FLAGS_ANDROID_BUGS },
2979 { "Amazon", 0x1949, "Kindle Fire (ID1)", 0x0007,
2980 DEVICE_FLAGS_ANDROID_BUGS },
2981 { "Amazon", 0x1949, "Kindle Fire (ID2)", 0x0008,
2982 DEVICE_FLAGS_ANDROID_BUGS },
2983 { "Amazon", 0x1949, "Kindle Fire (ID3)", 0x000a,
2984 DEVICE_FLAGS_ANDROID_BUGS },
2985 /* https://sourceforge.net/p/libmtp/bugs/1026/ */
2986 { "Amazon", 0x1949, "Kindle Fire (ID6)", 0x000b,
2987 DEVICE_FLAGS_ANDROID_BUGS },
2988 { "Amazon", 0x1949, "Kindle Fire (ID4)", 0x000c,
2989 DEVICE_FLAGS_ANDROID_BUGS },
2990 /* https://sourceforge.net/p/libmtp/bugs/1015/ */
2991 { "Amazon", 0x1949, "Kindle Fire (ID7)", 0x000d,
2992 DEVICE_FLAGS_ANDROID_BUGS },
2993 { "Amazon", 0x1949, "Kindle Fire (ID5)", 0x0012,
2994 DEVICE_FLAGS_ANDROID_BUGS },
2995 /* https://sourceforge.net/p/libmtp/bugs/1353/ */
2996 { "Amazon", 0x1949, "Kindle Fire HD6", 0x00f2,
2997 DEVICE_FLAGS_ANDROID_BUGS },
2998 /* https://sourceforge.net/p/libmtp/bugs/1460/ */
2999 { "Amazon", 0x1949, "Kindle Fire 8", 0x0211,
3000 DEVICE_FLAGS_ANDROID_BUGS },
3001 /* https://sourceforge.net/p/libmtp/feature-requests/158/ */
3002 { "Amazon", 0x1949, "Kindle Fire 8 HD", 0x0212,
3003 DEVICE_FLAGS_ANDROID_BUGS },
3004 /* https://sourceforge.net/p/libmtp/bugs/1448/ */
3005 { "Amazon", 0x1949, "Kindle Fire 7", 0x0221,
3006 DEVICE_FLAGS_ANDROID_BUGS },
3007 /* https://sourceforge.net/p/libmtp/bugs/1491/ */
3008 { "Amazon", 0x1949, "Kindle Fire 5", 0x0222,
3009 DEVICE_FLAGS_ANDROID_BUGS },
3010 { "Amazon", 0x1949, "Fire Phone", 0x0800,
3011 DEVICE_FLAGS_ANDROID_BUGS },
3012 1896
3013 /* 1897 /*
3014 * Barnes&Noble
3015 */
3016 { "Barnes&Noble", 0x2080, "Nook HD+", 0x0005,
3017 DEVICE_FLAGS_ANDROID_BUGS },
3018 { "Barnes&Noble", 0x2080, "Nook HD", 0x0006,
3019 DEVICE_FLAGS_ANDROID_BUGS },
3020 /* https://sourceforge.net/p/libmtp/bugs/1504/ */
3021 { "Barnes&Noble", 0x2080, "Nook Glowlight+", 0x000a,
3022 DEVICE_FLAGS_ANDROID_BUGS },
3023
3024 /*
3025 * Viewpia, bq, YiFang
3026 * Seems like some multi-branded OEM product line.
3027 */
3028 { "Various", 0x2207, "Viewpia DR/bq Kepler", 0x0001,
3029 DEVICE_FLAGS_ANDROID_BUGS },
3030 { "YiFang", 0x2207, "BQ Tesla", 0x0006,
3031 DEVICE_FLAGS_ANDROID_BUGS },
3032 /* https://sourceforge.net/p/libmtp/bugs/1354/ */
3033 { "Various", 0x2207, "Viewpia DR/bq Kepler Debugging", 0x0011,
3034 DEVICE_FLAGS_ANDROID_BUGS },
3035
3036 /*
3037 * Kobo
3038 */
3039 /* https://sourceforge.net/p/libmtp/bugs/1208/ */
3040 { "Kobo", 0x2237, "Arc 7 HD", 0xb108,
3041 DEVICE_FLAGS_ANDROID_BUGS },
3042 // Reported by George Talusan
3043 { "Kobo", 0x2237, "Arc (ID1)", 0xd108,
3044 DEVICE_FLAGS_ANDROID_BUGS },
3045 { "Kobo", 0x2237, "Arc (ID2)", 0xd109,
3046 DEVICE_FLAGS_ANDROID_BUGS },
3047
3048 /*
3049 * Hisense
3050 */
3051 // Reported by Anonymous SourceForge users
3052 { "Hisense", 0x109b, "E860 (ID1)", 0x9106, DEVICE_FLAGS_ANDROID_BUGS },
3053 { "Hisense", 0x109b, "E860 (ID2)", 0x9109, DEVICE_FLAGS_ANDROID_BUGS },
3054
3055 /*
3056 * Intel
3057 * Also sold rebranded as Orange products
3058 */
3059 { "Intel", 0x8087, "Xolo 900/AZ210A", 0x09fb, DEVICE_FLAGS_ANDROID_BUGS },
3060 /* https://sourceforge.net/p/libmtp/bugs/1256/ */
3061 { "Intel", 0x8087, "Noblex T7A21", 0x0a16, DEVICE_FLAGS_ANDROID_BUGS },
3062 /* https://sourceforge.net/p/libmtp/bugs/1252/ */
3063 { "Intel", 0x8087, "Foxconn iView i700", 0x0a15, DEVICE_FLAGS_ANDROID_BUGS },
3064 /* https://sourceforge.net/p/libmtp/bugs/1237/ */
3065 { "Intel", 0x8087, "Telcast Air 3G", 0x0a5e, DEVICE_FLAGS_ANDROID_BUGS },
3066 /* https://sourceforge.net/p/libmtp/bugs/1338/ */
3067 { "Intel", 0x8087, "Chuwi vi8", 0x0a5f, DEVICE_FLAGS_ANDROID_BUGS },
3068
3069 /*
3070 * Xiaomi
3071 */
3072 /* https://sourceforge.net/p/libmtp/bugs/1269/ */
3073 { "Xiaomi", 0x2717, "Mi-3w (MTP)", 0x0360,
3074 DEVICE_FLAGS_ANDROID_BUGS },
3075 { "Xiaomi", 0x2717, "Mi-3 (MTP)", 0x0368,
3076 DEVICE_FLAGS_ANDROID_BUGS },
3077 /* https://sourceforge.net/p/libmtp/bugs/1149/ */
3078 { "Xiaomi", 0x2717, "MiPad (MTP)", 0x0660,
3079 DEVICE_FLAGS_ANDROID_BUGS },
3080 /* https://sourceforge.net/p/libmtp/bugs/1489/ */
3081 { "Xiaomi", 0x2717, "MiPad (MTP+ADB)", 0x0668,
3082 DEVICE_FLAGS_ANDROID_BUGS },
3083 { "Xiaomi", 0x2717, "Hongmi (MTP+ADB)", 0x1240,
3084 DEVICE_FLAGS_ANDROID_BUGS },
3085 /* https://sourceforge.net/p/libmtp/bugs/1095/ */
3086 { "Xiaomi", 0x2717, "Hongmi (MTP)", 0x1248,
3087 DEVICE_FLAGS_ANDROID_BUGS },
3088 /* https://sourceforge.net/p/libmtp/bugs/1295/ */
3089 { "Redmi", 0x2717, "1S (MTP)", 0x1260,
3090 DEVICE_FLAGS_ANDROID_BUGS },
3091 /* https://sourceforge.net/p/libmtp/bugs/1164/ */
3092 { "Redmi", 0x2717, "HM 1S (MTP)", 0x1268,
3093 DEVICE_FLAGS_ANDROID_BUGS },
3094 /* https://sourceforge.net/p/libmtp/discussion/535190/ */
3095 { "Xiaomi", 0x2717, "HM NOTE 1LTEW MIUI (MTP)", 0x1368,
3096 DEVICE_FLAGS_ANDROID_BUGS },
3097 { "Xiaomi", 0x2717, "Mi-2 (MTP+ADB)", 0x9039,
3098 DEVICE_FLAGS_ANDROID_BUGS },
3099 { "Xiaomi", 0x2717, "Mi-2 (MTP)", 0xf003,
3100 DEVICE_FLAGS_ANDROID_BUGS },
3101 /* https://sourceforge.net/p/libmtp/bugs/1397/ */
3102 { "Xiaomi", 0x2717, "Mi-2s (id2) (MTP)", 0xff40,
3103 DEVICE_FLAGS_ANDROID_BUGS },
3104 /* https://sourceforge.net/p/libmtp/bugs/1339/ */
3105 { "Xiaomi", 0x2717, "Mi-2s (MTP)", 0xff48,
3106 DEVICE_FLAGS_ANDROID_BUGS },
3107 /* https://sourceforge.net/p/libmtp/bugs/1402/ */
3108 { "Xiaomi", 0x2717, "Redmi 2 (MTP)", 0xff60,
3109 DEVICE_FLAGS_ANDROID_BUGS },
3110 /* https://sourceforge.net/p/libmtp/bugs/1445/ */
3111 { "Xiaomi", 0x2717, "Redmi 2 2014811 (MTP)", 0xff68,
3112 DEVICE_FLAGS_ANDROID_BUGS },
3113
3114 /*
3115 * XO Learning Tablet
3116 * Also Trio Stealth G2 tablet it seems
3117 */
3118 { "Acromag Inc.", 0x16d5, "XO Learning Tablet (MTP+ADB)", 0x8005,
3119 DEVICE_FLAGS_ANDROID_BUGS },
3120 { "Acromag Inc.", 0x16d5, "XO Learning Tablet (MTP)", 0x8006,
3121 DEVICE_FLAGS_ANDROID_BUGS },
3122
3123 /*
3124 * SHARP Corporation
3125 */
3126 { "SHARP Corporation", 0x0489, "SH930W", 0xc025,
3127 DEVICE_FLAGS_ANDROID_BUGS },
3128 { "SHARP Corporation", 0x04dd, "SBM203SH", 0x9661,
3129 DEVICE_FLAGS_ANDROID_BUGS },
3130 { "SHARP Corporation", 0x04dd, "SH-06E", 0x96ca,
3131 DEVICE_FLAGS_ANDROID_BUGS },
3132
3133 /*
3134 * T & A Mobile phones Alcatel and TCT
3135 */
3136 { "Alcatel", 0x1bbb, "One Touch 997D (MTP+ADB)", 0x0c02,
3137 DEVICE_FLAGS_ANDROID_BUGS },
3138 { "Alcatel", 0x1bbb, "One Touch 997D (MTP)", 0x2008,
3139 DEVICE_FLAGS_ANDROID_BUGS },
3140 { "Alcatel/TCT", 0x1bbb, "6010D/TCL S950", 0x0167,
3141 DEVICE_FLAGS_ANDROID_BUGS },
3142 { "Alcatel", 0x1bbb, "6030a", 0x0168,
3143 DEVICE_FLAGS_ANDROID_BUGS },
3144 { "Alcatel/Bouygues", 0x1bbb, "BS472", 0x904d,
3145 DEVICE_FLAGS_ANDROID_BUGS },
3146 /* https://sourceforge.net/p/libmtp/bugs/1304/ */
3147 { "Alcatel", 0x1bbb, "OneTouch 5042D (MTP)", 0xa00e,
3148 DEVICE_FLAGS_ANDROID_BUGS },
3149 /* https://sourceforge.net/p/libmtp/support-requests/189/ */
3150 { "Alcatel", 0x1bbb, "OneTouch Idol 3 small (MTP)", 0xaf2a,
3151 DEVICE_FLAGS_ANDROID_BUGS },
3152 /* https://sourceforge.net/p/libmtp/bugs/1401/ */
3153 { "Alcatel", 0x1bbb, "OneTouch Idol 3 (MTP)", 0xaf2b,
3154 DEVICE_FLAGS_ANDROID_BUGS },
3155 /* https://sourceforge.net/p/libmtp/feature-requests/114/ */
3156 { "Alcatel", 0x1bbb, "OneTouch 6034R", 0xf003,
3157 DEVICE_FLAGS_ANDROID_BUGS },
3158
3159 /*
3160 * Kyocera
3161 */
3162 { "Kyocera", 0x0482, "Rise", 0x0571, DEVICE_FLAGS_ANDROID_BUGS },
3163 /* https://sourceforge.net/p/libmtp/bugs/1492/ */
3164 { "Kyocera", 0x0482, "Event", 0x0591, DEVICE_FLAGS_ANDROID_BUGS & ~DEVICE_FLA G_FORCE_RESET_ON_CLOSE },
3165 /* https://sourceforge.net/p/libmtp/feature-requests/134/ */
3166 { "Kyocera", 0x0482, "Torque Model E6715", 0x0059a, DEVICE_FLAGS_ANDROID_BUGS },
3167 /* https://sourceforge.net/p/libmtp/feature-requests/164/ */
3168 { "Kyocera", 0x0482, "Hydro Elite C6750", 0x073c, DEVICE_FLAGS_ANDROID_BUGS },
3169 /* https://sourceforge.net/p/libmtp/discussion/535190/thread/6270f5ce/ */
3170 { "Kyocera", 0x0482, "KYL22", 0x0810, DEVICE_FLAGS_ANDROID_BUGS },
3171 /* https://sourceforge.net/p/libmtp/bugs/1518/ */
3172 { "Kyocera", 0x0482, "302KC", 0x09fc, DEVICE_FLAGS_ANDROID_BUGS },
3173 /* https://sourceforge.net/p/libmtp/bugs/1345/ */
3174 { "Kyocera", 0x0482, "DuraForce", 0x0979, DEVICE_FLAGS_ANDROID_BUGS },
3175 /* https://sourceforge.net/p/libmtp/bugs/1476/ */
3176 { "Kyocera", 0x0482, "KC-S701", 0x09cb, DEVICE_FLAGS_ANDROID_BUGS },
3177
3178 /*
3179 * HiSense
3180 */
3181 { "HiSense", 0x109b, "Sero 7 Pro", 0x9105,
3182 DEVICE_FLAGS_ANDROID_BUGS },
3183
3184 /*
3185 * Hewlett-Packard
3186 */
3187 { "Hewlett-Packard", 0x03f0, "Slate 7 4600", 0x5c1d,
3188 DEVICE_FLAGS_ANDROID_BUGS },
3189 { "Hewlett-Packard", 0x03f0, "Slate 7 2800", 0x5d1d,
3190 DEVICE_FLAGS_ANDROID_BUGS },
3191 /* https://sourceforge.net/p/libmtp/bugs/1366/ */
3192 { "Hewlett-Packard", 0x03f0, "Slate 10 HD", 0x7e1d,
3193 DEVICE_FLAGS_ANDROID_BUGS },
3194
3195 /*
3196 * MediaTek Inc.
3197 */
3198 { "MediaTek Inc", 0x0e8d, "MT5xx and MT6xx SoCs", 0x0050,
3199 DEVICE_FLAGS_ANDROID_BUGS },
3200 /* https://sourceforge.net/p/libmtp/bugs/1553/ */
3201 { "Bravis", 0x0e8d, "A401 Neo", 0x0c03,
3202 DEVICE_FLAGS_ANDROID_BUGS },
3203 /* https://sourceforge.net/p/libmtp/bugs/1422/ */
3204 { "MediaTek Inc", 0x0e8d, "MT65xx", 0x2008,
3205 DEVICE_FLAGS_ANDROID_BUGS },
3206 /* https://sourceforge.net/p/libmtp/bugs/1467/ */
3207 { "elephone", 0x0e8d, "p6000", 0x2008,
3208 DEVICE_FLAGS_ANDROID_BUGS },
3209 /* https://sourceforge.net/p/libmtp/feature-requests/79/ */
3210 { "MediaTek Inc", 0x0e8d, "Elephone P8000", 0x201d,
3211 DEVICE_FLAGS_ANDROID_BUGS },
3212
3213 /*
3214 * Jolla
3215 */
3216 { "Jolla", 0x2931, "Sailfish (ID1)", 0x0a01,
3217 DEVICE_FLAGS_ANDROID_BUGS },
3218
3219 /* In update 4 the order of devices was changed for
3220 better OS X / Windows suport and another device-id
3221 got assigned for the MTP */
3222 { "Jolla", 0x2931, "Sailfish (ID2)", 0x0a05,
3223 DEVICE_FLAGS_ANDROID_BUGS },
3224
3225 /* In a later version, the ID changed again. */
3226 { "Jolla", 0x2931, "Sailfish (ID3)", 0x0a07,
3227 DEVICE_FLAGS_ANDROID_BUGS },
3228
3229 /*
3230 * TCL? Alcatel?
3231 */
3232 { "TCL", 0x0451, "Alcatel one touch 986+", 0xd108,
3233 DEVICE_FLAGS_ANDROID_BUGS },
3234
3235 /*
3236 * Garmin
3237 */
3238 { "Garmin", 0x091e, "Monterra", 0x2585,
3239 DEVICE_FLAGS_ANDROID_BUGS },
3240
3241 /*
3242 * Wacom
3243 */
3244 { "Wacom", 0x0531, "Cintiq Companion Hybrid (MTP+ADB)", 0x2001,
3245 DEVICE_FLAGS_ANDROID_BUGS },
3246
3247 /*
3248 * Kurio
3249 */
3250 { "Kurio", 0x1f3a, "7S", 0x1006,
3251 DEVICE_FLAGS_ANDROID_BUGS },
3252 /* https://sourceforge.net/p/libmtp/bugs/1521/ */
3253 { "iRulu", 0x1f3a, "X1s", 0x1007,
3254 DEVICE_FLAGS_ANDROID_BUGS },
3255 /* https://sourceforge.net/p/libmtp/bugs/1245/ */
3256 { "DigiLand", 0x1f3a, "DL701Q", 0x0c02,
3257 DEVICE_FLAGS_ANDROID_BUGS },
3258
3259 /*
3260 * bq
3261 * https://sourceforge.net/p/libmtp/feature-requests/128/
3262 */
3263 { "bq", 0x2a47, "Krillin (MTP)", 0x2008,
3264 DEVICE_FLAGS_ANDROID_BUGS },
3265 /* https://sourceforge.net/p/libmtp/feature-requests/163/ */
3266 { "bq", 0x2a47, "Aquaris M10 (MTP)", 0x200d,
3267 DEVICE_FLAGS_ANDROID_BUGS },
3268 /* https://sourceforge.net/p/libmtp/bugs/1558/ */
3269 { "bq", 0x2a47, "Avila Cooler (MTP)", 0x201d,
3270 DEVICE_FLAGS_ANDROID_BUGS },
3271 { "bq", 0x2a47, "Krillin (MTP+ADB)", 0x0c02,
3272 DEVICE_FLAGS_ANDROID_BUGS },
3273 /* https://sourceforge.net/p/libmtp/bugs/1311/ */
3274 { "bq", 0x2a47, "Aquarius E5-4G", 0x7f10,
3275 DEVICE_FLAGS_ANDROID_BUGS },
3276 /* https://sourceforge.net/p/libmtp/bugs/1541/ */
3277 { "bq", 0x2a47, "Aquarius M5.5", 0x901b,
3278 DEVICE_FLAGS_ANDROID_BUGS },
3279
3280 /* https://sourceforge.net/p/libmtp/bugs/1292/ */
3281 { "Prestigio", 0x29e4, "5505 DUO ", 0x1103, DEVICE_FLAGS_ANDROID_BUGS },
3282 /* https://sourceforge.net/p/libmtp/bugs/1243/ */
3283 { "Prestigio", 0x29e4, "5504 DUO ", 0x1203, DEVICE_FLAGS_ANDROID_BUGS },
3284 /* https://sourceforge.net/p/libmtp/feature-requests/141/ */
3285 { "Prestigio", 0x29e4, "3405 DUO ", 0x3201, DEVICE_FLAGS_ANDROID_BUGS },
3286 /* https://sourceforge.net/p/libmtp/feature-requests/148/ */
3287 { "Prestigio", 0x29e4, "Multipad Color 7.0", 0xb003, DEVICE_FLAGS_ANDROID_BUGS },
3288
3289 /* https://sourceforge.net/p/libmtp/bugs/1283/ */
3290 { "Megafon", 0x201e, "MFLogin3T", 0x42ab, DEVICE_FLAGS_ANDROID_BUGS },
3291 /* https://sourceforge.net/p/libmtp/support-requests/208/ */
3292 { "Haier", 0x201e, "CT715", 0xa0c1, DEVICE_FLAGS_ANDROID_BUGS },
3293
3294 /* https://sourceforge.net/p/libmtp/bugs/1287/ */
3295 { "Gensis", 0x040d, "GT-7305 ", 0x885c, DEVICE_FLAGS_ANDROID_BUGS },
3296
3297 /* https://sourceforge.net/p/libmtp/support-requests/182/ */
3298 { "Oppo", 0x22d9, "Find 5", 0x2764, DEVICE_FLAGS_ANDROID_BUGS },
3299 /* https://sourceforge.net/p/libmtp/bugs/1207/ */
3300 { "Oppo", 0x22d9, "Find 7 (ID 1)", 0x2765, DEVICE_FLAGS_ANDROID_BUGS },
3301 /* https://sourceforge.net/p/libmtp/bugs/1277/ */
3302 { "Oppo", 0x22d9, "X9006", 0x2773, DEVICE_FLAGS_ANDROID_BUGS },
3303 /* https://sourceforge.net/p/libmtp/support-requests/129/ */
3304 { "Oppo", 0x22d9, "Find 7 (ID 2)", 0x2774, DEVICE_FLAGS_ANDROID_BUGS },
3305
3306 /* https://sourceforge.net/p/libmtp/bugs/1273/ */
3307 { "Gigabyte", 0x0414, "RCT6773W22 (MTP+ADB)", 0x0c02, DEVICE_FLAGS_ANDROID_BUG S },
3308 { "Gigabyte", 0x0414, "RCT6773W22 (MTP)", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
3309
3310 /* https://sourceforge.net/p/libmtp/bugs/1264/ */
3311 { "Meizu", 0x2a45, "MX Phone (MTP)", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
3312 /* https://sourceforge.net/p/libmtp/bugs/1263/ */
3313 { "Meizu", 0x2a45, "MX Phone (MTP+ADB)", 0x0c02, DEVICE_FLAGS_ANDROID_BUGS },
3314
3315 /* https://sourceforge.net/p/libmtp/bugs/1201/ */
3316 { "Caterpillar", 0x04b7, "Cat S50", 0x88a9, DEVICE_FLAGS_ANDROID_BUGS },
3317 /* https://sourceforge.net/p/libmtp/bugs/1525/ */
3318 { "Caterpillar", 0x04b7, "Cat S50 (2nd ID)", 0x88aa, DEVICE_FLAGS_ANDROID_BUGS },
3319
3320 /* https://sourceforge.net/p/libmtp/bugs/682/ */
3321 { "Pegatron", 0x1d4d, "Chagall (ADB)", 0x5035, DEVICE_FLAGS_ANDROID_BUGS },
3322 { "Pegatron", 0x1d4d, "Chagall", 0x5036, DEVICE_FLAGS_ANDROID_BUGS },
3323 /* https://sourceforge.net/p/libmtp/feature-requests/115/ */
3324 { "Pegatron", 0x1d4d, "Hudl 2", 0x504a, DEVICE_FLAGS_ANDROID_BUGS },
3325
3326 /* https://sourceforge.net/p/libmtp/support-requests/127/ */
3327 { "Yota", 0x2916, "Phone C9660", 0x9039, DEVICE_FLAGS_ANDROID_BUGS },
3328 /* https://sourceforge.net/p/libmtp/bugs/1229/ */
3329 { "Yota", 0x2916, "Phone 2", 0x914d, DEVICE_FLAGS_ANDROID_BUGS },
3330 /* https://sourceforge.net/p/libmtp/bugs/1267/ */
3331 { "Yota", 0x2916, "Phone 2 (ID2)", 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
3332
3333 /* https://sourceforge.net/p/libmtp/bugs/1212/ */
3334 { "Fly", 0x2970, "Evo Tech 4", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
3335
3336 /* https://sourceforge.net/p/libmtp/feature-requests/146/ */
3337 { "Wileyfox", 0x2970, "Swift", 0x2281, DEVICE_FLAGS_ANDROID_BUGS },
3338 /* https://sourceforge.net/p/libmtp/feature-requests/159/ */
3339 { "Wileyfox", 0x2970, "Swift 2", 0x2282, DEVICE_FLAGS_ANDROID_BUGS },
3340
3341 /* https://sourceforge.net/p/libmtp/bugs/1554/ */
3342 { "Kazam", 0x2970, "Trooper 650 4G", 0x9039, DEVICE_FLAGS_ANDROID_BUGS },
3343
3344 /* https://sourceforge.net/p/libmtp/bugs/1303/ */
3345 { "Megafon", 0x1271, "Login+", 0x2012, DEVICE_FLAGS_ANDROID_BUGS },
3346
3347 /* https://sourceforge.net/p/libmtp/bugs/1127/ */
3348 { "Fly", 0x2970, "iq4415 era style 3", 0x0c02, DEVICE_FLAGS_ANDROID_BUGS },
3349 /* https://sourceforge.net/p/libmtp/bugs/1082/ */
3350 { "Fly", 0x1782, "iq449", 0x4001, DEVICE_FLAGS_ANDROID_BUGS },
3351
3352 /*
3353 * YU Yureka.
3354 */
3355 { "YU Yureka", 0x1ebf, "Vodafone smart turbo 4", 0x7f29, DEVICE_FLAGS_ANDROID_ BUGS },
3356
3357 /* https://sourceforge.net/p/libmtp/bugs/1314/ */
3358 { "BenQ", 0x1d45, "F5", 0x459d, DEVICE_FLAGS_ANDROID_BUGS },
3359
3360 /* https://sourceforge.net/p/libmtp/bugs/1362/ */
3361 { "TomTom", 0x1390, "Rider 40", 0x5455, DEVICE_FLAGS_ANDROID_BUGS },
3362
3363 /* https://sourceforge.net/p/libmtp/feature-requests/135/. guessed android. */
3364 { "OUYA", 0x2836, "Videogame Console", 0x0010, DEVICE_FLAGS_ANDROID_BUGS },
3365
3366 /* https://sourceforge.net/p/libmtp/bugs/1383/ */
3367 { "BLU", 0x0e8d, "Studio HD", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
3368
3369 /* https://sourceforge.net/p/libmtp/feature-requests/161/ */
3370 { "Cubot", 0x0e8d, "X17", 0x201d, DEVICE_FLAGS_ANDROID_BUGS },
3371
3372 /* https://sourceforge.net/p/libmtp/bugs/1423/ */
3373 { "OnePlus", 0x2a70, "ONE A2001", 0x9011, DEVICE_FLAGS_ANDROID_BUGS },
3374 /* https://sourceforge.net/p/libmtp/bugs/1450/ */
3375 { "OnePlus", 0x2a70, "OnePlus 2 A2005", 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
3376
3377 /* https://sourceforge.net/p/libmtp/bugs/1436/ */
3378 { "Parrot", 0x19cf, "Bebop Drone", 0x5038, DEVICE_FLAGS_ANDROID_BUGS },
3379
3380 /*
3381 * GoPro Action Cams.
3382 */
3383 { "GoPro" , 0x2672, "HERO3+ Black", 0x0011, DEVICE_FLAG_NONE },
3384 { "GoPro" , 0x2672, "HERO", 0x000c, DEVICE_FLAG_NONE },
3385 { "GoPro" , 0x2672, "HERO4 Silver", 0x000d, DEVICE_FLAG_NONE },
3386 { "Gopro" , 0x2672, "HERO4 Black", 0x000e, DEVICE_FLAG_NONE },
3387 { "GoPro" , 0x2672, "HERO4 Session", 0x000f, DEVICE_FLAG_NONE },
3388
3389 /* https://sourceforge.net/p/libmtp/bugs/1490/ */
3390 { "Marshall" , 0x2ad9, "London", 0x000b, DEVICE_FLAG_NONE },
3391
3392 /* https://sourceforge.net/p/libmtp/support-requests/202/ */
3393 { "Fairphone" , 0x2ae5, "Fairphone 2", 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
3394 /* https://sourceforge.net/p/libmtp/support-requests/214/ */
3395 { "Fairphone" , 0x2ae5, "Fairphone 2 OS", 0x9039, DEVICE_FLAGS_ANDROID_BUGS },
3396
3397 /* https://sourceforge.net/p/libmtp/bugs/1512/ */
3398 { "Allview" , 0x271d, "Energy P5", 0x4016, DEVICE_FLAGS_ANDROID_BUGS },
3399 /* https://sourceforge.net/p/libmtp/bugs/1575/ */
3400 { "Blu" , 0x271d, "Studio Energy 2", 0x4016, DEVICE_FLAGS_ANDROID_BUGS },
3401
3402 /* https://sourceforge.net/p/libmtp/bugs/1545/ */
3403 { "Zuk" , 0x2b4c, "Z1", 0x1004, DEVICE_FLAGS_ANDROID_BUGS },
3404
3405 /* https://sourceforge.net/p/libmtp/bugs/1574/ */
3406 { "Letv" , 0x2b0e, "X5001s", 0x1700, DEVICE_FLAGS_ANDROID_BUGS },
3407 /* https://sourceforge.net/p/libmtp/support-requests/210/ */
3408 { "Letv" , 0x2b0e, "1s", 0x1704, DEVICE_FLAGS_ANDROID_BUGS },
3409 /* https://sourceforge.net/p/libmtp/support-requests/220/ */
3410 { "Letv" , 0x2b0e, "X800 (ID1)", 0x182c, DEVICE_FLAGS_ANDROID_BUGS },
3411 { "Letv" , 0x2b0e, "X800 (ID2)", 0x1830, DEVICE_FLAGS_ANDROID_BUGS },
3412
3413 /* https://sourceforge.net/p/libmtp/bugs/1570/ */
3414 { "Recon Instruments" , 0x2523, "Jet", 0xd209, DEVICE_FLAGS_ANDROID_BUGS },
3415 /* https://sourceforge.net/p/libmtp/bugs/1571/ */
3416 { "Recon Instruments" , 0x2523, "Snow2 HUD", 0xd109, DEVICE_FLAGS_ANDROID_BUGS },
3417 /*
3418 * Other strange stuff. 1898 * Other strange stuff.
3419 */ 1899 */
3420 { "Isabella", 0x0b20, "Her Prototype", 0xddee, DEVICE_FLAG_NONE } 1900 { "Isabella", 0x0b20, "Her Prototype", 0xddee, DEVICE_FLAG_NONE }
OLDNEW
« no previous file with comments | « src/mtpz.c ('k') | src/playlist-spl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698