libmtp 1.1.11

music-players.h

Go to the documentation of this file.
00001 
00032 /*
00033  * MTP device list, trying real bad to get all devices into
00034  * this list by stealing from everyone I know.
00035  * Some devices taken from the Rockbox device listing:
00036  * http://www.rockbox.org/twiki/bin/view/Main/DeviceDetection
00037  */
00038 
00039   /*
00040    * Creative Technology and ZiiLABS
00041    * Initially the Creative devices was all we supported so these are
00042    * the most thoroughly tested devices. Presumably only the devices
00043    * with older firmware (the ones that have 32bit object size) will
00044    * need the DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL flag. This bug
00045    * manifest itself when you have a lot of folders on the device,
00046    * some of the folders will start to disappear when getting all objects
00047    * and properties.
00048    */
00049   { "Creative", 0x041e, "ZEN Vision", 0x411f,
00050       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00051   { "Creative", 0x041e, "Portable Media Center", 0x4123,
00052       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00053   { "Creative", 0x041e, "ZEN Xtra (MTP mode)", 0x4128,
00054       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00055   { "Dell", 0x041e, "DJ (2nd generation)", 0x412f,
00056       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00057   { "Creative", 0x041e, "ZEN Micro (MTP mode)", 0x4130,
00058       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00059   { "Creative", 0x041e, "ZEN Touch (MTP mode)", 0x4131,
00060       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00061   { "Dell", 0x041e, "Dell Pocket DJ (MTP mode)", 0x4132,
00062       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00063   { "Creative", 0x041e, "ZEN MicroPhoto (alternate version)", 0x4133,
00064       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00065   { "Creative", 0x041e, "ZEN Sleek (MTP mode)", 0x4137,
00066       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00067   { "Creative", 0x041e, "ZEN MicroPhoto", 0x413c,
00068       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00069   { "Creative", 0x041e, "ZEN Sleek Photo", 0x413d,
00070       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00071   { "Creative", 0x041e, "ZEN Vision:M", 0x413e,
00072       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00073   // Reported by marazm@o2.pl
00074   { "Creative", 0x041e, "ZEN V", 0x4150,
00075       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00076   // Reported by danielw@iinet.net.au
00077   // This version of the Vision:M needs the no release interface flag,
00078   // unclear whether the other version above need it too or not.
00079   { "Creative", 0x041e, "ZEN Vision:M (DVP-HD0004)", 0x4151,
00080       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00081       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00082   // Reported by Darel on the XNJB forums
00083   { "Creative", 0x041e, "ZEN V Plus", 0x4152,
00084       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00085   { "Creative", 0x041e, "ZEN Vision W", 0x4153,
00086       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00087   // Don't add 0x4155: this is a Zen Stone device which is not MTP
00088   // Reported by Paul Kurczaba <paul@kurczaba.com>
00089   { "Creative", 0x041e, "ZEN", 0x4157,
00090       DEVICE_FLAG_IGNORE_HEADER_ERRORS |
00091       DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS |
00092       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00093   // Reported by Ringofan <mcroman@users.sourceforge.net>
00094   { "Creative", 0x041e, "ZEN V 2GB", 0x4158,
00095       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00096   // Reported by j norment <stormzen@gmail.com>
00097   { "Creative", 0x041e, "ZEN Mozaic", 0x4161,
00098       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00099   // Reported by Aaron F. Gonzalez <sub_tex@users.sourceforge.net>
00100   { "Creative", 0x041e, "ZEN X-Fi", 0x4162,
00101       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00102   // Reported by farmerstimuli <farmerstimuli@users.sourceforge.net>
00103   { "Creative", 0x041e, "ZEN X-Fi 3", 0x4169,
00104       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00105   // Reported by Todor Gyumyushev <yodor1@users.sourceforge.net>
00106   { "ZiiLABS", 0x041e, "Zii EGG", 0x6000,
00107       DEVICE_FLAG_UNLOAD_DRIVER |
00108       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00109       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00110       DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00111       DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00112 
00113   /*
00114    * Samsung
00115    * We suspect that more of these are dual mode.
00116    * We suspect more of these might need DEVICE_FLAG_NO_ZERO_READS
00117    * We suspect more of these might need DEVICE_FLAG_PLAYLIST_SPL_V1
00118    *  or DEVICE_FLAG_PLAYLIST_SPL_V2 to get playlists working.
00119    * YP-NEU, YP-NDU, YP-20, YP-800, YP-MF Series, YP-100, YP-30
00120    * YP-700 and YP-90 are NOT MTP, but use a Samsung custom protocol.
00121    * See: http://wiki.xiph.org/index.php/PortablePlayers for Ogg
00122    * status.
00123    */
00124   // From anonymous SourceForge user, not verified
00125   { "Samsung", 0x04e8, "YP-900", 0x0409, DEVICE_FLAG_NONE },
00126   // From MItch <dbaker@users.sourceforge.net>
00127   { "Samsung", 0x04e8, "I550W Phone", 0x04a4, DEVICE_FLAG_NONE },
00128   // From Manfred Enning <menning@users.sourceforge.net>
00129   { "Samsung", 0x04e8, "Jet S8000", 0x4f1f, DEVICE_FLAG_NONE },
00130   // From Gabriel Nunes <gabrielkm1@yahoo.com.br>
00131   { "Samsung", 0x04e8, "YH-920 (501d)", 0x501d, DEVICE_FLAG_UNLOAD_DRIVER },
00132   // From Soren O'Neill
00133   { "Samsung", 0x04e8, "YH-920 (5022)", 0x5022, DEVICE_FLAG_UNLOAD_DRIVER },
00134   // Contributed by aronvanammers on SourceForge
00135   { "Samsung", 0x04e8, "YH-925GS", 0x5024, DEVICE_FLAG_NONE },
00136   // From libgphoto2, according to tests by Stephan Fabel it cannot
00137   // get all objects with the getobjectproplist command..
00138   { "Samsung", 0x04e8, "YH-820", 0x502e,
00139       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00140   // Contributed by polux2001@users.sourceforge.net
00141   { "Samsung", 0x04e8, "YH-925(-GS)", 0x502f,
00142       DEVICE_FLAG_UNLOAD_DRIVER |
00143       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00144   // Contributed by anonymous person on SourceForge
00145   { "Samsung", 0x04e8, "YH-J70J", 0x5033,
00146       DEVICE_FLAG_UNLOAD_DRIVER },
00147   // From XNJB user
00148   // Guessing on .spl flag
00149   { "Samsung", 0x04e8, "YP-Z5", 0x503c,
00150       DEVICE_FLAG_UNLOAD_DRIVER |
00151       DEVICE_FLAG_OGG_IS_UNKNOWN |
00152       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00153   // Don't add 0x5041 as this is YP-Z5 in USB mode
00154   // Contributed by anonymous person on SourceForge
00155   { "Samsung", 0x04e8, "YP-T7J", 0x5047,
00156       DEVICE_FLAG_UNLOAD_DRIVER |
00157       DEVICE_FLAG_OGG_IS_UNKNOWN },
00158   // Reported by cstrickler@gmail.com
00159   { "Samsung", 0x04e8, "YP-U2J (YP-U2JXB/XAA)", 0x5054,
00160       DEVICE_FLAG_UNLOAD_DRIVER |
00161       DEVICE_FLAG_OGG_IS_UNKNOWN },
00162   // Reported by Andrew Benson
00163   { "Samsung", 0x04e8, "YP-F2J", 0x5057,
00164       DEVICE_FLAG_UNLOAD_DRIVER },
00165   // Reported by Patrick <skibler@gmail.com>
00166   // Just guessing but looks like .spl v1 http://www.anythingbutipod.com/forum/showthread.php?t=14160
00167   { "Samsung", 0x04e8, "YP-K5", 0x505a,
00168       DEVICE_FLAG_UNLOAD_DRIVER |
00169       DEVICE_FLAG_NO_ZERO_READS |
00170       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00171   // From dev.local@gmail.com - 0x4e8/0x507c is the UMS mode, apparently
00172   // do not add that device.
00173   // From m.eik michalke
00174   // This device does NOT use the special SPL playlist according to sypqgjxu@gmx.de.
00175   { "Samsung", 0x04e8, "YP-U3", 0x507d,
00176       DEVICE_FLAG_UNLOAD_DRIVER |
00177       DEVICE_FLAG_OGG_IS_UNKNOWN },
00178   // Reported by Matthew Wilcox <matthew@wil.cx>
00179   // Sergio <sfrdll@tiscali.it> reports this device need the BROKEN ALL flag.
00180   // Guessing on .spl flag
00181   { "Samsung", 0x04e8, "YP-T9", 0x507f,
00182       DEVICE_FLAG_UNLOAD_DRIVER |
00183       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00184       DEVICE_FLAG_OGG_IS_UNKNOWN |
00185       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00186   // From Paul Clinch
00187   // Just guessing but looks like .spl v1 http://www.anythingbutipod.com/forum/showthread.php?t=14160
00188   // Some versions of the firmware reportedly support OGG, reportedly only the
00189   // UMS versions, so MTP+OGG is not possible on this device.
00190   { "Samsung", 0x04e8, "YP-K3", 0x5081,
00191       DEVICE_FLAG_UNLOAD_DRIVER |
00192       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00193   // From XNJB user
00194   // From Alistair Boyle, .spl v2 required for playlists
00195   // According to the device log it properly supports OGG
00196   { "Samsung", 0x04e8, "YP-P2", 0x5083,
00197       DEVICE_FLAG_UNLOAD_DRIVER |
00198       DEVICE_FLAG_NO_ZERO_READS |
00199       DEVICE_FLAG_OGG_IS_UNKNOWN |
00200       DEVICE_FLAG_PLAYLIST_SPL_V2 },
00201   // From Paul Clinch
00202   // Guessing on .spl flag
00203   { "Samsung", 0x04e8, "YP-T10", 0x508a,
00204       DEVICE_FLAG_UNLOAD_DRIVER |
00205       DEVICE_FLAG_OGG_IS_UNKNOWN |
00206       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00207       DEVICE_FLAG_PLAYLIST_SPL_V1 |
00208       DEVICE_FLAG_NO_ZERO_READS },
00209   // From Wim Verwimp <wimverwimp@gmail.com>
00210   // Not sure about the Ogg and broken proplist flags here. Just guessing.
00211   // Guessing on .spl flag
00212   { "Samsung", 0x04e8, "YP-S5", 0x508b,
00213       DEVICE_FLAG_UNLOAD_DRIVER |
00214       DEVICE_FLAG_OGG_IS_UNKNOWN |
00215       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00216       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00217   // From Ludovic Danigo
00218   // Guessing on .spl flag
00219   { "Samsung", 0x04e8, "YP-S3", 0x5091,
00220       DEVICE_FLAG_UNLOAD_DRIVER |
00221       DEVICE_FLAG_OGG_IS_UNKNOWN |
00222       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00223       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00224   // From Adrian Levi <adrian.levi@gmail.com>
00225   // Guessing on .spl flag
00226   // This one supports OGG properly through the correct MTP type.
00227   { "Samsung", 0x04e8, "YP-U4", 0x5093, DEVICE_FLAG_UNLOAD_DRIVER },
00228   // From Chris Le Sueur <thefishface@gmail.com>
00229   // Guessing on .spl flag
00230   // This one supports OGG properly through the correct MTP type.
00231   { "Samsung", 0x04e8, "YP-R1", 0x510f,
00232       DEVICE_FLAG_UNLOAD_DRIVER |
00233       DEVICE_FLAG_UNIQUE_FILENAMES |
00234       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00235   // From Anonymous SourceForge user
00236   // Guessing on .spl flag
00237   { "Samsung", 0x04e8, "YP-Q1", 0x5115,
00238       DEVICE_FLAG_UNLOAD_DRIVER |
00239       DEVICE_FLAG_OGG_IS_UNKNOWN |
00240       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00241       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00242   // From Holger
00243   { "Samsung", 0x04e8, "YP-M1", 0x5118,
00244       DEVICE_FLAG_UNLOAD_DRIVER |
00245       DEVICE_FLAG_OGG_IS_UNKNOWN |
00246       DEVICE_FLAG_PLAYLIST_SPL_V2 },
00247   // From Anonymous SourceForge user
00248   // Guessing on .spl flag
00249   { "Samsung", 0x04e8, "YP-P3", 0x511a,
00250       DEVICE_FLAG_UNLOAD_DRIVER |
00251      DEVICE_FLAG_OGG_IS_UNKNOWN |
00252       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00253      DEVICE_FLAG_PLAYLIST_SPL_V1 },
00254   // From Anonymous SourceForge user
00255   // Guessing on .spl flag
00256   { "Samsung", 0x04e8, "YP-Q2", 0x511d,
00257       DEVICE_FLAG_UNLOAD_DRIVER |
00258       DEVICE_FLAG_OGG_IS_UNKNOWN |
00259       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00260       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00261   // From Marco Pizzocaro <mpizzocaro@users.sourceforge.net>
00262   // Guessing on .spl flag
00263   { "Samsung", 0x04e8, "YP-U5", 0x5121,
00264       DEVICE_FLAG_UNLOAD_DRIVER |
00265       DEVICE_FLAG_PLAYLIST_SPL_V1 |
00266       DEVICE_FLAG_UNIQUE_FILENAMES |
00267       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00268   // From Leonardo Accorsi <laccorsi@users.sourceforge.net>
00269   // Guessing on .spl flag
00270   { "Samsung", 0x04e8, "YP-R0", 0x5125,
00271       DEVICE_FLAG_UNLOAD_DRIVER |
00272       DEVICE_FLAG_PLAYLIST_SPL_V1 |
00273       DEVICE_FLAG_UNIQUE_FILENAMES |
00274       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00275   // The "YP-R2" (0x04e8/0x512d) is NOT MTP, it is UMS only.
00276   // Guessing on device flags for the MTP mode...
00277  { "Samsung", 0x04e8, "YP-R2", 0x512e,
00278      DEVICE_FLAG_UNLOAD_DRIVER |
00279      DEVICE_FLAG_OGG_IS_UNKNOWN |
00280      DEVICE_FLAG_UNIQUE_FILENAMES |
00281      DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00282      DEVICE_FLAG_PLAYLIST_SPL_V1 },
00283   // From Manuel Carro
00284   // Copied from Q2
00285  { "Samsung", 0x04e8, "YP-Q3", 0x5130,
00286      DEVICE_FLAG_UNLOAD_DRIVER |
00287      DEVICE_FLAG_OGG_IS_UNKNOWN |
00288      DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00289      DEVICE_FLAG_PLAYLIST_SPL_V1 },
00290  // Reported by: traaf <traaf@users.sourceforge.net>
00291  // Guessing on the playlist type!
00292  // Appears to present itself properly as a PTP device with MTP extensions!
00293  { "Samsung", 0x04e8, "YP-Z3", 0x5137,
00294      DEVICE_FLAG_UNLOAD_DRIVER |
00295      DEVICE_FLAG_OGG_IS_UNKNOWN |
00296      DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00297      DEVICE_FLAG_PLAYLIST_SPL_V1 },
00298   // YP-F3 is NOT MTP - USB mass storage
00299   // From a rouge .INF file
00300   // this device ID seems to have been recycled for:
00301   // the Samsung SGH-A707 Cingular cellphone
00302   // the Samsung L760-V cellphone
00303   // the Samsung SGH-U900 cellphone
00304   // the Samsung Fascinate player
00305   { "Samsung", 0x04e8,
00306       "YH-999 Portable Media Center/SGH-A707/SGH-L760V/SGH-U900/Verizon Intensity/Fascinate",
00307       0x5a0f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00308   // From Santi Béjar <sbejar@gmail.com> - not sure this is MTP...
00309   // { "Samsung", 0x04e8, "Z170 Mobile Phone", 0x6601, DEVICE_FLAG_UNLOAD_DRIVER },
00310   // From Santi Béjar <sbejar@gmail.com> - not sure this is MTP...
00311   // { "Samsung", 0x04e8, "E250 Mobile Phone", 0x663e, DEVICE_FLAG_UNLOAD_DRIVER },
00312   // From an anonymous SF user
00313   { "Samsung", 0x04e8, "M7600 Beat/GT-S8300T/SGH-F490/S8300", 0x6642,
00314       DEVICE_FLAG_UNLOAD_DRIVER |
00315       DEVICE_FLAG_BROKEN_BATTERY_LEVEL },
00316   // From Lionel Bouton
00317   { "Samsung", 0x04e8, "X830 Mobile Phone", 0x6702,
00318       DEVICE_FLAG_UNLOAD_DRIVER },
00319   // From James <jamestech@gmail.com>
00320   { "Samsung", 0x04e8, "U600 Mobile Phone", 0x6709,
00321       DEVICE_FLAG_UNLOAD_DRIVER },
00322   // From Cesar Cardoso <cesar@cesarcardoso.tk>
00323   // No confirmation that this is really MTP.
00324   { "Samsung", 0x04e8, "F250 Mobile Phone", 0x6727,
00325       DEVICE_FLAG_UNLOAD_DRIVER },
00326   // From Charlie Todd  2007-10-31
00327   { "Samsung", 0x04e8, "Juke (SCH-U470)", 0x6734,
00328       DEVICE_FLAG_UNLOAD_DRIVER},
00329   // Reported by Tenn
00330   { "Samsung", 0x04e8, "GT-B2700", 0x6752,
00331       DEVICE_FLAG_UNLOAD_DRIVER },
00332   // Added by Greg Fitzgerald <netzdamon@gmail.com>
00333   { "Samsung", 0x04e8, "SAMSUNG Trance", 0x6763,
00334       DEVICE_FLAG_UNLOAD_DRIVER |
00335      DEVICE_FLAG_NO_ZERO_READS |
00336       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00337   // From anonymous sourceforge user
00338   // Guessing on .spl flag, maybe needs NO_ZERO_READS, whatdoIknow
00339   { "Samsung", 0x04e8, "GT-S8500", 0x6819,
00340       DEVICE_FLAG_UNLOAD_DRIVER |
00341       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00342   /*
00343    * These entries seems to be used on a *lot* of Samsung
00344    * Android phones. It is *not* the Android MTP stack but an internal
00345    * Samsung stack. The devices present a few different product IDs
00346    * depending on mode:
00347    *
00348    * 0x685b - UMS
00349    * 0x685c - MTP + ADB
00350    * 0x685e - UMS + CDC (not MTP)
00351    * 0x6860 - MTP mode (default)
00352    * 0x6863 - USB CDC RNDIS (not MTP)
00353    * 0x6865 - PTP mode (not MTP)
00354    * 0x6877 - Kies mode? Does it have MTP?
00355    *
00356    * Used on these samsung devices:
00357    * GT P7310/P7510/N7000/I9100/I9250/I9300
00358    * Galaxy Nexus
00359    * Galaxy Tab 7.7/10.1
00360    * Galaxy S GT-I9000
00361    * Galaxy S Advance GT-I9070
00362    * Galaxy S2
00363    * Galaxy S3
00364    * Galaxy Note
00365    * Gakaxy Xcover
00366    * Galaxy Y
00367    *
00368    * - It seems that some PTP commands are broken.
00369    * - Devices seem to have a connection timeout, the session must be
00370    *   open in about 3 seconds since the device is plugged in, after
00371    *   that time it will not respond. Thus GUI programs work fine.
00372    * - Seems also to be used with Galaxy Nexus debug mode and on
00373    *   US markets for some weird reason.
00374    *
00375    * From: Ignacio Martínez <ignacio.martinezrivera@yahoo.es> and others
00376    * From Harrison Metzger <harrisonmetz@gmail.com>
00377    */
00378   { "Samsung", 0x04e8,
00379       "Galaxy models (MTP+ADB)", 0x685c,
00380       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00381       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00382       DEVICE_FLAG_UNLOAD_DRIVER |
00383       DEVICE_FLAG_LONG_TIMEOUT |
00384       DEVICE_FLAG_PROPLIST_OVERRIDES_OI |
00385       DEVICE_FLAG_OGG_IS_UNKNOWN |
00386       DEVICE_FLAG_FLAC_IS_UNKNOWN },
00387   { "Samsung", 0x04e8,
00388       "Galaxy models (MTP)", 0x6860,
00389       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00390       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00391       DEVICE_FLAG_UNLOAD_DRIVER |
00392       DEVICE_FLAG_LONG_TIMEOUT |
00393       DEVICE_FLAG_PROPLIST_OVERRIDES_OI |
00394       DEVICE_FLAG_OGG_IS_UNKNOWN |
00395       DEVICE_FLAG_FLAC_IS_UNKNOWN },
00396   // From: Erik Berglund <erikjber@users.sourceforge.net>
00397   // Logs indicate this needs DEVICE_FLAG_NO_ZERO_READS
00398   // No Samsung platlists on this device.
00399   // https://sourceforge.net/tracker/?func=detail&atid=809061&aid=3026337&group_id=158745
00400   // i5800 duplicate reported by igel <igel-kun@users.sourceforge.net>
00401   // Guessing this has the same problematic MTP stack as the device
00402   // above.
00403   { "Samsung", 0x04e8, "Galaxy models Kies mode", 0x6877,
00404       DEVICE_FLAG_UNLOAD_DRIVER |
00405       DEVICE_FLAG_LONG_TIMEOUT |
00406       DEVICE_FLAG_PROPLIST_OVERRIDES_OI |
00407       DEVICE_FLAG_OGG_IS_UNKNOWN |
00408       DEVICE_FLAG_FLAC_IS_UNKNOWN },
00409   // From: John Gorkos <ab0oo@users.sourceforge.net> and
00410   // Akos Maroy <darkeye@users.sourceforge.net>
00411   { "Samsung", 0x04e8, "Vibrant SGH-T959/Captivate/Media player mode", 0x68a9,
00412       DEVICE_FLAG_UNLOAD_DRIVER |
00413       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00414   // Reported by Sleep.Walker <froser@users.sourceforge.net>
00415   { "Samsung", 0x04e8, "GT-B2710/Xcover 271", 0x68af,
00416       DEVICE_FLAG_UNLOAD_DRIVER |
00417       DEVICE_FLAG_PLAYLIST_SPL_V1 },
00418   // From anonymous Sourceforge user
00419   { "Samsung", 0x04e8, "GT-S5230", 0xe20c, DEVICE_FLAG_NONE },
00420 
00421 
00422   /*
00423    * Microsoft
00424    * All except the first probably need MTPZ to work
00425    */
00426   { "Microsoft/Intel", 0x045e, "Bandon Portable Media Center", 0x00c9,
00427       DEVICE_FLAG_NONE },
00428   // HTC Mozart is using the PID, as is Nokia Lumia 800
00429   // May need MTPZ to work
00430   { "Microsoft", 0x045e, "Windows Phone", 0x04ec, DEVICE_FLAG_NONE },
00431   // Reported by Tadimarri Sarath <sarath.tadi@gmail.com>
00432   // No idea why this use an Intel PID, perhaps a leftover from
00433   // the early PMC development days when Intel and Microsoft were
00434   // partnering.
00435   { "Microsoft", 0x045e, "Windows MTP Simulator", 0x0622, DEVICE_FLAG_NONE },
00436   // Reported by Edward Hutchins (used for Zune HDs)
00437   { "Microsoft", 0x045e, "Zune HD", 0x063e, DEVICE_FLAG_NONE },
00438   { "Microsoft", 0x045e, "Kin 1", 0x0640, DEVICE_FLAG_NONE },
00439   { "Microsoft/Sharp/nVidia", 0x045e, "Kin TwoM", 0x0641, DEVICE_FLAG_NONE },
00440   // Reported by Farooq Zaman (used for all Zunes)
00441   { "Microsoft", 0x045e, "Zune", 0x0710, DEVICE_FLAG_NONE },
00442   /* https://sourceforge.net/p/libmtp/feature-requests/155/ */
00443   { "Microsoft", 0x045e, "Lumia 950 XL Dual SIM (RM-1116)", 0x0a00, DEVICE_FLAG_NONE },
00444   // Reported by Olegs Jeremejevs
00445   { "Microsoft/HTC", 0x045e, "HTC 8S", 0xf0ca, DEVICE_FLAG_NONE },
00446 
00447   /*
00448    * JVC
00449    */
00450   // From Mark Veinot
00451   { "JVC", 0x04f1, "Alneo XA-HD500", 0x6105, DEVICE_FLAG_NONE },
00452 
00453   /*
00454    * Philips
00455    */
00456   { "Philips", 0x0471, "HDD6320/00 or HDD6330/17", 0x014b, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00457   // Anonymous SourceForge user
00458   { "Philips", 0x0471, "HDD14XX,HDD1620 or HDD1630/17", 0x014c, DEVICE_FLAG_NONE },
00459   // from discussion forum
00460   { "Philips", 0x0471, "HDD085/00 or HDD082/17", 0x014d, DEVICE_FLAG_NONE },
00461   // from XNJB forum
00462   { "Philips", 0x0471, "GoGear SA9200", 0x014f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00463   // From John Coppens <jcoppens@users.sourceforge.net>
00464   { "Philips", 0x0471, "SA1115/55", 0x0164, DEVICE_FLAG_NONE },
00465   // From Gerhard Mekenkamp
00466   { "Philips", 0x0471, "GoGear Audio", 0x0165, DEVICE_FLAG_NONE },
00467   // from David Holm <wormie@alberg.dk>
00468   { "Philips", 0x0471, "Shoqbox", 0x0172, DEVICE_FLAG_ONLY_7BIT_FILENAMES },
00469   // from npedrosa
00470   { "Philips", 0x0471, "PSA610", 0x0181, DEVICE_FLAG_NONE },
00471   // From libgphoto2 source
00472   { "Philips", 0x0471, "HDD6320", 0x01eb, DEVICE_FLAG_NONE },
00473   // From Detlef Meier <dm@emlix.com>
00474   { "Philips", 0x0471, "GoGear SA6014/SA6015/SA6024/SA6025/SA6044/SA6045", 0x084e, DEVICE_FLAG_UNLOAD_DRIVER },
00475   // From anonymous Sourceforge user SA5145/02
00476   { "Philips", 0x0471, "GoGear SA5145", 0x0857, DEVICE_FLAG_UNLOAD_DRIVER },
00477   /* https://sourceforge.net/p/libmtp/bugs/1260/ */
00478   { "Philips", 0x0471, "i908", 0x190b, DEVICE_FLAG_UNLOAD_DRIVER },
00479   // From a
00480   { "Philips", 0x0471, "GoGear SA6125/SA6145/SA6185", 0x2002, DEVICE_FLAG_UNLOAD_DRIVER },
00481   // From anonymous Sourceforge user, not verified to be MTP!
00482   { "Philips", 0x0471, "GoGear SA3345", 0x2004, DEVICE_FLAG_UNLOAD_DRIVER },
00483   /* https://sourceforge.net/p/libmtp/support-requests/163/ */
00484   { "Philips", 0x0471, "W6610", 0x2008, DEVICE_FLAG_UNLOAD_DRIVER },
00485   // From Roberto Vidmar <rvidmar@libero.it>
00486   { "Philips", 0x0471, "SA5285", 0x2022, DEVICE_FLAG_UNLOAD_DRIVER },
00487   // From Elie De Brauwer <elie@de-brauwer.be>
00488   { "Philips", 0x0471, "GoGear ViBE SA1VBE04", 0x2075,
00489     DEVICE_FLAG_UNLOAD_DRIVER },
00490   // From Anonymous SourceForge user
00491   { "Philips", 0x0471, "GoGear Muse", 0x2077,
00492       DEVICE_FLAG_UNLOAD_DRIVER },
00493   // From Elie De Brauwer <elie@de-brauwer.be>
00494   { "Philips", 0x0471, "GoGear ViBE SA1VBE04/08", 0x207b,
00495     DEVICE_FLAG_UNLOAD_DRIVER },
00496   // From josmtx <josmtx@users.sourceforge.net>
00497   { "Philips", 0x0471, "GoGear Aria", 0x207c,
00498     DEVICE_FLAG_UNLOAD_DRIVER },
00499   // From epklein
00500   { "Philips", 0x0471, "GoGear SA1VBE08KX/78", 0x208e,
00501     DEVICE_FLAG_UNLOAD_DRIVER },
00502   // From Anonymous SourceForge User
00503   { "Philips", 0x0471, "GoGear VIBE SA2VBE[08|16]K/02", 0x20b7,
00504       DEVICE_FLAG_UNLOAD_DRIVER },
00505   // From Anonymous SourceForge User
00506   { "Philips", 0x0471, "GoGear Ariaz", 0x20b9,
00507       DEVICE_FLAG_UNLOAD_DRIVER },
00508   // From Anonymous SourceForge User
00509   { "Philips", 0x0471, "GoGear Vibe/02", 0x20e5,
00510       DEVICE_FLAG_UNLOAD_DRIVER },
00511   // Reported by Philip Rhoades
00512   { "Philips", 0x0471, "GoGear Ariaz/97", 0x2138,
00513       DEVICE_FLAG_UNLOAD_DRIVER },
00514   /* https://sourceforge.net/p/libmtp/bugs/1186/ */
00515   { "Philips", 0x0471, "PI3900B2/58 ", 0x2190,
00516       DEVICE_FLAG_UNLOAD_DRIVER },
00517   // from XNJB user
00518   { "Philips", 0x0471, "PSA235", 0x7e01, DEVICE_FLAG_NONE },
00519 
00520   /*
00521    * Acer
00522    * Reporters:
00523    * Franck VDL <franckv@users.sourceforge.net>
00524    * Matthias Arndt <simonsunnyboy@users.sourceforge.net>
00525    * Arvin Schnell <arvins@users.sourceforge.net>
00526    * Philippe Marzouk <philm@users.sourceforge.net>
00527    * nE0sIghT <ne0sight@users.sourceforge.net>
00528    * Maxime de Roucy <maxime1986@users.sourceforge.net>
00529    */
00530   { "Acer", 0x0502, "Iconia TAB A500 (ID1)", 0x3325,
00531       DEVICE_FLAGS_ANDROID_BUGS },
00532   { "Acer", 0x0502, "Iconia TAB A500 (ID2)", 0x3341,
00533       DEVICE_FLAGS_ANDROID_BUGS },
00534   { "Acer", 0x0502, "Iconia TAB A501 (ID1)", 0x3344,
00535       DEVICE_FLAGS_ANDROID_BUGS },
00536   { "Acer", 0x0502, "Iconia TAB A501 (ID2)", 0x3345,
00537       DEVICE_FLAGS_ANDROID_BUGS },
00538   { "Acer", 0x0502, "Iconia TAB A100 (ID1)", 0x3348,
00539       DEVICE_FLAGS_ANDROID_BUGS },
00540   { "Acer", 0x0502, "Iconia TAB A100 (ID2)", 0x3349,
00541       DEVICE_FLAGS_ANDROID_BUGS },
00542   { "Acer", 0x0502, "Iconia TAB A101 (ID1)", 0x334a,
00543       DEVICE_FLAGS_ANDROID_BUGS },
00544   { "Acer", 0x0502, "Iconia TAB A700", 0x3378,
00545       DEVICE_FLAGS_ANDROID_BUGS },
00546   { "Acer", 0x0502, "Iconia TAB A200 (ID1)", 0x337c,
00547       DEVICE_FLAGS_ANDROID_BUGS },
00548   { "Acer", 0x0502, "Iconia TAB A200 (ID2)", 0x337d,
00549       DEVICE_FLAGS_ANDROID_BUGS },
00550   { "Acer", 0x0502, "Iconia TAB A510 (ID1)", 0x3389,
00551       DEVICE_FLAGS_ANDROID_BUGS },
00552   { "Acer", 0x0502, "Iconia TAB A510 (ID2)", 0x338a,
00553       DEVICE_FLAGS_ANDROID_BUGS },
00554   { "Acer", 0x0502, "S500 CloudMobile", 0x33aa,
00555       DEVICE_FLAGS_ANDROID_BUGS },
00556   { "Acer", 0x0502, "E350 Liquid Gallant Duo (ID1)", 0x33c3,
00557       DEVICE_FLAGS_ANDROID_BUGS },
00558   { "Acer", 0x0502, "E350 Liquid Gallant Duo (ID2)", 0x33c4,
00559       DEVICE_FLAGS_ANDROID_BUGS },
00560   { "Acer", 0x0502, "Iconia TAB A210", 0x33cb,
00561       DEVICE_FLAGS_ANDROID_BUGS },
00562   { "Acer", 0x0502, "Iconia TAB A110", 0x33d8,
00563       DEVICE_FLAGS_ANDROID_BUGS },
00564   { "Acer", 0x0502, "Liquid Z120 MT65xx Android Phone", 0x3473,
00565       DEVICE_FLAGS_ANDROID_BUGS },
00566   /* https://sourceforge.net/p/libmtp/bugs/1029/ */
00567   { "Acer", 0x0502, "Liquid E2", 0x3514,
00568       DEVICE_FLAGS_ANDROID_BUGS },
00569   { "Acer", 0x0502, "Iconia A1-810", 0x353c,
00570       DEVICE_FLAGS_ANDROID_BUGS },
00571   { "Acer", 0x0502, "Liquid Z130 MT65xx Android Phone", 0x355f,
00572       DEVICE_FLAGS_ANDROID_BUGS },
00573   /* https://sourceforge.net/p/libmtp/bugs/1206/ */
00574   { "Acer", 0x0502, "Iconia A3-A11", 0x3586,
00575       DEVICE_FLAGS_ANDROID_BUGS },
00576   /* https://sourceforge.net/p/libmtp/bugs/1103/ */
00577   { "Acer", 0x0502, "Liquid E3", 0x35a8,
00578       DEVICE_FLAGS_ANDROID_BUGS },
00579   /* https://sourceforge.net/p/libmtp/bugs/1147/ */
00580   { "Acer", 0x0502, "Z150", 0x35e4,
00581       DEVICE_FLAGS_ANDROID_BUGS },
00582   /* https://sourceforge.net/p/libmtp/bugs/1184/ */
00583   { "Acer", 0x0502, "Liquid X1", 0x3609,
00584       DEVICE_FLAGS_ANDROID_BUGS },
00585   /* https://sourceforge.net/p/libmtp/bugs/1298/ */
00586   { "Acer", 0x0502, "Z160", 0x361d,
00587       DEVICE_FLAGS_ANDROID_BUGS },
00588   { "Acer", 0x0502, "Iconia A1-840FHD", 0x362d,
00589       DEVICE_FLAGS_ANDROID_BUGS },
00590   /* https://sourceforge.net/p/libmtp/bugs/1251/ */
00591   { "Acer", 0x0502, "E39", 0x3643,
00592       DEVICE_FLAGS_ANDROID_BUGS },
00593   /* https://sourceforge.net/p/libmtp/bugs/1369/ */
00594   { "Acer", 0x0502, "liquid e700", 0x3644,
00595       DEVICE_FLAGS_ANDROID_BUGS },
00596   { "Acer", 0x0502, "One 7", 0x3657,
00597       DEVICE_FLAGS_ANDROID_BUGS },
00598   /* https://sourceforge.net/p/libmtp/support-requests/183/ */
00599   { "Acer", 0x0502, "Z200", 0x3683,
00600       DEVICE_FLAGS_ANDROID_BUGS },
00601   /* https://sourceforge.net/p/libmtp/bugs/1341/ */
00602   { "Acer", 0x0502, "Liquid S56", 0x3725,
00603       DEVICE_FLAGS_ANDROID_BUGS },
00604   /* https://sourceforge.net/p/libmtp/support-requests/188/ */
00605   { "Acer", 0x0502, "Liquid Z220", 0x3750,
00606       DEVICE_FLAGS_ANDROID_BUGS },
00607   /* https://sourceforge.net/p/libmtp/bugs/1478/ */
00608   { "Acer", 0x0502, "Liquid Z330", 0x3750,
00609       DEVICE_FLAGS_ANDROID_BUGS },
00610   /* https://sourceforge.net/p/libmtp/bugs/1469/ */
00611   { "Acer", 0x0502, "Z530", 0x3822,
00612       DEVICE_FLAGS_ANDROID_BUGS },
00613 
00614   /*
00615    * SanDisk
00616    * several devices (c150 for sure) are definately dual-mode and must
00617    * have the USB mass storage driver that hooks them unloaded first.
00618    * They all have problematic dual-mode making the device unload effect
00619    * uncertain on these devices.
00620    *
00621    * All older devices seem to need DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL.
00622    * Old chipsets: e200/c200 use PP5024 from Nvidia (formerly PortalPlayer).
00623    * m200 use TCC770 from Telechips.
00624    *
00625    * The newer Sansa v2 chipset, AD3525 from Austriamicrosystems (AMS) found
00626    * in e280 v2 c200 v2, Clip, Fuze etc require
00627    * DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST
00628    * and DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR to work properly.
00629    *
00630    * For more info see: http://daniel.haxx.se/sansa/v2.html
00631    */
00632   // Reported by Brian Robison
00633   { "SanDisk", 0x0781, "Sansa m230/m240", 0x7400,
00634     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00635     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00636   // From Rockbox device listing
00637   { "SanDisk", 0x0781, "Sansa m200-tcc (MTP mode)", 0x7401,
00638     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00639     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00640   // Reported by tangent_@users.sourceforge.net
00641   { "SanDisk", 0x0781, "Sansa c150", 0x7410,
00642     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00643     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00644   // From libgphoto2 source
00645   // Reported by <gonkflea@users.sourceforge.net>
00646   // Reported by Mike Owen <mikeowen@computerbaseusa.com>
00647   { "SanDisk", 0x0781, "Sansa e200/e250/e260/e270/e280", 0x7420,
00648     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00649     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00650   // Don't add 0x7421 as this is e280 in MSC mode
00651   // Reported by XNJB user
00652   { "SanDisk", 0x0781, "Sansa e260/e280 v2", 0x7422,
00653     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00654     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00655     DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00656   // Reported by XNJB user
00657   { "SanDisk", 0x0781, "Sansa m240/m250", 0x7430,
00658     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00659     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00660   // Reported by Eugene Brevdo <ebrevdo@princeton.edu>
00661   { "SanDisk", 0x0781, "Sansa Clip", 0x7432,
00662     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00663     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00664     DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED},
00665   // Reported by HackAR <hackar@users.sourceforge.net>
00666   { "SanDisk", 0x0781, "Sansa Clip v2", 0x7434,
00667     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00668     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00669     DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED},
00670   // Reported by anonymous user at sourceforge.net
00671   { "SanDisk", 0x0781, "Sansa c240/c250", 0x7450,
00672     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00673     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00674   // Reported by anonymous SourceForge user
00675   { "SanDisk", 0x0781, "Sansa c250 v2", 0x7452,
00676     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00677     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00678   // Reported by Troy Curtis Jr.
00679   { "SanDisk", 0x0781, "Sansa Express", 0x7460,
00680     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00681     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00682   // Reported by XNJB user, and Miguel de Icaza <miguel@gnome.org>
00683   // This has no dual-mode so no need to unload any driver.
00684   // This is a Linux based device!
00685   { "SanDisk", 0x0781, "Sansa Connect", 0x7480, DEVICE_FLAG_NONE },
00686   // Reported by anonymous SourceForge user
00687   { "SanDisk", 0x0781, "Sansa View", 0x74b0,
00688     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00689     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00690   // Reported by Patrick <skibler@gmail.com>
00691   // There are apparently problems with this device.
00692   { "SanDisk", 0x0781, "Sansa Fuze", 0x74c0,
00693     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00694     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00695     DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS |
00696     DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00697   // Harry Phillips <tuxcomputers@users.sourceforge.net>
00698   { "SanDisk", 0x0781, "Sansa Fuze v2", 0x74c2,
00699     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00700     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00701     DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS |
00702     DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED },
00703   // Reported by anonymous SourceForge user
00704   // Need BROKEN_SET_SAMPLE_DIMENSIONS accordning to
00705   // Michael <mpapet@users.sourceforge.net>
00706   { "SanDisk", 0x0781, "Sansa Clip+", 0x74d0,
00707     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00708     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00709     DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS |
00710     DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED},
00711   // Reported by anonymous SourceForge user
00712   { "SanDisk", 0x0781, "Sansa Fuze+", 0x74e0,
00713     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00714     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00715     DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS |
00716     DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED},
00717   // Reported by mattyj2001@users.sourceforge.net
00718   { "SanDisk", 0x0781, "Sansa Clip Zip", 0x74e4,
00719     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00720     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR |
00721     DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS |
00722     DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED},
00723 
00724   /*
00725    * iRiver
00726    * we assume that PTP_OC_MTP_GetObjPropList is essentially
00727    * broken on all iRiver devices, meaning it simply won't return
00728    * all properties for a file when asking for metadata 0xffffffff.
00729    * Please test on your device if you believe it isn't broken!
00730    */
00731   { "iRiver", 0x1006, "H300 Series MTP", 0x3004,
00732     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00733     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00734   { "iRiver", 0x1006, "Portable Media Center 1", 0x4002,
00735     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00736     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00737   { "iRiver", 0x1006, "Portable Media Center 2", 0x4003,
00738     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00739     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00740   // From [st]anislav <iamstanislav@gmail.com>
00741   { "iRiver", 0x1042, "T7 Volcano", 0x1143, DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00742   // From an anonymous person at SourceForge, uncertain about this one
00743   { "iRiver", 0x4102, "iFP-880", 0x1008,
00744     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00745     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00746   // 0x4102, 0x1042 is a USB mass storage mode for E100 v2/Lplayer
00747   // From libgphoto2 source
00748   { "iRiver", 0x4102, "T10", 0x1113,
00749     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00750     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00751   { "iRiver", 0x4102, "T20 FM", 0x1114,
00752     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00753     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00754   // This appears at the MTP-UMS site
00755   { "iRiver", 0x4102, "T20", 0x1115,
00756     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00757     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00758   { "iRiver", 0x4102, "U10", 0x1116,
00759     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00760     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00761   { "iRiver", 0x4102, "T10b", 0x1117,
00762     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00763     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00764   { "iRiver", 0x4102, "T20b", 0x1118,
00765     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00766     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00767   { "iRiver", 0x4102, "T30", 0x1119,
00768     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00769     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00770   // Reported by David Wolpoff
00771   { "iRiver", 0x4102, "T10 2GB", 0x1120,
00772     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00773     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00774   // Rough guess this is the MTP device ID...
00775   { "iRiver", 0x4102, "N12", 0x1122,
00776     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00777     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00778   // Reported by Philip Antoniades <philip@mysql.com>
00779   // Newer iriver devices seem to have shaped-up firmware without any
00780   // of the annoying bugs.
00781   { "iRiver", 0x4102, "Clix2", 0x1126, DEVICE_FLAG_NONE },
00782   // Reported by Adam Torgerson
00783   { "iRiver", 0x4102, "Clix", 0x112a,
00784     DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00785   // Reported by Douglas Roth <dougaus@gmail.com>
00786   { "iRiver", 0x4102, "X20", 0x1132,
00787     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00788     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00789   // Reported by Robert Ugo <robert_ugo@users.sourceforge.net>
00790   { "iRiver", 0x4102, "T60", 0x1134,
00791     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00792     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00793   // Reported by two anonymous SourceForge users
00794   // Needs the stronger OGG_IS_UNKNOWN flag to support OGG properly,
00795   // be aware of newer players that may be needing this too.
00796   { "iRiver", 0x4102, "E100", 0x1141,
00797     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00798     DEVICE_FLAG_OGG_IS_UNKNOWN },
00799   // Reported by anonymous SourceForge user
00800   // Need verification of whether this firmware really need all these flags
00801   { "iRiver", 0x4102, "E100 v2/Lplayer", 0x1142,
00802     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00803     DEVICE_FLAG_OGG_IS_UNKNOWN },
00804   // Reported by Richard Vennemann <vennemann@users.sourceforge.net>
00805   // In USB Mass Storage mode it is 0x4102/0x1047
00806   // Seems to use the new shaped-up firmware.
00807   { "iRiver", 0x4102, "Spinn", 0x1147, DEVICE_FLAG_NONE },
00808   // Reported by Tony Janssen <tonyjanssen@users.sourceforge.net>
00809   { "iRiver", 0x4102, "E50", 0x1151,
00810     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00811     DEVICE_FLAG_OGG_IS_UNKNOWN },
00812   // Reported by anonymous SourceForge user, guessing on flags
00813   { "iRiver", 0x4102, "E150", 0x1152,
00814     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00815     DEVICE_FLAG_OGG_IS_UNKNOWN },
00816   // Reported by Jakub Matraszek <jakub.matraszek@gmail.com>
00817   { "iRiver", 0x4102, "T5", 0x1153,
00818     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00819     DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAG_OGG_IS_UNKNOWN },
00820   // Reported by pyalex@users.sourceforge.net
00821   // Guessing that this needs the FLAG_NO_ZERO_READS...
00822   { "iRiver", 0x4102, "E30", 0x1167,
00823     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00824     DEVICE_FLAG_OGG_IS_UNKNOWN },
00825   // Reported by Scott Call
00826   // Assume this actually supports OGG though it reports it doesn't.
00827   { "iRiver", 0x4102, "H10 20GB", 0x2101,
00828     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00829     DEVICE_FLAG_OGG_IS_UNKNOWN },
00830   { "iRiver", 0x4102, "H10 5GB", 0x2102,
00831     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00832     DEVICE_FLAG_OGG_IS_UNKNOWN },
00833   // From Rockbox device listing
00834   { "iRiver", 0x4102, "H10 5.6GB", 0x2105,
00835     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
00836     DEVICE_FLAG_OGG_IS_UNKNOWN },
00837 
00838 
00839   /*
00840    * Dell
00841    */
00842   { "Dell Inc", 0x413c, "DJ Itty", 0x4500,
00843       DEVICE_FLAG_NONE },
00844   /* Reported by: JR */
00845   { "Dell Inc", 0x413c, "Dell Streak 7", 0xb10b,
00846       DEVICE_FLAGS_ANDROID_BUGS },
00847   { "Dell Inc", 0x413c, "Dell Venue 7 inch", 0xb11a,
00848       DEVICE_FLAGS_ANDROID_BUGS },
00849   { "Dell Inc", 0x413c, "Dell Venue 7 inch (2nd ID)", 0xb11b,
00850       DEVICE_FLAGS_ANDROID_BUGS },
00851 
00852   /*
00853    * Toshiba
00854    * Tentatively flagged all Toshiba devices with
00855    * DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST after one of them
00856    * showed erroneous behaviour.
00857    */
00858   { "Toshiba", 0x0930, "Gigabeat MEGF-40", 0x0009,
00859       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00860       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00861   { "Toshiba", 0x0930, "Gigabeat", 0x000c,
00862       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00863       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00864   // Reported by Nicholas Tripp
00865   { "Toshiba", 0x0930, "Gigabeat P20", 0x000f,
00866       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00867       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00868   // From libgphoto2
00869   { "Toshiba", 0x0930, "Gigabeat S", 0x0010,
00870       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00871       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00872       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00873   // Reported by Rob Brown
00874   { "Toshiba", 0x0930, "Gigabeat P10", 0x0011,
00875       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00876       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00877   // Reported by solanum@users.sourceforge.net
00878   { "Toshiba", 0x0930, "Gigabeat V30", 0x0014,
00879       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00880       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00881   // Reported by Michael Davis <slithy@yahoo.com>
00882   { "Toshiba", 0x0930, "Gigabeat U", 0x0016,
00883       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00884       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00885   // Reported by Devon Jacobs <devo@godevo.com>
00886   { "Toshiba", 0x0930, "Gigabeat MEU202", 0x0018,
00887       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00888       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00889   // Reported by Rolf <japan (at) dl3lar.de>
00890   { "Toshiba", 0x0930, "Gigabeat T", 0x0019,
00891       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00892       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00893   // Reported by Phil Ingram <ukpbert@users.sourceforge.net>
00894   // Tentatively added - no real reports of this device ID being MTP,
00895   // reports as USB Mass Storage currently.
00896   { "Toshiba", 0x0930, "Gigabeat MEU201", 0x001a,
00897       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00898       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00899   // Reported by anonymous SourceForge user
00900   { "Toshiba", 0x0930, "Gigabeat MET401", 0x001d,
00901       DEVICE_FLAG_NO_RELEASE_INTERFACE |
00902       DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
00903   // Reported by Andree Jacobson <nmcandree@users.sourceforge.net>
00904   { "Toshiba", 0x0930, "Excite AT300", 0x0963,
00905       DEVICE_FLAGS_ANDROID_BUGS },
00906   // Reported by Nigel Cunningham <nigel@tuxonice.net>
00907   // Guessing on Android bugs
00908   { "Toshiba", 0x0930, "Thrive AT100/AT105", 0x7100,
00909       DEVICE_FLAGS_ANDROID_BUGS },
00910 
00911   /*
00912    * Archos
00913    * These devices have some dual-mode interfaces which will really
00914    * respect the driver unloading, so DEVICE_FLAG_UNLOAD_DRIVER
00915    * really work on these devices!
00916    *
00917    * Devices reported by:
00918    * Archos
00919    * Alexander Haertig <AlexanderHaertig@gmx.de>
00920    * Jan Binder
00921    * gudul1@users.sourceforge.net
00922    * Etienne Chauchot <chauchot.etienne@free.fr>
00923    * Kay McCormick <kaym@modsystems.com>
00924    * Joe Rabinoff
00925    * Jim Krehl <jimmuhk@users.sourceforge.net>
00926    * Adrien Guichard <tmor@users.sourceforge.net>
00927    * Clément <clemvangelis@users.sourceforge.net>
00928    * Thackert <hackertenator@users.sourceforge.net>
00929    * Till <Till@users.sourceforge.net>
00930    * Sebastien ROHAUT
00931    */
00932   { "Archos", 0x0e79, "Gmini XS100", 0x1207, DEVICE_FLAG_UNLOAD_DRIVER },
00933   { "Archos", 0x0e79, "XS202 (MTP mode)", 0x1208, DEVICE_FLAG_NONE },
00934   { "Archos", 0x0e79, "104 (MTP mode)", 0x120a, DEVICE_FLAG_NONE },
00935   { "Archos", 0x0e79, "204 (MTP mode)", 0x120c, DEVICE_FLAG_UNLOAD_DRIVER },
00936   { "Archos", 0x0e79, "404 (MTP mode)", 0x1301, DEVICE_FLAG_UNLOAD_DRIVER },
00937   { "Archos", 0x0e79, "404CAM (MTP mode)", 0x1303, DEVICE_FLAG_UNLOAD_DRIVER },
00938   { "Archos", 0x0e79, "504 (MTP mode)", 0x1307, DEVICE_FLAG_UNLOAD_DRIVER },
00939   { "Archos", 0x0e79, "604 (MTP mode)", 0x1309, DEVICE_FLAG_UNLOAD_DRIVER },
00940   { "Archos", 0x0e79, "604WIFI (MTP mode)", 0x130b, DEVICE_FLAG_UNLOAD_DRIVER },
00941   { "Archos", 0x0e79, "704 mobile dvr", 0x130d, DEVICE_FLAG_UNLOAD_DRIVER },
00942   { "Archos", 0x0e79, "704TV (MTP mode)", 0x130f, DEVICE_FLAG_UNLOAD_DRIVER },
00943   { "Archos", 0x0e79, "405 (MTP mode)", 0x1311, DEVICE_FLAG_UNLOAD_DRIVER },
00944   { "Archos", 0x0e79, "605 (MTP mode)", 0x1313, DEVICE_FLAG_UNLOAD_DRIVER },
00945   { "Archos", 0x0e79, "605F (MTP mode)", 0x1315, DEVICE_FLAG_UNLOAD_DRIVER },
00946   { "Archos", 0x0e79, "705 (MTP mode)", 0x1319, DEVICE_FLAG_UNLOAD_DRIVER },
00947   { "Archos", 0x0e79, "TV+ (MTP mode)", 0x131b, DEVICE_FLAG_UNLOAD_DRIVER },
00948   { "Archos", 0x0e79, "105 (MTP mode)", 0x131d, DEVICE_FLAG_UNLOAD_DRIVER },
00949   { "Archos", 0x0e79, "405HDD (MTP mode)", 0x1321, DEVICE_FLAG_UNLOAD_DRIVER },
00950   { "Archos", 0x0e79, "5 (MTP mode 1)", 0x1331, DEVICE_FLAG_UNLOAD_DRIVER },
00951   { "Archos", 0x0e79, "5 (MTP mode 2)", 0x1333, DEVICE_FLAG_UNLOAD_DRIVER },
00952   { "Archos", 0x0e79, "7 (MTP mode)", 0x1335, DEVICE_FLAG_UNLOAD_DRIVER },
00953   { "Archos", 0x0e79, "SPOD (MTP mode)", 0x1341, DEVICE_FLAG_UNLOAD_DRIVER },
00954   { "Archos", 0x0e79, "5S IT (MTP mode)", 0x1351, DEVICE_FLAG_UNLOAD_DRIVER },
00955   { "Archos", 0x0e79, "5H IT (MTP mode)", 0x1357, DEVICE_FLAG_UNLOAD_DRIVER },
00956   { "Archos", 0x0e79, "48 (MTP mode)", 0x1421, DEVICE_FLAGS_ANDROID_BUGS },
00957   { "Archos", 0x0e79, "Arnova Childpad", 0x1458, DEVICE_FLAGS_ANDROID_BUGS },
00958   { "Archos", 0x0e79, "Arnova 8c G3", 0x145e, DEVICE_FLAGS_ANDROID_BUGS },
00959   { "Archos", 0x0e79, "Arnova 10bG3 Tablet", 0x146b, DEVICE_FLAGS_ANDROID_BUGS },
00960   { "Archos", 0x0e79, "97 Xenon", 0x149a, DEVICE_FLAGS_ANDROID_BUGS },
00961   { "Archos", 0x0e79, "97 Titanium", 0x14ad, DEVICE_FLAGS_ANDROID_BUGS },
00962   { "Archos", 0x0e79, "80 Titanium", 0x14bf, DEVICE_FLAGS_ANDROID_BUGS },
00963   { "Archos", 0x0e79, "101 Titanium", 0x14b9, DEVICE_FLAGS_ANDROID_BUGS },
00964   /* https://sourceforge.net/p/libmtp/feature-requests/91/ */
00965   { "Archos", 0x0e79, "70b Titanium", 0x14ef, DEVICE_FLAGS_ANDROID_BUGS },
00966   { "Archos", 0x0e79, "8o G9 (MTP mode)", 0x1508, DEVICE_FLAG_UNLOAD_DRIVER },
00967   { "Archos", 0x0e79, "8o G9 Turbo (MTP mode)", 0x1509, DEVICE_FLAG_UNLOAD_DRIVER },
00968   { "Archos", 0x0e79, "80G9", 0x1518, DEVICE_FLAGS_ANDROID_BUGS },
00969   { "Archos", 0x0e79, "101 G9 (ID1)", 0x1528, DEVICE_FLAGS_ANDROID_BUGS },
00970   { "Archos", 0x0e79, "101 G9 (ID2)", 0x1529, DEVICE_FLAGS_ANDROID_BUGS },
00971   { "Archos", 0x0e79, "101 G9 Turbo 250 HD", 0x1538, DEVICE_FLAGS_ANDROID_BUGS },
00972   { "Archos", 0x0e79, "101 G9 Turbo", 0x1539, DEVICE_FLAGS_ANDROID_BUGS },
00973   { "Archos", 0x0e79, "101 XS", 0x1548, DEVICE_FLAGS_ANDROID_BUGS },
00974   { "Archos", 0x0e79, "70it2 (ID 1)", 0x1568, DEVICE_FLAGS_ANDROID_BUGS },
00975   { "Archos", 0x0e79, "70it2 (ID 2)", 0x1569, DEVICE_FLAGS_ANDROID_BUGS },
00976   { "Archos", 0x0e79, "70 Cobalt", 0x15ba, DEVICE_FLAGS_ANDROID_BUGS },
00977   { "Archos", 0x0e79, "50c", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
00978   { "Archos", 0x0e79, "C40", 0x31ab, DEVICE_FLAGS_ANDROID_BUGS },
00979   /* via libmtp-discuss Tonton <to.tonton@gmail.com> */
00980   { "Archos", 0x0e79, "Helium 45B", 0x31d8, DEVICE_FLAGS_ANDROID_BUGS },
00981   /* https://sourceforge.net/p/libmtp/bugs/1393/ */
00982   { "Archos", 0x0e79, "Phone", 0x31e1, DEVICE_FLAGS_ANDROID_BUGS },
00983   /* https://sourceforge.net/p/libmtp/bugs/1325/ */
00984   { "Archos", 0x0e79, "45 Neon", 0x31f3, DEVICE_FLAGS_ANDROID_BUGS },
00985   /* https://sourceforge.net/p/libmtp/bugs/1352/ */
00986   { "Archos", 0x0e79, "50 Diamond", 0x3229, DEVICE_FLAGS_ANDROID_BUGS },
00987   { "Archos", 0x0e79, "101 G4", 0x4002, DEVICE_FLAGS_ANDROID_BUGS },
00988   { "Archos (for Tesco)", 0x0e79, "Hudl (ID1)", 0x5008, DEVICE_FLAGS_ANDROID_BUGS },
00989   { "Archos (for Tesco)", 0x0e79, "Hudl (ID2)", 0x5009, DEVICE_FLAGS_ANDROID_BUGS },
00990   /* https://sourceforge.net/p/libmtp/bugs/1404/ */
00991   { "Archos", 0x0e79, "AC40DTI", 0x5217, DEVICE_FLAGS_ANDROID_BUGS },
00992 
00993   /*
00994    * Dunlop (OEM of EGOMAN ltd?) reported by Nanomad
00995    * This unit is falsely detected as USB mass storage in Linux
00996    * prior to kernel 2.6.19 (fixed by patch from Alan Stern)
00997    * so on older kernels special care is needed to remove the
00998    * USB mass storage driver that erroneously binds to the device
00999    * interface.
01000    *
01001    * More problematic, this manufacturer+device ID seems to be
01002    * reused in a USB Mass Storage device named "Zipy Fox 8GB",
01003    * which means libmtp may mistreat it.
01004    */
01005   { "Dunlop", 0x10d6, "MP3 player 1GB / EGOMAN MD223AFD", 0x2200, DEVICE_FLAG_UNLOAD_DRIVER},
01006   // Reported by Steven Black <stevenblack1956@users.sourceforge.net>
01007   // Obviously this company goes by many names.
01008   // This device is USB 2.0 only. Broken pipe on closing.
01009   // A later report indicates that this is also used by the iRiver E200
01010   { "Memorex or iRiver", 0x10d6, "MMP 8585/8586 or iRiver E200", 0x2300,
01011       DEVICE_FLAG_UNLOAD_DRIVER |
01012       DEVICE_FLAG_NO_RELEASE_INTERFACE},
01013 
01014   /*
01015    * Sirius
01016    */
01017   { "Sirius", 0x18f6, "Stiletto", 0x0102, DEVICE_FLAG_NONE },
01018   // Reported by Chris Bagwell <chris@cnpbagwell.com>
01019   { "Sirius", 0x18f6, "Stiletto 2", 0x0110, DEVICE_FLAG_NONE },
01020 
01021   /*
01022    * Nokia
01023    * Please verify the low device IDs here, I suspect these might be for
01024    * things like USB storage or modem mode actually, whereas the higher
01025    * range (0x04nn) could be for MTP. Some of the devices were gathered
01026    * from the Nokia WMP drivers:
01027    * http://nds2.nokia.com/files/support/global/phones/software/
01028    * Address was gathered from going to:
01029    * nseries.com
01030    * -> support
01031    * -> select supported device
01032    *  -> PC software
01033    *    -> Music software
01034    *      -> Windows Media Player 10 driver
01035    */
01036   // From: DoomHammer <gaczek@users.sourceforge.net>
01037   { "Nokia", 0x0421, "N81 Mobile Phone", 0x000a, DEVICE_FLAG_NONE },
01038   // From an anonymous SourceForge user
01039   { "Nokia", 0x0421, "6120c Classic Mobile Phone", 0x002e, DEVICE_FLAG_NONE },
01040   // From Stefano
01041   { "Nokia", 0x0421, "N96 Mobile Phone", 0x0039, DEVICE_FLAG_NONE },
01042   // From Martijn van de Streek <martijn@vandestreek.net>
01043   { "Nokia", 0x0421, "6500c Classic Mobile Phone", 0x003c, DEVICE_FLAG_NONE },
01044   // From: DoomHammer <gaczek@users.sourceforge.net>
01045   { "Nokia", 0x0421, "3110c Mobile Phone", 0x005f, DEVICE_FLAG_NONE },
01046   // From: Vasily <spc-@users.sourceforge.net>
01047   { "Nokia", 0x0421, "3109c Mobile Phone", 0x0065, DEVICE_FLAG_NONE },
01048   // From: <rawc@users.sourceforge.net>
01049   { "Nokia", 0x0421, "5310 XpressMusic", 0x006c, DEVICE_FLAG_NONE },
01050   // From: robin (AT) headbank D0Tco DOTuk
01051   { "Nokia", 0x0421, "N95 Mobile Phone 8GB", 0x006e, DEVICE_FLAG_NONE },
01052   // From Bastien Nocera <hadess@hadess.net>
01053   { "Nokia", 0x0421, "N82 Mobile Phone", 0x0074,
01054       DEVICE_FLAG_UNLOAD_DRIVER },
01055   // From Martijn van de Streek <martijn@vandestreek.net>
01056   { "Nokia", 0x0421, "N78 Mobile Phone", 0x0079, DEVICE_FLAG_NONE },
01057   // From William Pettersson <the_enigma@users.sourceforge.net>
01058   { "Nokia", 0x0421, "6220 Classic", 0x008d, DEVICE_FLAG_NONE },
01059   // From kellerkev@gmail.com
01060   { "Nokia", 0x0421, "N85 Mobile Phone", 0x0092, DEVICE_FLAG_NONE },
01061   // From Alexandre LISSY <lissyx@users.sourceforge.net>
01062   { "Nokia", 0x0421, "6210 Navigator", 0x0098, DEVICE_FLAG_NONE },
01063   // From: danielw
01064   { "Nokia", 0x0421, "E71", 0x00e4, DEVICE_FLAG_NONE },
01065   // From: Laurent Bigonville <bigon@users.sourceforge.net>
01066   { "Nokia", 0x0421, "E66", 0x00e5, DEVICE_FLAG_NONE },
01067   // From: Pier <pierlucalino@users.sourceforge.net>
01068   { "Nokia", 0x0421, "5320 XpressMusic", 0x00ea, DEVICE_FLAG_NONE },
01069   // From: Gausie <innerdreams@users.sourceforge.net>
01070   { "Nokia", 0x0421, "5800 XpressMusic", 0x0154,
01071       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
01072   // From: Willy Gardiol (web) <willy@gardiol.org>
01073   // Spurious errors for getting all objects, lead me to believe
01074   // this flag atleast is needed
01075   { "Nokia", 0x0421, "5800 XpressMusic v2", 0x0155,
01076       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
01077   // Yet another version... I think
01078   { "Nokia", 0x0421, "5800 XpressMusic v3", 0x0159,
01079       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
01080   // From an anonymous SourceForge user
01081   // Not verified to be MTP
01082   { "Nokia", 0x0421, "E63", 0x0179, DEVICE_FLAG_NONE },
01083   // Reported by: max g <exactt@users.sourceforge.net>
01084   // Reported by: oswillios <loswillios@users.sourceforge.net>
01085   { "Nokia", 0x0421, "N79", 0x0186, DEVICE_FLAG_NONE },
01086   // From an anonymous SourceForge user
01087   { "Nokia", 0x0421, "E71x", 0x01a1, DEVICE_FLAG_NONE },
01088   // From Ser <ser@users.sourceforge.net>
01089   { "Nokia", 0x0421, "E52", 0x01cf, DEVICE_FLAG_NONE },
01090   // From Marcus Meissner
01091   { "Nokia", 0x0421, "3710", 0x01ee, DEVICE_FLAG_NONE },
01092   // From: AxeL <axel__17@users.sourceforge.net>
01093   { "Nokia", 0x0421, "N97-1", 0x01f4, DEVICE_FLAG_NONE },
01094   // From: FunkyPenguin <awafaa@users.sourceforge.net>
01095   { "Nokia", 0x0421, "N97", 0x01f5, DEVICE_FLAG_NONE },
01096   // From: Anonymous SourceForge user
01097   { "Nokia", 0x0421, "5130 XpressMusic", 0x0209, DEVICE_FLAG_NONE },
01098   // From: Anonymous SourceForge user
01099   { "Nokia", 0x0421, "E72", 0x0221, DEVICE_FLAG_NONE },
01100   // From: Anonymous SourceForge user
01101   { "Nokia", 0x0421, "5530", 0x0229, DEVICE_FLAG_NONE },
01102   /* Grzegorz Woźniak <wozniakg@gmail.com> */
01103   { "Nokia", 0x0421, "E6", 0x032f, DEVICE_FLAG_NONE },
01104   // From: Anonymous SourceForge user
01105   { "Nokia", 0x0421, "N97 mini", 0x026b, DEVICE_FLAG_NONE },
01106   // From: Anonymous SourceForge user
01107   { "Nokia", 0x0421, "X6", 0x0274, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
01108   // From: Alexander Kojevnikov <alex-kay@users.sourceforge.net>
01109   { "Nokia", 0x0421, "6600i", 0x0297, DEVICE_FLAG_NONE },
01110   // From: Karthik Paithankar <whyagain2005@users.sourceforge.net>
01111   { "Nokia", 0x0421, "2710", 0x02c1, DEVICE_FLAG_NONE },
01112   // From: Mick Stephenson <MickStep@users.sourceforge.net>
01113   { "Nokia", 0x0421, "5230", 0x02e2, DEVICE_FLAG_NONE },
01114   // From: Lan Liu at Nokia <lan.liu@nokia.com>
01115   { "Nokia", 0x0421, "N8", 0x02fe, DEVICE_FLAG_NONE },
01116   // From: Lan Liu at Nokia <lan.liu@nokia.com>
01117   { "Nokia", 0x0421, "N8 (Ovi mode)", 0x0302, DEVICE_FLAG_NONE },
01118   // From: Martijn Hoogendoorn <m.hoogendoorn@gmail.com>
01119   { "Nokia", 0x0421, "E7", 0x0334, DEVICE_FLAG_NONE },
01120   // From: Raul Metsma <raul@innovaatik.ee>
01121   { "Nokia", 0x0421, "E7 (Ovi mode)", 0x0335, DEVICE_FLAG_NONE },
01122   // Reported by Serg <rd77@users.sourceforge.net>
01123   // Symbian phone
01124   { "Nokia", 0x0421, "C7", 0x03c1, DEVICE_FLAG_NONE },
01125   // Reported by Anonymous SourceForge user
01126   { "Nokia", 0x0421, "C7 (ID2)", 0x03cd, DEVICE_FLAG_NONE },
01127   // Reported by Anonymous SourceForge user
01128   { "Nokia", 0x0421, "N950", 0x03d2, DEVICE_FLAG_NONE },
01129   // From: http://nds2.nokia.com/files/support/global/phones/software/Nokia_3250_WMP10_driver.inf
01130   { "Nokia", 0x0421, "3250 Mobile Phone", 0x0462, DEVICE_FLAG_NONE },
01131   // From http://nds2.nokia.com/files/support/global/phones/software/Nokia_N93_WMP10_Driver.inf
01132   { "Nokia", 0x0421, "N93 Mobile Phone", 0x0478, DEVICE_FLAG_NONE },
01133   // From: http://nds2.nokia.com/files/support/global/phones/software/Nokia_5500_Sport_WMP10_driver.inf
01134   { "Nokia", 0x0421, "5500 Sport Mobile Phone", 0x047e, DEVICE_FLAG_NONE },
01135   // From http://nds2.nokia.com/files/support/global/phones/software/Nokia_N91_WMP10_Driver.inf
01136   { "Nokia", 0x0421, "N91 Mobile Phone", 0x0485, DEVICE_FLAG_NONE },
01137   // From: Christian Rusa <kristous@users.sourceforge.net>
01138   { "Nokia", 0x0421, "5700 XpressMusic Mobile Phone", 0x04b4, DEVICE_FLAG_NONE },
01139   // From: Mitchell Hicks <mitchix@yahoo.com>
01140   { "Nokia", 0x0421, "5300 Mobile Phone", 0x04ba, DEVICE_FLAG_NONE },
01141   // https://sourceforge.net/tracker/index.php?func=detail&aid=2692473&group_id=8874&atid=358874
01142   // From: Tiburce <tiburce@users.sourceforge.net>
01143   { "Nokia", 0x0421, "5200 Mobile Phone", 0x04be,
01144       DEVICE_FLAG_BROKEN_BATTERY_LEVEL },
01145   // From Christian Arnold <webmaster@arctic-media.de>
01146   { "Nokia", 0x0421, "N73 Mobile Phone", 0x04d1, DEVICE_FLAG_UNLOAD_DRIVER },
01147   // From Swapan <swapan@yahoo.com>
01148   { "Nokia", 0x0421, "N75 Mobile Phone", 0x04e1, DEVICE_FLAG_NONE },
01149   // From: http://nds2.nokia.com/files/support/global/phones/software/Nokia_N93i_WMP10_driver.inf
01150   { "Nokia", 0x0421, "N93i Mobile Phone", 0x04e5, DEVICE_FLAG_NONE },
01151   // From Anonymous Sourceforge User
01152   { "Nokia", 0x0421, "N95 Mobile Phone", 0x04ef, DEVICE_FLAG_NONE },
01153   // From: Pat Nicholls <pat@patandannie.co.uk>
01154   { "Nokia", 0x0421, "N80 Internet Edition (Media Player)", 0x04f1,
01155       DEVICE_FLAG_UNLOAD_DRIVER },
01156   // From: Maxin B. John <maxin.john@gmail.com>
01157   { "Nokia", 0x0421, "N9", 0x051a, DEVICE_FLAG_NONE },
01158   /* https://sourceforge.net/p/libmtp/bugs/1308/ */
01159   { "Nokia", 0x0421, "N300", 0x0524, DEVICE_FLAG_NONE },
01160   { "Nokia", 0x0421, "C5-00", 0x0592, DEVICE_FLAG_NONE },
01161   /* https://sourceforge.net/p/libmtp/bugs/1457/ */
01162   { "Nokia", 0x0421, "C5-00 (ID2)", 0x0595, DEVICE_FLAG_NONE },
01163   { "Nokia", 0x0421, "808 PureView", 0x05d3, DEVICE_FLAG_NONE },
01164   // Reported by Sampo Savola
01165   // Covers Lumia 920, 820 and probably any WP8 device.
01166   { "Nokia", 0x0421, "Lumia WP8", 0x0661, DEVICE_FLAG_NONE },
01167   /* https://sourceforge.net/p/libmtp/bugs/1176/ */
01168   { "Nokia", 0x0421, "Lumia 301", 0x0666, DEVICE_FLAG_NONE },
01169   /* https://sourceforge.net/p/libmtp/support-requests/146/ */
01170   { "Nokia", 0x0421, "XL", 0x06e8, DEVICE_FLAG_UNLOAD_DRIVER },
01171   /* https://sourceforge.net/p/libmtp/patches/69/
01172    * https://sourceforge.net/p/libmtp/bugs/1285/
01173    * ID is the same for various Lumia version.
01174    */
01175   { "Nokia", 0x0421, "Lumia (RM-975)", 0x06fc, DEVICE_FLAG_NONE },
01176   /* https://sourceforge.net/p/libmtp/bugs/1453/ */
01177   { "Nokia", 0x0421, "X2 Dual Sim", 0x0708, DEVICE_FLAG_NONE },
01178 
01179 
01180   /*
01181    * Qualcomm
01182    * This vendor ID seems to be used a bit by others.
01183    */
01184 
01185   // Reported by Richard Wall <richard@the-moon.net>
01186   { "Qualcomm (for Nokia)", 0x05c6, "5530 Xpressmusic", 0x0229,
01187       DEVICE_FLAG_NONE },
01188   // One thing stated by reporter (Nokia model) another by the detect log...
01189   { "Qualcomm (for Nokia/Verizon)", 0x05c6, "6205 Balboa/Verizon Music Phone",
01190       0x3196, DEVICE_FLAG_NONE },
01191   { "Qualcomm (for Gigabyte)", 0x05c6, "GSmart G1342",
01192       0x8800, DEVICE_FLAG_NONE },
01193   { "Qualcomm (for Smartfren)", 0x05c6, "Andromax U",
01194       0x9025, DEVICE_FLAG_NONE },
01195   // New Android phone of the OnePlus brand : the One model
01196   { "Qualcomm (for OnePlus)", 0x05c6, "One (MTP)",
01197       0x6764, DEVICE_FLAGS_ANDROID_BUGS },
01198   { "Qualcomm (for OnePlus)", 0x05c6, "One (MTP+ADB)",
01199       0x6765, DEVICE_FLAGS_ANDROID_BUGS },
01200 
01201   /* https://sourceforge.net/p/libmtp/bugs/1377/ */
01202   { "Qualcomm (for Xolo)", 0x901b, "Xolo Black (MTP)",
01203       0x9039, DEVICE_FLAGS_ANDROID_BUGS },
01204 
01205   { "Qualcomm (for PhiComm)", 0x05c6, "C230w (MTP)",
01206       0x9039, DEVICE_FLAGS_ANDROID_BUGS },
01207 
01208   /* https://sourceforge.net/p/libmtp/bugs/1513/ */
01209   { "Qualcomm (for OnePlus)", 0x05c6, "One Plus 2 (A2003) (MTP)",
01210       0xf003, DEVICE_FLAGS_ANDROID_BUGS },
01211   /* https://sourceforge.net/p/libmtp/bugs/1284/ */
01212   { "Qualcomm (for Highscreen)", 0x05c6, "Omega Prime S",
01213       0xf003, DEVICE_FLAGS_ANDROID_BUGS },
01214 
01215   /*
01216    * Vendor ID 0x13d1 is some offshoring company in China,
01217    * in one source named "A-Max Technology Macao Commercial
01218    * Offshore Co. Ltd." sometime "CCTech".
01219    */
01220   // Logik brand
01221   { "Logik", 0x13d1, "LOG DAX MP3 and DAB Player", 0x7002, DEVICE_FLAG_UNLOAD_DRIVER },
01222   // Technika brand
01223   // Reported by <Ooblick@users.sourceforge.net>
01224   { "Technika", 0x13d1, "MP-709", 0x7017, DEVICE_FLAG_UNLOAD_DRIVER },
01225 
01226 
01227   /*
01228    * RCA / Thomson
01229    */
01230   // From kiki <omkiki@users.sourceforge.net>
01231   { "Thomson", 0x069b, "EM28 Series", 0x0774, DEVICE_FLAG_NONE },
01232   { "Thomson / RCA", 0x069b, "Opal / Lyra MC4002", 0x0777, DEVICE_FLAG_NONE },
01233   { "Thomson", 0x069b, "Lyra MC5104B (M51 Series)", 0x077c, DEVICE_FLAG_NONE },
01234   { "Thomson", 0x069b, "RCA H106", 0x301a, DEVICE_FLAG_UNLOAD_DRIVER },
01235   // From Svenna <svenna@svenna.de>
01236   // Not confirmed to be MTP.
01237   { "Thomson", 0x069b, "scenium E308", 0x3028, DEVICE_FLAG_NONE },
01238   // From XNJB user
01239   { "Thomson / RCA", 0x069b, "Lyra HC308A", 0x3035, DEVICE_FLAG_NONE },
01240 
01241   /*
01242    * Fujitsu devices
01243    */
01244   { "Fujitsu, Ltd", 0x04c5, "F903iX HIGH-SPEED", 0x1140, DEVICE_FLAG_NONE },
01245   // Reported by Thomas Bretthauer
01246   { "Fujitsu, Ltd", 0x04c5, "STYLISTIC M532", 0x133b,
01247       DEVICE_FLAGS_ANDROID_BUGS },
01248   /* https://sourceforge.net/p/libmtp/feature-requests/137/ */
01249   { "Fujitsu, Ltd", 0x04c5, "F02-E", 0x1378,
01250       DEVICE_FLAGS_ANDROID_BUGS },
01251   /* https://sourceforge.net/p/libmtp/bugs/1495/ */
01252   { "Fujitsu, Ltd", 0x04c5, "Arrows 202F", 0x13dd,
01253       DEVICE_FLAGS_ANDROID_BUGS },
01254 
01255   /*
01256    * Palm device userland program named Pocket Tunes
01257    * Reported by Peter Gyongyosi <gyp@impulzus.com>
01258    */
01259   { "NormSoft, Inc.", 0x1703, "Pocket Tunes", 0x0001, DEVICE_FLAG_NONE },
01260   // Reported by anonymous submission
01261   { "NormSoft, Inc.", 0x1703, "Pocket Tunes 4", 0x0002, DEVICE_FLAG_NONE },
01262 
01263   /*
01264    * TrekStor, Medion and Maxfield devices
01265    * Their datasheet claims their devices are dualmode so probably needs to
01266    * unload the attached drivers here.
01267    */
01268   // Reported by Stefan Voss <svoss@web.de>
01269   // This is a Sigmatel SoC with a hard disk.
01270   { "TrekStor", 0x066f, "Vibez 8/12GB", 0x842a,
01271     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01272   // Reported by anonymous SourceForge user.
01273   // This one done for Medion, whatever that is. Error reported so assume
01274   // the same bug flag as its ancestor above.
01275   { "Medion", 0x066f, "MD8333 (ID1)", 0x8550,
01276     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01277   // Reported by anonymous SourceForge user
01278   { "Medion", 0x066f, "MD8333 (ID2)", 0x8588,
01279     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01280   /* https://sourceforge.net/p/libmtp/bugs/1359/ */
01281   { "Verizon", 0x0408, "Ellipsis 7", 0x3899,
01282     DEVICE_FLAGS_ANDROID_BUGS },
01283   // The vendor ID is "Quanta Computer, Inc."
01284   // same as Olivetti Olipad 110
01285   // Guessing on device flags
01286   { "Medion", 0x0408, "MD99000 (P9514)/Olivetti Olipad 110", 0xb009,
01287     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01288   // Reported by Richard Eigenmann <richieigenmann@users.sourceforge.net>
01289   { "Medion", 0x0408, "Lifetab P9514", 0xb00a,
01290     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAGS_ANDROID_BUGS },
01291   // Reported by anonymous SourceForge user
01292   { "Maxfield", 0x066f, "G-Flash NG 1GB", 0x846c,
01293     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01294   // Reported by PaoloC <efmpsc@users.sourceforge.net>
01295   // Apparently SigmaTel has an SDK for MTP players with this ID
01296   { "SigmaTel Inc.", 0x066f, "MTPMSCN Audio Player", 0xa010,
01297     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01298   // Reported by Cristi Magherusan <majeru@gentoo.ro>
01299   { "TrekStor", 0x0402, "i.Beat Sweez FM", 0x0611,
01300     DEVICE_FLAG_UNLOAD_DRIVER },
01301   // Reported by Fox-ino <fox-ino@users.sourceforge.net>
01302   // No confirmation that this is really MTP so commented it out.
01303   // { "ALi Corp.", 0x0402, "MPMAN 2GB", 0x5668,
01304   // DEVICE_FLAG_UNLOAD_DRIVER },
01305   // Reported by Anonymous SourceForge user
01306   {"TrekStor", 0x1e68, "i.Beat Organix 2.0", 0x0002,
01307     DEVICE_FLAG_UNLOAD_DRIVER },
01308 
01309   /* Also Thalia Toline. https://sourceforge.net/p/libmtp/bugs/1156/ */
01310   {"iRiver", 0x1e68, "Tolino Tab 7", 0x1002,
01311     DEVICE_FLAGS_ANDROID_BUGS },
01312 
01313   /*
01314    * Disney/Tevion/MyMusix
01315    */
01316   // Reported by XNJB user
01317   { "Disney", 0x0aa6, "MixMax", 0x6021, DEVICE_FLAG_NONE },
01318   // Reported by anonymous Sourceforge user
01319   { "Tevion", 0x0aa6, "MD 81488", 0x3011, DEVICE_FLAG_NONE },
01320   // Reported by Peter Hedlund <peter@peterandlinda.com>
01321   { "MyMusix", 0x0aa6, "PD-6070", 0x9601, DEVICE_FLAG_UNLOAD_DRIVER |
01322     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01323     DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST |
01324     DEVICE_FLAG_NO_RELEASE_INTERFACE },
01325 
01326   /*
01327    * Cowon Systems, Inc.
01328    * The iAudio audiophile devices don't encourage the use of MTP.
01329    * See: http://wiki.xiph.org/index.php/PortablePlayers for Ogg
01330    * status
01331    */
01332   // Reported by Patrik Johansson <Patrik.Johansson@qivalue.com>
01333   { "Cowon", 0x0e21, "iAudio U3 (MTP mode)", 0x0701,
01334    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01335    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01336   // Reported by Kevin Michael Smith <hai-etlik@users.sourceforge.net>
01337   { "Cowon", 0x0e21, "iAudio 6 (MTP mode)", 0x0711,
01338    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01339   // Reported by Roberth Karman
01340   { "Cowon", 0x0e21, "iAudio 7 (MTP mode)", 0x0751,
01341    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01342    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01343   // Reported by an anonymous SourceForge user
01344   { "Cowon", 0x0e21, "iAudio U5 (MTP mode)", 0x0761,
01345    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01346    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01347   // Reported by TJ Something <tjbk_tjb@users.sourceforge.net>
01348   { "Cowon", 0x0e21, "iAudio D2 (MTP mode)", 0x0801,
01349    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01350    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01351   // Reported by anonymous Sourceforge user
01352   { "Cowon", 0x0e21, "iAudio D2+ FW 2.x (MTP mode)", 0x0861,
01353    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01354    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01355   // From Rockbox device listing
01356   { "Cowon", 0x0e21, "iAudio D2+ DAB FW 4.x (MTP mode)", 0x0871,
01357    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01358    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01359   // From Rockbox device listing
01360   { "Cowon", 0x0e21, "iAudio D2+ FW 3.x (MTP mode)", 0x0881,
01361    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01362    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01363   // From Rockbox device listing
01364   { "Cowon", 0x0e21, "iAudio D2+ DMB FW 1.x (MTP mode)", 0x0891,
01365    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01366    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01367   // Reported by <twkonefal@users.sourceforge.net>
01368   { "Cowon", 0x0e21, "iAudio S9 (MTP mode)", 0x0901,
01369    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01370    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01371   // Reported by Dan Nicholson <dbn.lists@gmail.com>
01372   { "Cowon", 0x0e21, "iAudio 9 (MTP mode)", 0x0911,
01373    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01374    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01375   // Reported by Franck VDL <franckv@users.sourceforge.net>
01376   { "Cowon", 0x0e21, "iAudio J3 (MTP mode)", 0x0921,
01377    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01378    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01379   // Reported by anonymous SourceForge user
01380   { "Cowon", 0x0e21, "iAudio X7 (MTP mode)", 0x0931,
01381    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01382    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01383   // Reported by anonymous SourceForge user
01384   { "Cowon", 0x0e21, "iAudio C2 (MTP mode)", 0x0941,
01385    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01386    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01387   { "Cowon", 0x0e21, "iAudio 10 (MTP mode)", 0x0952,
01388    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01389    DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
01390 
01391   /*
01392    * Insignia, dual-mode.
01393    */
01394   { "Insignia", 0x19ff, "NS-DV45", 0x0303, DEVICE_FLAG_UNLOAD_DRIVER },
01395   // Reported by Rajan Bella <rajanbella@yahoo.com>
01396   { "Insignia", 0x19ff, "Sport Player", 0x0307, DEVICE_FLAG_UNLOAD_DRIVER },
01397   // Reported by "brad" (anonymous, sourceforge)
01398   { "Insignia", 0x19ff, "Pilot 4GB", 0x0309, DEVICE_FLAG_UNLOAD_DRIVER },
01399 
01400   /*
01401    * LG Electronics
01402    */
01403   // Uncertain if this is really the MTP mode device ID...
01404   { "LG Electronics Inc.", 0x043e, "T54", 0x7040,
01405       DEVICE_FLAG_UNLOAD_DRIVER },
01406   // Not verified - anonymous submission
01407   { "LG Electronics Inc.", 0x043e, "UP3", 0x70b1, DEVICE_FLAG_NONE },
01408   // Reported by Joseph Nahmias <joe@nahimas.net>
01409   { "LG Electronics Inc.", 0x1004, "VX8550 V CAST Mobile Phone", 0x6010,
01410       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01411       DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR },
01412   // Reported by Cyrille Potereau <cyrille.potereau@wanadoo.fr>
01413   { "LG Electronics Inc.", 0x1004, "KC910 Renoir Mobile Phone", 0x608f,
01414       DEVICE_FLAG_UNLOAD_DRIVER },
01415   // Reported by Aaron Slunt <tongle@users.sourceforge.net>
01416   { "LG Electronics Inc.", 0x1004, "GR-500 Music Player", 0x611b,
01417       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01418       DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR },
01419   { "LG Electronics Inc.", 0x1004, "KM900", 0x6132,
01420       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01421       DEVICE_FLAG_UNLOAD_DRIVER },
01422   { "LG Electronics Inc.", 0x1004, "LG8575", 0x619a,
01423       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
01424       DEVICE_FLAG_UNLOAD_DRIVER },
01425   /*
01426    * These two are LG Android phones:
01427    * LG-F6
01428    * V909 G-Slate
01429    */
01430   { "LG Electronics Inc.", 0x1004, "Android phone (ID1)", 0x61f1,
01431       DEVICE_FLAGS_ANDROID_BUGS },
01432   { "LG Electronics Inc.", 0x1004, "Android phone (ID2)", 0x61f9,
01433       DEVICE_FLAGS_ANDROID_BUGS },
01434   /* https://sourceforge.net/p/libmtp/bugs/1007/ */
01435   { "LG Electronics Inc.", 0x1004, "LG VS980", 0x621c,
01436       DEVICE_FLAGS_ANDROID_BUGS },
01437   { "LG Electronics Inc.", 0x1004, "LG2 Optimus", 0x6225,
01438       DEVICE_FLAGS_ANDROID_BUGS },
01439   /* https://sourceforge.net/p/libmtp/bugs/1386/ */
01440   { "LG Electronics Inc.", 0x1004, "LG VS950", 0x622a,
01441       DEVICE_FLAGS_ANDROID_BUGS },
01442   { "LG Electronics Inc.", 0x1004, "LG VS870", 0x6239,
01443       DEVICE_FLAGS_ANDROID_BUGS },
01444   /* https://sourceforge.net/p/libmtp/bugs/992/ */
01445   { "LG Electronics Inc.", 0x1004, "LG VS890", 0x623d,
01446       DEVICE_FLAGS_ANDROID_BUGS },
01447   /* https://sourceforge.net/p/libmtp/support-requests/190/ */
01448   { "LG Electronics Inc.", 0x1004, "LG Optimus Zone 2", 0x6259,
01449       DEVICE_FLAGS_ANDROID_BUGS },
01450   { "LG Electronics Inc.", 0x1004, "VK810", 0x6265,
01451       DEVICE_FLAGS_ANDROID_BUGS },
01452   { "LG Electronics Inc.", 0x1004, "G3", 0x627f,
01453       DEVICE_FLAGS_ANDROID_BUGS },
01454   /* https://sourceforge.net/p/libmtp/bugs/1463/ */
01455   { "LG Electronics Inc.", 0x1004, "810 tablet", 0x6263,
01456       DEVICE_FLAGS_ANDROID_BUGS },
01457   /* https://sourceforge.net/p/libmtp/support-requests/134/ */
01458   { "LG Electronics Inc.", 0x1004, "G3 (VS985)", 0x626e,
01459       DEVICE_FLAGS_ANDROID_BUGS },
01460   /*
01461    * This VID+PID is used by a lot of LG models:
01462    * E430
01463    * E460
01464    * E610
01465    * E612
01466    * E617G
01467    * E970
01468    * P700
01469    */
01470   { "LG Electronics Inc.", 0x1004, "Various E and P models", 0x631c,
01471       DEVICE_FLAGS_ANDROID_BUGS },
01472   /* https://sourceforge.net/p/libmtp/bugs/1294/ */
01473   { "LG Electronics Inc.", 0x1004, "LG G Flex 2", 0x633e,
01474       DEVICE_FLAGS_ANDROID_BUGS },
01475 
01476   /*
01477    * Sony
01478    * It could be that these PIDs are one-per hundred series, so
01479    * NWZ-A8xx is 0325, NWZ-S5xx is 0x326 etc. We need more devices
01480    * reported to see a pattern here.
01481    */
01482   // Reported by Alessandro Radaelli <alessandro.radaelli@aruba.it>
01483   { "Sony", 0x054c, "NWZ-A815/NWZ-A818", 0x0325,
01484       DEVICE_FLAGS_SONY_NWZ_BUGS },
01485   // Reported by anonymous Sourceforge user.
01486   { "Sony", 0x054c, "NWZ-S516", 0x0326,
01487       DEVICE_FLAGS_SONY_NWZ_BUGS },
01488   // Reported by Endre Oma <endre.88.oma@gmail.com>
01489   { "Sony", 0x054c, "NWZ-S615F/NWZ-S616F/NWZ-S618F", 0x0327,
01490       DEVICE_FLAGS_SONY_NWZ_BUGS },
01491   // Reported by Jean-Marc Bourguet <jm@bourguet.org>
01492   { "Sony", 0x054c, "NWZ-S716F", 0x035a,
01493       DEVICE_FLAGS_SONY_NWZ_BUGS },
01494   // Reported by Anon SF User / Anthon van der Neut <avanderneut@avid.com>
01495   { "Sony", 0x054c, "NWZ-A826/NWZ-A828/NWZ-A829", 0x035b,
01496       DEVICE_FLAGS_SONY_NWZ_BUGS },
01497   // Reported by Niek Klaverstijn <niekez@users.sourceforge.net>
01498   { "Sony", 0x054c, "NWZ-A726/NWZ-A728/NWZ-A768", 0x035c,
01499       DEVICE_FLAGS_SONY_NWZ_BUGS },
01500   // Reported by Mehdi AMINI <mehdi.amini - at - ulp.u-strasbg.fr>
01501   { "Sony", 0x054c, "NWZ-B135", 0x036e,
01502       DEVICE_FLAGS_SONY_NWZ_BUGS },
01503   // Reported by <tiagoboldt@users.sourceforge.net>
01504   { "Sony", 0x054c, "NWZ-E436F", 0x0385,
01505       DEVICE_FLAGS_SONY_NWZ_BUGS },
01506   // Reported by Michael Wilkinson
01507   { "Sony", 0x054c, "NWZ-W202", 0x0388,
01508       DEVICE_FLAGS_SONY_NWZ_BUGS },
01509   // Reported by Ondrej Sury <ondrej@sury.org>
01510   { "Sony", 0x054c, "NWZ-S739F", 0x038c,
01511       DEVICE_FLAGS_SONY_NWZ_BUGS },
01512   // Reported by Marco Filipe Nunes Soares Abrantes Pereira <marcopereira@ua.pt>
01513   { "Sony", 0x054c, "NWZ-S638F", 0x038e,
01514       DEVICE_FLAGS_SONY_NWZ_BUGS },
01515   // Reported by Elliot <orwells@users.sourceforge.net>
01516   { "Sony", 0x054c, "NWZ-X1050B/NWZ-X1060B",
01517     0x0397, DEVICE_FLAGS_SONY_NWZ_BUGS },
01518   // Reported by Silvio J. Gutierrez <silviogutierrez@users.sourceforge.net>
01519   { "Sony", 0x054c, "NWZ-X1051/NWZ-X1061", 0x0398,
01520       DEVICE_FLAGS_SONY_NWZ_BUGS },
01521   // Reported by Gregory Boddin <gregory@siwhine.net>
01522   { "Sony", 0x054c, "NWZ-B142F", 0x03d8,
01523       DEVICE_FLAGS_SONY_NWZ_BUGS },
01524   // Reported by Rick Warner <rick@reptileroom.net>
01525   { "Sony", 0x054c, "NWZ-E344/E345", 0x03fc,
01526       DEVICE_FLAGS_SONY_NWZ_BUGS },
01527   // Reported by Jonathan Stowe <gellyfish@users.sourceforge.net>
01528   { "Sony", 0x054c, "NWZ-E445", 0x03fd,
01529       DEVICE_FLAGS_SONY_NWZ_BUGS },
01530   // Reported by Anonymous SourceForge user
01531   { "Sony", 0x054c, "NWZ-S545", 0x03fe,
01532       DEVICE_FLAGS_SONY_NWZ_BUGS },
01533   { "Sony", 0x054c, "NWZ-A845", 0x0404,
01534       DEVICE_FLAGS_SONY_NWZ_BUGS },
01535   // Reported by anonymous SourceForge user
01536   { "Sony", 0x054c, "NWZ-W252B", 0x04bb,
01537       DEVICE_FLAGS_SONY_NWZ_BUGS },
01538   // Suspect this device has strong DRM features
01539   // See https://answers.launchpad.net/ubuntu/+source/libmtp/+question/149587
01540   { "Sony", 0x054c, "NWZ-B153F", 0x04be,
01541       DEVICE_FLAGS_SONY_NWZ_BUGS },
01542   { "Sony", 0x054c, "NWZ-E354", 0x04cb,
01543       DEVICE_FLAGS_SONY_NWZ_BUGS },
01544   // Reported by Toni Burgarello
01545   { "Sony", 0x054c, "NWZ-S754", 0x04cc,
01546       DEVICE_FLAGS_SONY_NWZ_BUGS },
01547   // Reported by Hideki Yamane <henrich@debian.org>
01548   { "Sony", 0x054c, "Sony Tablet P1", 0x04d1,
01549       DEVICE_FLAGS_ANDROID_BUGS },
01550   // Reported by dmiceman
01551   { "Sony", 0x054c, "NWZ-B163F", 0x059a,
01552       DEVICE_FLAGS_SONY_NWZ_BUGS },
01553   { "Sony", 0x054c, "NWZ-E464", 0x05a6,
01554       DEVICE_FLAGS_SONY_NWZ_BUGS },
01555   // Reported by Jan Rheinlaender <jrheinlaender@users.sourceforge.net>
01556   { "Sony", 0x054c, "NWZ-S765", 0x05a8,
01557       DEVICE_FLAGS_SONY_NWZ_BUGS },
01558   // Olivier Keshavjee <olivierkes@users.sourceforge.net>
01559   { "Sony", 0x054c, "Sony Tablet S", 0x05b3,
01560       DEVICE_FLAGS_ANDROID_BUGS },
01561   // Reported by ghalambaz <ghalambaz@users.sourceforge.net>
01562   { "Sony", 0x054c, "Sony Tablet S1", 0x05b4,
01563       DEVICE_FLAGS_ANDROID_BUGS },
01564   { "Sony", 0x054c, "NWZ-B173F", 0x0689,
01565       DEVICE_FLAGS_SONY_NWZ_BUGS },
01566   { "Sony", 0x054c, "DCR-SR75", 0x1294,
01567       DEVICE_FLAGS_SONY_NWZ_BUGS },
01568 
01569   /*
01570    * SonyEricsson
01571    * These initially seemed to support GetObjPropList but later revisions
01572    * of the firmware seem to have broken it, so all are flagged as broken
01573    * for now.
01574    */
01575   // Reported by Øyvind Stegard <stegaro@users.sourceforge.net>
01576   { "SonyEricsson", 0x0fce, "K850i", 0x0075,
01577       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01578   // Reported by Michael Eriksson
01579   { "SonyEricsson", 0x0fce, "W910", 0x0076,
01580       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01581   // Reported by Zack <zackdvd@users.sourceforge.net>
01582   { "SonyEricsson", 0x0fce, "W890i", 0x00b3,
01583       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01584   // Reported by robert dot ahlskog at gmail
01585   { "SonyEricsson", 0x0fce, "W760i", 0x00c6,
01586       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01587   // Reported by Linus Åkesson <linusakesson@users.sourceforge.net>
01588   { "SonyEricsson", 0x0fce, "C902", 0x00d4,
01589       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01590   // Reported by an anonymous SourceForge user
01591   { "SonyEricsson", 0x0fce, "C702", 0x00d9,
01592       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01593   // Reported by Christian Zuckschwerdt <christian@zuckschwerdt.org>
01594   { "SonyEricsson", 0x0fce, "W980", 0x00da,
01595       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01596   // Reported by David Taylor <davidt-libmtp@yadt.co.uk>
01597   { "SonyEricsson", 0x0fce, "C905", 0x00ef,
01598       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01599   // Reported by David House <dmhouse@users.sourceforge.net>
01600   { "SonyEricsson", 0x0fce, "W595", 0x00f3,
01601       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
01602       DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
01603   // Reported by Mattias Evensson <mevensson@users.sourceforge.net>
01604   { "SonyEricsson", 0x0fce, "W902", 0x00f5,
01605       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01606   // Reported by Sarunas <sarunas@users.sourceforge.net>
01607   // Doesn't need any flags according to reporter
01608   { "SonyEricsson", 0x0fce, "T700", 0x00fb,
01609       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
01610   // Reported by Stéphane Pontier <shadow_walker@users.sourceforge.net>
01611   { "SonyEricsson", 0x0fce, "W705/W715", 0x0105,
01612       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01613   // Reported by Håkan Kvist
01614   { "SonyEricsson", 0x0fce, "W995", 0x0112,
01615       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01616   // Reported by anonymous SourceForge user
01617   { "SonyEricsson", 0x0fce, "U5", 0x0133,
01618       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01619   // Reported by Flo <lhugsereg@users.sourceforge.net>
01620   { "SonyEricsson", 0x0fce, "U8i", 0x013a,
01621       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01622   // Reported by xirotyu <xirotyu@users.sourceforge.net>
01623   { "SonyEricsson", 0x0fce,  "j10i2 (Elm)", 0x0144,
01624       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01625   // Reported by Serge Chirik <schirik@users.sourceforge.net>
01626   { "SonyEricsson", 0x0fce,  "j108i (Cedar)", 0x014e,
01627       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01628   // Reported by Jonas Nyrén <spectralmks@users.sourceforge.net>
01629   { "SonyEricsson", 0x0fce, "W302", 0x10c8,
01630       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01631   // Reported by Anonymous Sourceforge user
01632   { "SonyEricsson", 0x0fce,  "j10i (Elm)", 0xd144,
01633       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01634   // Reported by Thomas Schweitzer <thomas_-_s@users.sourceforge.net>
01635   { "SonyEricsson", 0x0fce, "K550i", 0xe000,
01636       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
01637 
01638   /*
01639    * SonyEricsson/SONY Android devices usually have three personalities due to
01640    * using composite descriptors and the fact that Windows cannot distinguish
01641    * the device unless each composite descriptor is unique.
01642    *
01643    * Legend:
01644    * MTP = Media Transfer Protocol
01645    * UMS = USB Mass Storage Protocol
01646    * ADB = Android Debug Bridge Protocol
01647    * CDC = Communications Device Class, Internet Sharing
01648    *
01649    * 0x0nnn = MTP
01650    * 0x4nnn = MTP + UMS (for CD-ROM)
01651    * 0x5nnn = MTP + ADB
01652    * 0x6nnn = UMS + ADB
01653    * 0x7nnn = MTP + CDC
01654    * 0x8nnn = MTP + CDC + ADB
01655    * 0xannn = MTP + UMS (MTP for eMMC and UMS for external SD card)
01656    * 0xbnnn = MTP + UMS + ADB
01657    * 0xennn = UMS only
01658    *
01659    * The SonyEricsson and SONY devices have (at least) two deployed MTP
01660    * stacks: Aricent and Android. These have different bug flags, and
01661    * sometimes the same device has firmware upgrades moving it from
01662    * the Aricent to Android MTP stack without changing the device
01663    * VID+PID (first observed on the SK17i Xperia Mini Pro), so the
01664    * detection has to be more elaborate. The code in libmtp.c will do
01665    * this and assign the proper bug flags (hopefully).
01666    * That is why DEVICE_FLAG_NONE is used for these devices.
01667    *
01668    * Devices reported by:
01669    * Sony Mobile Communications (via Toby Collett)
01670    * Jonas Salling
01671    * Eamonn Webster <eweb@users.sourceforge.net>
01672    * Alejandro DC <Alejandro_DC@users.sourceforge.ne>
01673    * StehpanKa <stehp@users.sourceforge.net>
01674    * hdhoang <hdhoang@users.sourceforge.net>
01675    * Paul Taylor
01676    * Bruno Basilio <bbasilio@users.sourceforge.net>
01677    * Christoffer Holmstedt <christofferh@users.sourceforge.net>
01678    * equaeghe <equaeghe@users.sourceforge.net>
01679    * Ondra Lengal
01680    * Michael K. <kmike@users.sourceforge.net>
01681    * Jean-François  B. <changi67@users.sourceforge.net>
01682    * Eduard Bloch <blade@debian.org>
01683    * Ah Hong <hongster@users.sourceforge.net>
01684    * Eowyn Carter
01685    */
01686   { "SonyEricsson", 0x0fce,  "c1605 Xperia Dual E MTP", 0x0146,
01687       DEVICE_FLAG_NONE },
01688   { "SonyEricsson", 0x0fce, "LT15i Xperia arc S MTP", 0x014f,
01689       DEVICE_FLAG_NONE },
01690   { "SonyEricsson", 0x0fce, "MT11i Xperia Neo MTP", 0x0156,
01691       DEVICE_FLAG_NONE },
01692   { "SonyEricsson", 0x0fce, "IS12S Xperia Acro MTP", 0x0157,
01693       DEVICE_FLAG_NONE },
01694   { "SonyEricsson", 0x0fce, "MK16i Xperia MTP", 0x015a,
01695       DEVICE_FLAG_NONE },
01696   { "SonyEricsson", 0x0fce, "R800/R88i Xperia Play MTP", 0x015d,
01697       DEVICE_FLAG_NONE },
01698   { "SonyEricsson", 0x0fce, "ST18a Xperia Ray MTP", 0x0161,
01699       DEVICE_FLAG_NONE },
01700   { "SonyEricsson", 0x0fce, "SK17i Xperia Mini Pro MTP", 0x0166,
01701       DEVICE_FLAG_NONE },
01702   { "SonyEricsson", 0x0fce, "ST15i Xperia Mini MTP", 0x0167,
01703       DEVICE_FLAG_NONE },
01704   { "SonyEricsson", 0x0fce, "ST17i Xperia Active MTP", 0x0168,
01705       DEVICE_FLAG_NONE },
01706   { "SONY", 0x0fce, "LT26i Xperia S MTP", 0x0169,
01707       DEVICE_FLAG_NO_ZERO_READS },
01708   { "SONY", 0x0fce, "WT19i Live Walkman MTP", 0x016d,
01709       DEVICE_FLAG_NONE },
01710   { "SONY", 0x0fce, "ST21i Xperia Tipo MTP", 0x0170,
01711       DEVICE_FLAG_NONE },
01712   { "SONY", 0x0fce, "ST15i Xperia U MTP", 0x0171,
01713       DEVICE_FLAG_NONE },
01714   { "SONY", 0x0fce, "LT22i Xperia P MTP", 0x0172,
01715       DEVICE_FLAG_NONE },
01716   { "SONY", 0x0fce, "MT27i Xperia Sola MTP", 0x0173,
01717       DEVICE_FLAG_NONE },
01718   { "SONY", 0x0fce, "LT26w Xperia Acro HD IS12S MTP", 0x0175,
01719       DEVICE_FLAG_NONE },
01720   { "SONY", 0x0fce, "LT26w Xperia Acro HD SO-03D MTP", 0x0176,
01721       DEVICE_FLAG_NONE },
01722   { "SONY", 0x0fce, "LT28at Xperia Ion MTP", 0x0177,
01723       DEVICE_FLAG_NONE },
01724   { "SONY", 0x0fce, "LT29i Xperia GX MTP", 0x0178,
01725       DEVICE_FLAG_NONE },
01726   { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP", 0x017e,
01727       DEVICE_FLAG_NONE },
01728   { "SONY", 0x0fce, "ST23i Xperia Miro MTP", 0x0180,
01729       DEVICE_FLAG_NONE },
01730   { "SONY", 0x0fce, "SO-05D Xperia SX MTP", 0x0181,
01731       DEVICE_FLAG_NONE },
01732   { "SONY", 0x0fce, "LT30p Xperia T MTP", 0x0182,
01733       DEVICE_FLAG_NONE },
01734   { "SONY", 0x0fce, "LT25i Xperia V MTP", 0x0186,
01735       DEVICE_FLAG_NONE },
01736   { "SONY", 0x0fce, "Xperia J MTP", 0x0188,
01737       DEVICE_FLAG_NONE },
01738   { "SONY", 0x0fce, "Xperia ZL MTP", 0x0189,
01739       DEVICE_FLAG_NONE },
01740   { "SONY", 0x0fce, "Xperia E MTP", 0x018c,
01741       DEVICE_FLAG_NONE },
01742   { "SONY", 0x0fce, "Xperia Tablet Z MTP 1", 0x018d,
01743       DEVICE_FLAG_NONE },
01744   { "SONY", 0x0fce, "Xperia L MTP", 0x0192,
01745       DEVICE_FLAG_NONE },
01746   { "SONY", 0x0fce, "Xperia Z MTP", 0x0193,
01747       DEVICE_FLAG_NONE },
01748   { "SONY", 0x0fce, "Xperia Tablet Z MTP 2", 0x0194,
01749       DEVICE_FLAG_NONE },
01750   { "SONY", 0x0fce, "Xperia SP MTP", 0x0195,
01751       DEVICE_FLAG_NONE },
01752   { "SONY", 0x0fce, "Xperia Z Ultra MTP (ID2)", 0x0196,
01753       DEVICE_FLAGS_ANDROID_BUGS },
01754   { "SONY", 0x0fce, "Xperia ZR MTP", 0x0197,
01755       DEVICE_FLAGS_ANDROID_BUGS },
01756   { "SONY", 0x0fce, "Xperia A MTP", 0x0198,
01757       DEVICE_FLAGS_ANDROID_BUGS },
01758   { "SONY", 0x0fce, "Xperia M MTP", 0x019b,
01759       DEVICE_FLAG_NONE },
01760   { "SONY", 0x0fce, "Xperia Z Ultra MTP (ID3)", 0x019c,
01761       DEVICE_FLAG_NONE },
01762   { "SONY", 0x0fce, "Xperia Z1 MTP", 0x019e,
01763       DEVICE_FLAG_NONE },
01764   { "SONY", 0x0fce, "Xperia C MTP", 0x01a3,
01765       DEVICE_FLAG_NONE },
01766   { "SONY", 0x0fce, "Xperia Z1 Compact D5503", 0x01a7,
01767       DEVICE_FLAG_NONE },
01768   { "SONY", 0x0fce, "Xperia M2 MTP", 0x01aa,
01769       DEVICE_FLAG_NONE },
01770   { "SONY", 0x0fce, "Xperia M2 Dual MTP", 0x01ab,
01771       DEVICE_FLAG_NONE },
01772   { "SONY", 0x0fce, "Xperia Z2 MTP", 0x01af,
01773       DEVICE_FLAG_NONE },
01774   { "SONY", 0x0fce, "Xperia Z3v MTP", 0x01b0,
01775       DEVICE_FLAGS_ANDROID_BUGS },
01776   { "SONY", 0x0fce, "Xperia Z2 Tablet MTP", 0x01b1,
01777       DEVICE_FLAGS_ANDROID_BUGS },
01778   { "SONY", 0x0fce, "Xperia Z Ultra MTP", 0x01b6,
01779       DEVICE_FLAGS_ANDROID_BUGS },
01780   { "SONY", 0x0fce, "Xperia M2 Aqua MTP", 0x01b8,
01781       DEVICE_FLAGS_ANDROID_BUGS },
01782   { "SONY", 0x0fce, "Xperia Z3 MTP", 0x01ba,
01783       DEVICE_FLAG_NONE },
01784   { "SONY", 0x0fce, "Xperia Z3 Compact MTP", 0x01bb,
01785       DEVICE_FLAG_NONE },
01786   { "SONY", 0x0fce, "Xperia E3 MTP", 0x01bc,
01787       DEVICE_FLAG_NONE },
01788   { "SONY", 0x0fce, "Xperia Z3 Tablet MTP", 0x01c0,
01789       DEVICE_FLAG_NONE },
01790   { "SONY", 0x0fce, "XPeria M4 Aqua Dual MTP", 0x01c4,
01791       DEVICE_FLAG_NONE },
01792   { "SONY", 0x0fce, "E2115 MTP", 0x01c5,
01793       DEVICE_FLAG_NONE },
01794   { "SONY", 0x0fce, "XPeria Z3+ MTP", 0x01c9,
01795       DEVICE_FLAG_NONE },
01796   { "SONY", 0x0fce, "XPeria E4g MTP", 0x01cb,
01797       DEVICE_FLAG_NONE },
01798   { "SONY", 0x0fce, "XPeria Z5 MTP", 0x01d9,
01799       DEVICE_FLAG_NONE },
01800   { "SONY", 0x0fce, "XPeria Z5 Compact MTP", 0x01da,
01801       DEVICE_FLAG_NONE },
01802 
01803 
01804   /*
01805    * MTP+UMS personalities of MTP devices (see above)
01806    */
01807   { "SonyEricsson", 0x0fce, "IS12S Xperia Acro MTP+CDROM", 0x4157,
01808       DEVICE_FLAG_NONE },
01809   { "SonyEricsson", 0x0fce, "ST17i Xperia Active MTP+CDROM", 0x4168,
01810       DEVICE_FLAG_NONE },
01811   { "SONY", 0x0fce, "LT26i Xperia S MTP+CDROM", 0x4169,
01812       DEVICE_FLAG_NO_ZERO_READS },
01813   { "SONY", 0x0fce, "ST21i Xperia Tipo MTP+CDROM", 0x4170,
01814       DEVICE_FLAG_NONE },
01815   { "SONY", 0x0fce, "ST25i Xperia U MTP+CDROM", 0x4171,
01816       DEVICE_FLAG_NONE },
01817   { "SONY", 0x0fce, "LT22i Xperia P MTP+CDROM", 0x4172,
01818       DEVICE_FLAG_NONE },
01819   { "SONY", 0x0fce, "MT27i Xperia Sola MTP+CDROM", 0x4173,
01820       DEVICE_FLAG_NONE },
01821   { "SONY", 0x0fce, "LT26w Xperia Acro HD IS12S MTP+CDROM", 0x4175,
01822       DEVICE_FLAG_NONE },
01823   { "SONY", 0x0fce, "LT26w Xperia Acro HD SO-03D MTP+CDROM", 0x4176,
01824       DEVICE_FLAG_NONE },
01825   { "SONY", 0x0fce, "LT28at Xperia Ion MTP+CDROM", 0x4177,
01826       DEVICE_FLAG_NONE },
01827   { "SONY", 0x0fce, "LT29i Xperia GX MTP+CDROM", 0x4178,
01828       DEVICE_FLAG_NONE },
01829   { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP+CDROM", 0x417e,
01830       DEVICE_FLAG_NONE },
01831   { "SONY", 0x0fce, "ST23i Xperia Miro MTP+CDROM", 0x4180,
01832       DEVICE_FLAG_NONE },
01833   { "SONY", 0x0fce, "SO-05D Xperia SX MTP+CDROM", 0x4181,
01834       DEVICE_FLAG_NONE },
01835   { "SONY", 0x0fce, "LT30p Xperia T MTP+CDROM", 0x4182,
01836       DEVICE_FLAG_NONE },
01837   { "SONY", 0x0fce, "LT25i Xperia V MTP+CDROM", 0x4186,
01838       DEVICE_FLAG_NONE },
01839   { "SONY", 0x0fce, "Xperia J MTP+CDROM", 0x4188,
01840       DEVICE_FLAG_NONE },
01841   { "SONY", 0x0fce, "Xperia ZL MTP+CDROM", 0x4189,
01842       DEVICE_FLAG_NONE },
01843   { "SONY", 0x0fce, "Xperia E MTP+CDROM", 0x418c,
01844       DEVICE_FLAG_NONE },
01845   { "SONY", 0x0fce, "Xperia Tablet Z MTP+CDROM 1", 0x418d,
01846       DEVICE_FLAG_NONE },
01847   { "SONY", 0x0fce, "Xperia L MTP+CDROM", 0x4192,
01848       DEVICE_FLAG_NONE },
01849   { "SONY", 0x0fce, "Xperia Z MTP+CDROM", 0x4193,
01850       DEVICE_FLAG_NONE },
01851   { "SONY", 0x0fce, "Xperia Tablet Z MTP+CDROM 2", 0x4194,
01852       DEVICE_FLAG_NONE },
01853   { "SONY", 0x0fce, "Xperia SP MTP+CDROM", 0x4195,
01854       DEVICE_FLAG_NONE },
01855   { "SONY", 0x0fce, "Xperia M MTP+CDROM", 0x419b,
01856       DEVICE_FLAG_NONE },
01857   { "SONY", 0x0fce, "Xperia Z Ultra MTP+CDROM (ID3)", 0x419c,
01858       DEVICE_FLAG_NONE },
01859   { "SONY", 0x0fce, "Xperia Z1 MTP+CDROM", 0x419e,
01860       DEVICE_FLAG_NONE },
01861   { "SONY", 0x0fce, "Xperia C MTP+CDROM", 0x41a3,
01862       DEVICE_FLAG_NONE },
01863   { "SONY", 0x0fce, "Xperia Z1 Compact D5503 MTP+CDROM", 0x41a7,
01864       DEVICE_FLAG_NONE },
01865   { "SONY", 0x0fce, "Xperia M2 MTP+CDROM", 0x41aa,
01866       DEVICE_FLAG_NONE },
01867   { "SONY", 0x0fce, "Xperia M2 Dual MTP+CDROM", 0x41ab,
01868       DEVICE_FLAG_NONE },
01869   { "SONY", 0x0fce, "Xperia Z2 MTP+CDROM", 0x41af,
01870       DEVICE_FLAG_NONE },
01871   { "SONY", 0x0fce, "Xperia Z3v MTP+CDROM", 0x41b0,
01872       DEVICE_FLAGS_ANDROID_BUGS },
01873   { "SONY", 0x0fce, "Xperia Z2 Tablet MTP+CDROM", 0x41b1,
01874       DEVICE_FLAGS_ANDROID_BUGS },
01875   { "SONY", 0x0fce, "Xperia Z Ultra MTP+CDROM", 0x41b6,
01876       DEVICE_FLAGS_ANDROID_BUGS },
01877   { "SONY", 0x0fce, "Xperia M2 Aqua MTP+CDROM", 0x41b8,
01878       DEVICE_FLAGS_ANDROID_BUGS },
01879   { "SONY", 0x0fce, "Xperia Z3 MTP+CDROM", 0x41ba,
01880       DEVICE_FLAG_NONE },
01881   { "SONY", 0x0fce, "Xperia Z3 Compact MTP+CDROM", 0x41bb,
01882       DEVICE_FLAG_NONE },
01883   { "SONY", 0x0fce, "Xperia E3 MTP+CDROM", 0x41bc,
01884       DEVICE_FLAG_NONE },
01885   { "SONY", 0x0fce, "Xperia Z3 Tablet MTP+CDROM", 0x41c0,
01886       DEVICE_FLAG_NONE },
01887   { "SONY", 0x0fce, "XPeria M4 Aqua Dual MTP+CDROM", 0x41c4,
01888       DEVICE_FLAG_NONE },
01889   { "SONY", 0x0fce, "E2115 MTP+CDROM", 0x41c5,
01890       DEVICE_FLAG_NONE },
01891   { "SONY", 0x0fce, "XPeria Z3+ MTP+CDROM", 0x41c9,
01892       DEVICE_FLAG_NONE },
01893   { "SONY", 0x0fce, "XPeria E4g MTP+CDROM", 0x41cb,
01894       DEVICE_FLAG_NONE },
01895   { "SONY", 0x0fce, "XPeria Z5 MTP+CDROM", 0x41d9,
01896       DEVICE_FLAG_NONE },
01897   { "SONY", 0x0fce, "XPeria Z5 Compact MTP+CDROM", 0x41da,
01898       DEVICE_FLAG_NONE },
01899 
01900   /*
01901    * MTP+ADB personalities of MTP devices (see above)
01902    */
01903   { "SonyEricsson", 0x0fce,  "c1605 Xperia Dual E MTP+ADB", 0x5146,
01904       DEVICE_FLAG_NONE },
01905   { "SonyEricsson", 0x0fce, "LT15i Xperia Arc MTP+ADB", 0x514f,
01906       DEVICE_FLAG_NONE },
01907   { "SonyEricsson", 0x0fce, "MT11i Xperia Neo MTP+ADB", 0x5156,
01908       DEVICE_FLAG_NONE },
01909   { "SonyEricsson", 0x0fce, "IS12S Xperia Acro MTP+ADB", 0x5157,
01910       DEVICE_FLAG_NONE },
01911   { "SonyEricsson", 0x0fce, "MK16i Xperia MTP+ADB", 0x515a,
01912       DEVICE_FLAG_NONE },
01913   { "SonyEricsson", 0x0fce, "R800/R88i Xperia Play MTP+ADB", 0x515d,
01914       DEVICE_FLAG_NONE },
01915   { "SonyEricsson", 0x0fce, "ST18i Xperia Ray MTP+ADB", 0x5161,
01916       DEVICE_FLAG_NONE },
01917   { "SonyEricsson", 0x0fce, "SK17i Xperia Mini Pro MTP+ADB", 0x5166,
01918       DEVICE_FLAG_NONE },
01919   { "SonyEricsson", 0x0fce, "ST15i Xperia Mini MTP+ADB", 0x5167,
01920       DEVICE_FLAG_NONE },
01921   { "SonyEricsson", 0x0fce, "ST17i Xperia Active MTP+ADB", 0x5168,
01922       DEVICE_FLAG_NONE },
01923   { "SONY", 0x0fce, "LT26i Xperia S MTP+ADB", 0x5169,
01924       DEVICE_FLAG_NO_ZERO_READS },
01925   { "SonyEricsson", 0x0fce, "WT19i Live Walkman MTP+ADB", 0x516d,
01926       DEVICE_FLAG_NONE },
01927   { "SONY", 0x0fce, "ST21i Xperia Tipo MTP+ADB", 0x5170,
01928       DEVICE_FLAG_NONE },
01929   { "SONY", 0x0fce, "ST25i Xperia U MTP+ADB", 0x5171,
01930       DEVICE_FLAG_NONE },
01931   { "SONY", 0x0fce, "LT22i Xperia P MTP+ADB", 0x5172,
01932       DEVICE_FLAG_NONE },
01933   { "SONY", 0x0fce, "MT27i Xperia Sola MTP+ADB", 0x5173,
01934       DEVICE_FLAG_NONE },
01935   { "SONY", 0x0fce, "IS12S Xperia Acro HD MTP+ADB", 0x5175,
01936       DEVICE_FLAG_NONE },
01937   { "SONY", 0x0fce, "SO-03D Xperia Acro HD MTP+ADB", 0x5176,
01938       DEVICE_FLAG_NONE },
01939   { "SONY", 0x0fce, "LT28at Xperia Ion MTP+ADB", 0x5177,
01940       DEVICE_FLAG_NONE },
01941   { "SONY", 0x0fce, "LT29i Xperia GX MTP+ADB", 0x5178,
01942       DEVICE_FLAG_NONE },
01943   { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP+ADB", 0x517e,
01944       DEVICE_FLAG_NONE },
01945   { "SONY", 0x0fce, "ST23i Xperia Miro MTP+ADB", 0x5180,
01946       DEVICE_FLAG_NONE },
01947   { "SONY", 0x0fce, "SO-05D Xperia SX MTP+ADB", 0x5181,
01948       DEVICE_FLAG_NONE },
01949   { "SONY", 0x0fce, "LT30p Xperia T MTP+ADB", 0x5182,
01950       DEVICE_FLAG_NONE },
01951   { "SONY", 0x0fce, "LT25i Xperia V MTP+ADB", 0x5186,
01952       DEVICE_FLAG_NONE },
01953   { "SONY", 0x0fce, "Xperia J MTP+ADB", 0x5188,
01954       DEVICE_FLAG_NONE },
01955   { "SONY", 0x0fce, "Xperia ZL MTP+ADB", 0x5189,
01956       DEVICE_FLAG_NONE },
01957   { "SONY", 0x0fce, "Xperia E MTP+ADB", 0x518c,
01958       DEVICE_FLAG_NONE },
01959   { "SONY", 0x0fce, "Xperia Tablet Z MTP+ADB 1", 0x518d,
01960       DEVICE_FLAG_NONE },
01961   { "SONY", 0x0fce, "Xperia L MTP+ADB", 0x5192,
01962       DEVICE_FLAG_NONE },
01963   { "SONY", 0x0fce, "Xperia Z MTP+ADB", 0x5193,
01964       DEVICE_FLAG_NONE },
01965   { "SONY", 0x0fce, "Xperia Tablet Z MTP+ADB 2", 0x5194,
01966       DEVICE_FLAG_NONE },
01967   { "SONY", 0x0fce, "Xperia SP MTP+ADB", 0x5195,
01968       DEVICE_FLAG_NONE },
01969   { "SONY", 0x0fce, "Xperia Z Ultra MTP+ADB (ID2)", 0x5196,
01970       DEVICE_FLAG_NONE },
01971   { "SONY", 0x0fce, "Xperia ZR MTP+ADB", 0x5197,
01972       DEVICE_FLAGS_ANDROID_BUGS },
01973   { "SONY", 0x0fce, "Xperia A MTP+ADB", 0x5198,
01974       DEVICE_FLAGS_ANDROID_BUGS },
01975   { "SONY", 0x0fce, "Xperia M MTP+ADB", 0x519b,
01976       DEVICE_FLAG_NONE },
01977   { "SONY", 0x0fce, "Xperia Z Ultra MTP+ADB (ID3)", 0x519c,
01978       DEVICE_FLAG_NONE },
01979   { "SONY", 0x0fce, "Xperia Z1 MTP+ADB", 0x519e,
01980       DEVICE_FLAG_NONE },
01981   { "SONY", 0x0fce, "Xperia C MTP+ADB", 0x51a3,
01982       DEVICE_FLAG_NONE },
01983   { "SONY", 0x0fce, "Xperia Z1 Compact MTP+ADB", 0x51a7,
01984       DEVICE_FLAG_NONE },
01985   { "SONY", 0x0fce, "Xperia M2 MTP+ADB", 0x51aa,
01986       DEVICE_FLAG_NONE },
01987   { "SONY", 0x0fce, "Xperia M2 Dual MTP+ADB", 0x51ab,
01988       DEVICE_FLAG_NONE },
01989   { "SONY", 0x0fce, "Xperia Z2 MTP+ADB", 0x51af,
01990       DEVICE_FLAG_NONE },
01991   { "SONY", 0x0fce, "Xperia Z3v MTP+ADB", 0x51b0,
01992       DEVICE_FLAGS_ANDROID_BUGS },
01993   { "SONY", 0x0fce, "Xperia Z2 Tablet MTP+ADB", 0x51b1,
01994       DEVICE_FLAGS_ANDROID_BUGS },
01995   { "SONY", 0x0fce, "Xperia Z Ultra MTP+ADB", 0x51b6,
01996       DEVICE_FLAG_NONE },
01997   { "SONY", 0x0fce, "Xperia M2 Aqua MTP+ADB", 0x51b8,
01998       DEVICE_FLAGS_ANDROID_BUGS },
01999   { "SONY", 0x0fce, "Xperia Z3 MTP+ADB", 0x51ba,
02000       DEVICE_FLAG_NONE },
02001   { "SONY", 0x0fce, "Xperia Z3 Compact MTP+ADB", 0x51bb,
02002       DEVICE_FLAG_NONE },
02003   { "SONY", 0x0fce, "Xperia E3 MTP+ADB", 0x51bc,
02004       DEVICE_FLAG_NONE },
02005   { "SONY", 0x0fce, "Xperia Z3 Tablet MTP+ADB", 0x41c0,
02006       DEVICE_FLAG_NONE },
02007   { "SONY", 0x0fce, "XPeria M4 Aqua Dual MTP+ADB", 0x51c4,
02008       DEVICE_FLAG_NONE },
02009   { "SONY", 0x0fce, "E2115 MTP+ADB", 0x51c5,
02010       DEVICE_FLAG_NONE },
02011   { "SONY", 0x0fce, "XPeria Z3+ MTP+ADB", 0x51c9,
02012       DEVICE_FLAG_NONE },
02013   { "SONY", 0x0fce,  "XPeria E4g MTP+ADB", 0x51cb,
02014       DEVICE_FLAG_NONE },
02015   { "SONY", 0x0fce, "XPeria Z5 MTP+ADB", 0x51d9,
02016       DEVICE_FLAG_NONE },
02017   { "SONY", 0x0fce, "XPeria Z5 Compact MTP+ADB", 0x51da,
02018       DEVICE_FLAG_NONE },
02019 
02020   /*
02021    * MTP+UMS modes
02022    * This mode is for using MTP on the internal storage (eMMC)
02023    * and using UMS (Mass Storage Device Class) on the external
02024    * SD card
02025    */
02026   { "SONY", 0x0fce, "MT27i Xperia Sola MTP+UMS", 0xa173,
02027       DEVICE_FLAG_NONE },
02028   { "SONY", 0x0fce, "IS12S Xperia Acro HD MTP+UMS", 0xa175,
02029       DEVICE_FLAG_NONE },
02030   { "SONY", 0x0fce, "SO-03D Xperia Acro HD MTP+UMS", 0xa176,
02031       DEVICE_FLAG_NONE },
02032   { "SONY", 0x0fce, "LT28at Xperia Ion MTP+UMS", 0xa177,
02033       DEVICE_FLAG_NONE },
02034   { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP+UMS", 0xa17e,
02035       DEVICE_FLAG_NONE },
02036 
02037   /*
02038    * MTP+UMS+ADB modes
02039    * Like the above, but also ADB
02040    */
02041   { "SONY", 0x0fce, "MT27i Xperia Sola MTP+UMS+ADB", 0xb173,
02042       DEVICE_FLAG_NONE },
02043   { "SONY", 0x0fce, "IS12S Xperia Acro MTP+UMS+ADB", 0xb175,
02044       DEVICE_FLAG_NONE },
02045   { "SONY", 0x0fce, "SO-03D Xperia Acro MTP+UMS+ADB", 0xb176,
02046       DEVICE_FLAG_NONE },
02047   { "SONY", 0x0fce, "LT28at Xperia Ion MTP+UMS+ADB", 0xb177,
02048       DEVICE_FLAG_NONE },
02049   { "SONY", 0x0fce, "ST27i/ST27a Xperia go MTP+UMS+ADB", 0xb17e,
02050       DEVICE_FLAG_NONE },
02051 
02052 
02053   /*
02054    * Motorola
02055    * Assume DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST on all of these.
02056    */
02057   /* https://sourceforge.net/p/libmtp/feature-requests/136/ */
02058   { "Motorola", 0x22b8, "XT1524 (MTP)", 0x002e,
02059       DEVICE_FLAGS_ANDROID_BUGS },
02060   // Reported by David Boyd <tiggrdave@users.sourceforge.net>
02061   { "Motorola", 0x22b8, "V3m/V750 verizon", 0x2a65,
02062       DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST |
02063       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
02064   { "Motorola", 0x22b8, "Atrix/Razr HD (MTP)", 0x2e32,
02065       DEVICE_FLAGS_ANDROID_BUGS },
02066   { "Motorola", 0x22b8, "Atrix/Razr HD (MTP+ADB)", 0x2e33,
02067       DEVICE_FLAGS_ANDROID_BUGS },
02068   { "Motorola", 0x22b8, "RAZR M XT907 (MTP)", 0x2e50,
02069       DEVICE_FLAGS_ANDROID_BUGS },
02070   { "Motorola", 0x22b8, "RAZR M XT907 (MTP+ADB)", 0x2e51,
02071       DEVICE_FLAGS_ANDROID_BUGS },
02072   { "Motorola", 0x22b8, "Moto X (XT1053)", 0x2e62,
02073       DEVICE_FLAGS_ANDROID_BUGS },
02074   { "Motorola", 0x22b8, "Moto X (XT1058)", 0x2e63,
02075       DEVICE_FLAGS_ANDROID_BUGS },
02076   /* https://sourceforge.net/p/libmtp/bugs/1323/ */
02077   { "Motorola", 0x22b8, "Moto X (XT1080)", 0x2e66,
02078       DEVICE_FLAGS_ANDROID_BUGS },
02079   { "Motorola", 0x22b8, "Droid Maxx (XT1080)", 0x2e67,
02080       DEVICE_FLAGS_ANDROID_BUGS },
02081   { "Motorola", 0x22b8, "Droid Ultra", 0x2e68,
02082       DEVICE_FLAGS_ANDROID_BUGS },
02083   { "Motorola", 0x22b8, "Moto G (ID1)", 0x2e76,
02084       DEVICE_FLAGS_ANDROID_BUGS },
02085   { "Motorola", 0x22b8, "Moto G (ID2)", 0x2e82,
02086       DEVICE_FLAGS_ANDROID_BUGS },
02087   /* https://sourceforge.net/p/libmtp/bugs/1030/, PTP Id */
02088   { "Motorola", 0x22b8, "Moto G (XT1032)", 0x2e84,
02089       DEVICE_FLAGS_ANDROID_BUGS },
02090   /* https://sourceforge.net/p/libmtp/bugs/1477/ */
02091   { "Motorola", 0x22b8, "Moto Maxx (XT1225)", 0x2ea4,
02092       DEVICE_FLAGS_ANDROID_BUGS },
02093   // Reported by Jader Rodrigues Simoes <jadersimoes@users.sourceforge.net>
02094   { "Motorola", 0x22b8, "Xoom 2 Media Edition (ID3)", 0x41cf,
02095       DEVICE_FLAGS_ANDROID_BUGS },
02096   // Reported by Steven Roemen <sdroemen@users.sourceforge.net>
02097   { "Motorola", 0x22b8, "Droid X/MB525 (Defy)", 0x41d6,
02098       DEVICE_FLAG_NONE },
02099   { "Motorola", 0x22b8, "DROID2 (ID1)", 0x41da,
02100       DEVICE_FLAG_NONE },
02101   { "Motorola", 0x22b8, "Milestone / Verizon Droid", 0x41dc,
02102       DEVICE_FLAGS_ANDROID_BUGS },
02103   { "Motorola", 0x22b8, "DROID2 (ID2)", 0x42a7,
02104       DEVICE_FLAGS_ANDROID_BUGS },
02105   { "Motorola", 0x22b8, "Xoom 2 Media Edition (ID2)", 0x4306,
02106       DEVICE_FLAGS_ANDROID_BUGS },
02107   { "Motorola", 0x22b8, "Xoom 2 Media Edition", 0x4311,
02108       DEVICE_FLAGS_ANDROID_BUGS },
02109   // Reported by  B,H,Kissinger <mrkissinger@users.sourceforge.net>
02110   { "Motorola", 0x22b8, "XT912/XT928", 0x4362,
02111       DEVICE_FLAGS_ANDROID_BUGS },
02112   /* https://sourceforge.net/p/libmtp/bugs/1104/ , PTP id. */
02113   { "Motorola", 0x22b8, "DROID4 (PTP)", 0x4373,
02114       DEVICE_FLAGS_ANDROID_BUGS },
02115   // Reported by Lundgren <alundgren@users.sourceforge.net>
02116   { "Motorola", 0x22b8, "DROID4", 0x437f,
02117       DEVICE_FLAGS_ANDROID_BUGS },
02118   // Reported by Marcus Meissner to libptp2
02119   { "Motorola", 0x22b8, "IdeaPad K1", 0x4811,
02120       DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
02121   // Reported by Hans-Joachim Baader <hjb@pro-linux.de> to libptp2
02122   { "Motorola", 0x22b8, "A1200", 0x60ca,
02123       DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
02124   // http://mark.cdmaforums.com/Files/Motdmmtp.inf
02125   { "Motorola", 0x22b8, "MTP Test Command Interface", 0x6413,
02126       DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
02127   // Reported by anonymous user
02128   { "Motorola", 0x22b8, "RAZR2 V8/U9/Z6", 0x6415,
02129       DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
02130   // Reported by Rodrigo Angelo Rafael
02131   // Razr D1, D3
02132   { "Motorola", 0x22b8, "Razr D1/D3/i (MTP)", 0x64b5,
02133       DEVICE_FLAGS_ANDROID_BUGS },
02134   { "Motorola", 0x22b8, "Razr D1/D3/i (MTP+?)", 0x64b6,
02135       DEVICE_FLAGS_ANDROID_BUGS },
02136   /* https://sourceforge.net/p/libmtp/bugs/697/ */
02137   { "Motorola", 0x22b8, "Atrix XT687 (MTP)", 0x64cf,
02138       DEVICE_FLAGS_ANDROID_BUGS },
02139   // Reported by Brian Dolbec <dol-sen@users.sourceforge.net>
02140   { "Motorola", 0x22b8, "Atrix MB860 (MTP)", 0x7088,
02141       DEVICE_FLAGS_ANDROID_BUGS },
02142   /*
02143    * Motorola Xoom (Wingray) variants
02144    *
02145    * These devices seem to use these product IDs simulatenously
02146    * https://code.google.com/p/android-source-browsing/source/browse/init.stingray.usb.rc?repo=device--moto--wingray
02147    *
02148    * 0x70a3 - Factory test - reported as early MTP ID
02149    * 0x70a8 - MTP
02150    * 0x70a9 - MTP+ADB
02151    * 0x70ae - RNDIS
02152    * 0x70af - RNDIS+ADB
02153    * 0x70b0 - ACM
02154    * 0x70b1 - ACM+ADB
02155    * 0x70b2 - ACM+RNDIS
02156    * 0x70b3 - ACM+RNDIS+ADB
02157    * 0x70b4 - PTP
02158    * 0x70b5 - PTP+ADB
02159    *
02160    * Reported by Google Inc's Yavor Goulishev <yavor@google.com>
02161    */
02162   { "Motorola", 0x22b8, "Xoom (Factory test)", 0x70a3,
02163       DEVICE_FLAGS_ANDROID_BUGS },
02164   { "Motorola", 0x22b8, "Xoom (MTP)", 0x70a8,
02165       DEVICE_FLAGS_ANDROID_BUGS },
02166   { "Motorola", 0x22b8, "Xoom (MTP+ADB)", 0x70a9,
02167       DEVICE_FLAGS_ANDROID_BUGS },
02168   // "carried by C Spire and other CDMA US carriers"
02169   { "Motorola", 0x22b8, "Milestone X2", 0x70ca,
02170       DEVICE_FLAGS_ANDROID_BUGS },
02171   { "Motorola", 0x22b8, "XT890/907/Razr (MTP)", 0x710d,
02172       DEVICE_FLAGS_ANDROID_BUGS },
02173   { "Motorola", 0x22b8, "XT890/907/Razr (MTP+ADB)", 0x710e,
02174       DEVICE_FLAGS_ANDROID_BUGS },
02175   /* https://sourceforge.net/p/libmtp/bugs/1183/ */
02176   { "Motorola", 0x22b8, "Droid Turbo (XT1254)", 0x2ea5,
02177       DEVICE_FLAGS_ANDROID_BUGS },
02178   { "Motorola", 0x22b8, "Droid Turbo Verizon", 0x2ea8,
02179       DEVICE_FLAGS_ANDROID_BUGS },
02180   /*
02181    * XT890/907/Razr
02182    * 710f is USB mass storage
02183    */
02184 
02185   /*
02186    * Google
02187    * These guys lend their Vendor ID to anyone who comes down the
02188    * road to produce an Android tablet it seems... The Vendor ID
02189    * was originally used for Nexus phones
02190    */
02191   { "Google Inc (for Allwinner)", 0x18d1, "A31 SoC", 0x0006,
02192       DEVICE_FLAGS_ANDROID_BUGS },
02193   { "Google Inc (for Ainol Novo)", 0x18d1, "Fire/Flame", 0x0007,
02194       DEVICE_FLAGS_ANDROID_BUGS },
02195   { "Google Inc (for Sony)", 0x18d1, "S1", 0x05b3,
02196       DEVICE_FLAGS_ANDROID_BUGS },
02197   // Reported by anonymous Sourceforge user
02198   { "Google Inc (for Barnes & Noble)", 0x18d1, "Nook Color", 0x2d02,
02199       DEVICE_FLAGS_ANDROID_BUGS },
02200   // Reported by anonymous Sourceforge user
02201   { "Google Inc (for Asus)", 0x18d1, "TF201 Transformer", 0x4d00,
02202       DEVICE_FLAGS_ANDROID_BUGS },
02203   // Reported by anonymous Sourceforge user
02204   { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f,
02205       DEVICE_FLAGS_ANDROID_BUGS },
02206   // 0x4e21 (Nexus S) is a USB Mass Storage device.
02207   { "Google Inc (for Samsung)", 0x18d1, "Nexus S (MTP)", 0x4e25,
02208       DEVICE_FLAGS_ANDROID_BUGS },
02209   // 0x4e26 is also used by "Ramos W30HD Pro Quad Core"
02210   { "Google Inc (for Samsung)", 0x18d1, "Nexus S (MTP+ADB)", 0x4e26,
02211       DEVICE_FLAGS_ANDROID_BUGS },
02212   // Reported by Chris Smith <tcgsmythe@users.sourceforge.net>
02213   { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP)", 0x4e41,
02214       DEVICE_FLAGS_ANDROID_BUGS },
02215   // Reported by Michael Hess <mhess126@gmail.com>
02216   { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP+ADB)", 0x4e42,
02217       DEVICE_FLAGS_ANDROID_BUGS },
02218   { "Google Inc (for LG Electronics/Samsung)", 0x18d1,
02219       "Nexus 4/5/7/10 (MTP)", 0x4ee1,
02220       (DEVICE_FLAGS_ANDROID_BUGS | DEVICE_FLAG_PROPLIST_OVERRIDES_OI) & ~DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
02221   { "Google Inc (for LG Electronics/Samsung)", 0x18d1,
02222       "Nexus 4/5/7/10 (MTP+ADB)", 0x4ee2,
02223       DEVICE_FLAGS_ANDROID_BUGS },
02224   /* https://sourceforge.net/p/libmtp/bugs/1255/ */
02225   { "Google", 0x18d1, "Nexus 5 (MTP)", 0x4ee5,
02226       DEVICE_FLAGS_ANDROID_BUGS },
02227   /* https://sourceforge.net/p/libmtp/bugs/1444/ */
02228   { "Google", 0x18d1, "Pixel C (MTP)", 0x5202,
02229       DEVICE_FLAGS_ANDROID_BUGS },
02230   { "Google", 0x18d1, "Pixel C (MTP+ADB)", 0x5203,
02231       DEVICE_FLAGS_ANDROID_BUGS },
02232   // WiFi-only version of Xoom
02233   // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506
02234   { "Google Inc (for Motorola)", 0x18d1, "Xoom (MZ604)", 0x70a8,
02235       DEVICE_FLAGS_ANDROID_BUGS },
02236   { "Google Inc (for Toshiba)", 0x18d1, "Thrive 7/AT105", 0x7102,
02237       DEVICE_FLAGS_ANDROID_BUGS },
02238   { "Google Inc (for Lenovo)", 0x18d1, "Ideapad K1", 0x740a,
02239       DEVICE_FLAGS_ANDROID_BUGS },
02240   // Another OEM for Medion
02241   { "Google Inc (for Medion)", 0x18d1, "MD99000 (P9514)", 0xb00a,
02242       DEVICE_FLAGS_ANDROID_BUGS },
02243   // Reported by Frederik Himpe <fhimpe@telenet.be>
02244   { "Google Inc (for LG Electronics)", 0x18d1, "P990/Optimus (Cyanogen)",
02245       0xd109, DEVICE_FLAGS_ANDROID_BUGS },
02246   { "Google Inc (for LG Electronics)", 0x18d1, "P990/Optimus", 0xd10a,
02247       DEVICE_FLAGS_ANDROID_BUGS },
02248 
02249 
02250   /*
02251    * Media Keg
02252    */
02253   // Reported by Rajan Bella <rajanbella@yahoo.com>
02254   { "Kenwood", 0x0b28, "Media Keg HD10GB7 Sport Player", 0x100c, DEVICE_FLAG_UNLOAD_DRIVER},
02255 
02256   /*
02257    * Micro-Star International (MSI)
02258    */
02259   // Reported by anonymous sourceforge user.
02260   { "Micro-Star International", 0x0db0, "P610/Model MS-5557", 0x5572, DEVICE_FLAG_NONE },
02261 
02262   /*
02263    * FOMA
02264    */
02265   { "FOMA", 0x06d3, "D905i", 0x21ba, DEVICE_FLAG_NONE },
02266 
02267   /*
02268    * Haier
02269    */
02270   // Both reported by an anonymous SourceForge user
02271   // This is the 30 GiB model
02272   { "Haier", 0x1302, "Ibiza Rhapsody 1", 0x1016, DEVICE_FLAG_NONE },
02273   // This is the 4/8 GiB model
02274   { "Haier", 0x1302, "Ibiza Rhapsody 2", 0x1017, DEVICE_FLAG_NONE },
02275 
02276   /*
02277    * Panasonic
02278    */
02279   // Reported by dmizer
02280   { "Panasonic", 0x04da, "P905i", 0x2145, DEVICE_FLAG_NONE },
02281   // Reported by Taku
02282   { "Panasonic", 0x04da, "P906i", 0x2158, DEVICE_FLAG_NONE },
02283 
02284   /*
02285    * Polaroid
02286    */
02287   { "Polaroid", 0x0546, "Freescape/MPU-433158", 0x2035, DEVICE_FLAG_NONE },
02288 
02289   /*
02290    * Pioneer
02291    */
02292   // Reported by Dan Allen <dan.j.allen@gmail.com>
02293   { "Pioneer", 0x08e4, "XMP3", 0x0148, DEVICE_FLAG_NONE },
02294 
02295   /*
02296    * Slacker Inc.
02297    * Put in all evilness flags because it looks fragile.
02298    */
02299   // Reported by Pug Fantus <pugfantus@users.sourceforge.net>
02300   { "Slacker Inc.", 0x1bdc, "Slacker Portable Media Player", 0xfabf,
02301     DEVICE_FLAG_BROKEN_BATTERY_LEVEL | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
02302     DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST | DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST },
02303 
02304   // Reported by anonymous user
02305   { "Conceptronic", 0x1e53, "CMTD2", 0x0005, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
02306   // Reported by Demadridsur <demadridsur@gmail.com>
02307   { "O2 Sistemas", 0x1e53, "ZoltarTV", 0x0006, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
02308   // Reported by da-beat <dabeat@gmail.com>
02309   { "Wyplay", 0x1e53, "Wyplayer", 0x0007, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
02310 
02311   // Reported by Sense Hofstede <qense@users.sourceforge.net>
02312   { "Perception Digital, Ltd", 0x0aa6, "Gigaware GX400", 0x9702, DEVICE_FLAG_NONE },
02313 
02314   /*
02315    * RIM's BlackBerry
02316    */
02317   // Reported by Nicolas VIVIEN <nicolas@vivien.fr>
02318   { "RIM", 0x0fca, "BlackBerry Storm/9650", 0x8007, DEVICE_FLAG_UNLOAD_DRIVER |
02319       DEVICE_FLAG_SWITCH_MODE_BLACKBERRY | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
02320 
02321   /*
02322    * Nextar
02323    */
02324   { "Nextar", 0x0402, "MA715A-8R", 0x5668, DEVICE_FLAG_NONE },
02325 
02326   /*
02327    * Coby
02328    */
02329   { "Coby", 0x1e74, "COBY MP705", 0x6512, DEVICE_FLAG_NONE },
02330 
02331 #if 0
02332   /*
02333    * Apple devices, which are not MTP natively but can be made to speak MTP
02334    * using PwnTunes (http://www.pwntunes.net/)
02335    * CURRENTLY COMMENTED OUT:
02336    * These will make the UDEV rules flag these as MTP devices even if
02337    * PwnTunes is NOT installed. That is unacceptable, so a better solution
02338    * that actually inspects if the device has PwnTunes/MTP support needs
02339    * to be found, see:
02340    * https://sourceforge.net/p/libmtp/bugs/759/
02341    */
02342   { "Apple", 0x05ac, "iPhone", 0x1290, DEVICE_FLAG_NONE },
02343   { "Apple", 0x05ac, "iPod Touch 1st Gen", 0x1291, DEVICE_FLAG_NONE },
02344   { "Apple", 0x05ac, "iPhone 3G", 0x1292, DEVICE_FLAG_NONE },
02345   { "Apple", 0x05ac, "iPod Touch 2nd Gen", 0x1293, DEVICE_FLAG_NONE },
02346   { "Apple", 0x05ac, "iPhone 3GS", 0x1294, DEVICE_FLAG_NONE },
02347   { "Apple", 0x05ac, "0x1296", 0x1296, DEVICE_FLAG_NONE },
02348   { "Apple", 0x05ac, "0x1297", 0x1297, DEVICE_FLAG_NONE },
02349   { "Apple", 0x05ac, "0x1298", 0x1298, DEVICE_FLAG_NONE },
02350   { "Apple", 0x05ac, "iPod Touch 3rd Gen", 0x1299, DEVICE_FLAG_NONE },
02351   { "Apple", 0x05ac, "iPad", 0x129a, DEVICE_FLAG_NONE },
02352 #endif
02353 
02354   // Reported by anonymous SourceForge user, also reported as
02355   // Pantech Crux, claming to be:
02356   // Manufacturer: Qualcomm
02357   // Model: Windows Simulator
02358   // Device version: Qualcomm MTP1.0
02359   { "Curitel Communications, Inc.", 0x106c,
02360       "Verizon Wireless Device", 0x3215, DEVICE_FLAG_NONE },
02361   // Reported by: Jim Hanrahan <goshawkjim@users.sourceforge.net>
02362   { "Pantech", 0x106c, "Crux", 0xf003, DEVICE_FLAG_NONE },
02363 
02364   /*
02365    * Asus
02366    * Pattern of PIDs on Android devices seem to be:
02367    * n+0 = MTP
02368    * n+1 = MTP+ADB
02369    * n+2 = ?
02370    * n+3 = ?
02371    * n+4 = PTP
02372    */
02373   // Reported by Glen Overby
02374   { "Asus", 0x0b05, "TF300 Transformer (MTP)", 0x4c80,
02375       DEVICE_FLAGS_ANDROID_BUGS },
02376   // Reported by jaile <jaile@users.sourceforge.net>
02377   { "Asus", 0x0b05, "TF300 Transformer (MTP+ADB)", 0x4c81,
02378       DEVICE_FLAGS_ANDROID_BUGS },
02379   // Repored by Florian Apolloner <f-apolloner@users.sourceforge.net>
02380   { "Asus", 0x0b05, "TF700 Transformer (MTP)", 0x4c90,
02381       DEVICE_FLAGS_ANDROID_BUGS },
02382   { "Asus", 0x0b05, "TF700 Transformer (MTP+ADB)", 0x4c91,
02383       DEVICE_FLAGS_ANDROID_BUGS },
02384   { "Asus", 0x0b05, "TF701T Transformer Pad (MTP)", 0x4ca0,
02385       DEVICE_FLAGS_ANDROID_BUGS },
02386   { "Asus", 0x0b05, "TF701T Transformer Pad (MTP+ADB)", 0x4ca1,
02387       DEVICE_FLAGS_ANDROID_BUGS },
02388   /* https://sourceforge.net/p/libmtp/support-requests/135/ */
02389   { "Asus", 0x0b05, "ME302KL MeMo Pad FHD10 (MTP)", 0x4cc0,
02390       DEVICE_FLAGS_ANDROID_BUGS },
02391   { "Asus", 0x0b05, "ME302KL MeMo Pad FHD10 (MTP+ADB)", 0x4cc1,
02392       DEVICE_FLAGS_ANDROID_BUGS },
02393   { "Asus", 0x0b05, "ME301T MeMo Pad Smart 10 (MTP)", 0x4cd0,
02394       DEVICE_FLAGS_ANDROID_BUGS },
02395   { "Asus", 0x0b05, "ME301T MeMo Pad Smart 10 (MTP+ADB)", 0x4cd1,
02396       DEVICE_FLAGS_ANDROID_BUGS },
02397   { "Asus", 0x0b05, "Asus Fonepad Note 6 (MTP)", 0x4ce0,
02398       DEVICE_FLAGS_ANDROID_BUGS },
02399   { "Asus", 0x0b05, "Asus Fonepad Note 6 (MTP+ADB)", 0x4ce1,
02400       DEVICE_FLAGS_ANDROID_BUGS },
02401   { "Asus", 0x0b05, "TF201 Transformer Prime (keyboard dock)", 0x4d00,
02402       DEVICE_FLAGS_ANDROID_BUGS },
02403   { "Asus", 0x0b05, "TF201 Transformer Prime (tablet only)", 0x4d01,
02404       DEVICE_FLAGS_ANDROID_BUGS },
02405   // 4d04 is the PTP mode, don't add it
02406   { "Asus", 0x0b05, "SL101 (MTP)", 0x4e00,
02407       DEVICE_FLAGS_ANDROID_BUGS },
02408   { "Asus", 0x0b05, "SL101 (MTP+ADB)", 0x4e01,
02409       DEVICE_FLAGS_ANDROID_BUGS },
02410   { "Asus", 0x0b05, "TF101 Eeepad Transformer (MTP)", 0x4e0f,
02411       DEVICE_FLAGS_ANDROID_BUGS },
02412   { "Asus", 0x0b05, "TF101 Eeepad Transformer (MTP+ADB)", 0x4e1f,
02413       DEVICE_FLAGS_ANDROID_BUGS },
02414   { "Asus", 0x0b05, "Fonepad", 0x514f,
02415       DEVICE_FLAGS_ANDROID_BUGS },
02416   { "Asus", 0x0b05, "PadFone (MTP)", 0x5200,
02417       DEVICE_FLAGS_ANDROID_BUGS },
02418   { "Asus", 0x0b05, "PadFone (MTP+ADB)", 0x5201,
02419       DEVICE_FLAGS_ANDROID_BUGS },
02420   { "Asus", 0x0b05, "ME302C MemoPad (MTP+?)", 0x520f,
02421       DEVICE_FLAGS_ANDROID_BUGS },
02422   { "Asus", 0x0b05, "PadFone 2 (MTP)", 0x5210,
02423       DEVICE_FLAGS_ANDROID_BUGS },
02424   { "Asus", 0x0b05, "PadFone 2 (MTP+ADB)", 0x5211,
02425       DEVICE_FLAGS_ANDROID_BUGS },
02426   { "Asus", 0x0b05, "PadFone 2 (PTP)", 0x5214,
02427       DEVICE_FLAGS_ANDROID_BUGS },
02428   { "Asus", 0x0b05, "ME302C MemoPad (MTP)", 0x521f,
02429       DEVICE_FLAGS_ANDROID_BUGS },
02430   /* https://sourceforge.net/p/libmtp/bugs/1066/ */
02431   { "Asus", 0x0b05, "PadFone Infinity (2nd ID) (MTP)", 0x5220,
02432       DEVICE_FLAGS_ANDROID_BUGS },
02433   { "Asus", 0x0b05, "PadFone Infinity (2nd ID) (MTP+ADB)", 0x5221,
02434       DEVICE_FLAGS_ANDROID_BUGS },
02435   { "Asus", 0x0b05, "PadFone Infinity (MTP)", 0x5230,
02436       DEVICE_FLAGS_ANDROID_BUGS },
02437   { "Asus", 0x0b05, "PadFone Infinity (MTP+ADB)", 0x5231,
02438       DEVICE_FLAGS_ANDROID_BUGS },
02439   { "Asus", 0x0b05, "Memo ME172V (MTP)", 0x5400,
02440       DEVICE_FLAGS_ANDROID_BUGS },
02441   /* https://sourceforge.net/p/libmtp/bugs/1072/ */
02442   { "Asus", 0x0b05, "Fonepad 7 LTE ME372CL (MTP)", 0x540f,
02443       DEVICE_FLAGS_ANDROID_BUGS },
02444   { "Asus", 0x0b05, "Memo ME173X (MTP)", 0x5410,
02445       DEVICE_FLAGS_ANDROID_BUGS },
02446   { "Asus", 0x0b05, "Memo ME173X (MTP+ADB)", 0x5411,
02447       DEVICE_FLAGS_ANDROID_BUGS },
02448   /* https://sourceforge.net/p/libmtp/bugs/1072/ */
02449   { "Asus", 0x0b05, "Fonepad 7 LTE ME372CL (MTP+ADB)", 0x541f,
02450       DEVICE_FLAGS_ANDROID_BUGS },
02451   { "Asus", 0x0b05, "Memo K00F (MTP)", 0x5460,
02452       DEVICE_FLAGS_ANDROID_BUGS },
02453   { "Asus", 0x0b05, "Memo Pad 8 (MTP)", 0x5466,
02454       DEVICE_FLAGS_ANDROID_BUGS },
02455   { "Asus", 0x0b05, "Memo K00F (MTP+ADB)", 0x5468,
02456       DEVICE_FLAGS_ANDROID_BUGS },
02457   /* https://sourceforge.net/p/libmtp/support-requests/158/ */
02458   { "Asus", 0x0b05, "ZenFone 5 (MTP)", 0x5480,
02459       DEVICE_FLAGS_ANDROID_BUGS },
02460   /* https://sourceforge.net/p/libmtp/bugs/1279/ */
02461   { "Asus", 0x0b05, "ZenFone 5 (MTP+ADB)", 0x5481,
02462       DEVICE_FLAGS_ANDROID_BUGS },
02463   /* https://sourceforge.net/p/libmtp/bugs/1236/ */
02464   { "Asus", 0x0b05, "ZenFone 6 (MTP)", 0x5490,
02465       DEVICE_FLAGS_ANDROID_BUGS },
02466   { "Asus", 0x0b05, "ZenFone 6 (MTP+ADB)", 0x5491,
02467       DEVICE_FLAGS_ANDROID_BUGS },
02468   /* https://sourceforge.net/p/libmtp/bugs/1239/ */
02469   { "Asus", 0x0b05, "K010 (MTP)", 0x5500,
02470       DEVICE_FLAGS_ANDROID_BUGS },
02471   /* https://sourceforge.net/p/libmtp/bugs/1196/ */
02472   { "Asus", 0x0b05, "MemoPad 7 (MTP+ADB)", 0x5506,
02473       DEVICE_FLAGS_ANDROID_BUGS },
02474   /* https://sourceforge.net/p/libmtp/bugs/1069/ */
02475   { "Asus", 0x0b05, "K00E (MTP+ADB)", 0x550f,
02476       DEVICE_FLAGS_ANDROID_BUGS },
02477   /* https://sourceforge.net/p/libmtp/bugs/1244/ */
02478   { "Asus", 0x0b05, "MemoPad 8 ME181 CX (MTP)", 0x5561,
02479       DEVICE_FLAGS_ANDROID_BUGS },
02480   /* https://sourceforge.net/p/libmtp/bugs/1406/ */
02481   { "Asus", 0x0b05, "Zenfone 2 (MTP)", 0x5600,
02482       DEVICE_FLAGS_ANDROID_BUGS },
02483   /* https://sourceforge.net/p/libmtp/bugs/1364/ */
02484   { "Asus", 0x0b05, "Z00AD (MTP)", 0x5601,
02485       DEVICE_FLAGS_ANDROID_BUGS },
02486   { "Asus", 0x0b05, "TX201LA (MTP)", 0x561f,
02487       DEVICE_FLAGS_ANDROID_BUGS },
02488   /* https://sourceforge.net/p/libmtp/bugs/1271/ */
02489   { "Asus", 0x0b05, "ZenFone 4 (MTP)", 0x580f,
02490       DEVICE_FLAGS_ANDROID_BUGS },
02491   /* https://sourceforge.net/p/libmtp/bugs/1179/ */
02492   { "Asus", 0x0b05, "ZenFone 4 A400CG (MTP)", 0x581f,
02493       DEVICE_FLAGS_ANDROID_BUGS },
02494   /* https://sourceforge.net/p/libmtp/bugs/1258/ */
02495   { "Asus", 0x0b05, "A450CG (MTP)", 0x5a0f,
02496       DEVICE_FLAGS_ANDROID_BUGS },
02497   /* https://sourceforge.net/p/libmtp/bugs/1350/ */
02498   { "Asus", 0x0b05, "Zenfone 2 ZE550ML (MTP)", 0x5f02,
02499       DEVICE_FLAGS_ANDROID_BUGS },
02500   /* https://sourceforge.net/p/libmtp/bugs/1364/ */
02501   { "Asus", 0x0b05, "Zenfone 2 ZE551ML (MTP)", 0x5f03,
02502       DEVICE_FLAGS_ANDROID_BUGS },
02503   /* https://sourceforge.net/p/libmtp/bugs/1232/ */
02504   { "Asus", 0x0b05, "MemoPad 7 (ME572CL)", 0x7772,
02505       DEVICE_FLAGS_ANDROID_BUGS },
02506   /* https://sourceforge.net/p/libmtp/bugs/1351/ */
02507   { "Asus", 0x0b05, "Fonepad 7 (FE375CXG)", 0x7773,
02508       DEVICE_FLAGS_ANDROID_BUGS },
02509   { "Asus", 0x0b05, "ZenFone 5 A500KL (MTP)", 0x7780,
02510       DEVICE_FLAGS_ANDROID_BUGS },
02511   /* https://sourceforge.net/p/libmtp/bugs/1247/ */
02512   { "Asus", 0x0b05, "ZenFone 5 A500KL (MTP+ADB)", 0x7781,
02513       DEVICE_FLAGS_ANDROID_BUGS },
02514 
02515 
02516   /*
02517    * Lenovo
02518    */
02519   /* https://sourceforge.net/p/libmtp/support-requests/178/ */
02520   { "Lenovo", 0x17ef, "P70-A", 0x0c02,
02521       DEVICE_FLAGS_ANDROID_BUGS },
02522   /* https://sourceforge.net/p/libmtp/bugs/1415/ */
02523   { "Lenovo", 0x17ef, "P70", 0x2008,
02524       DEVICE_FLAGS_ANDROID_BUGS },
02525   // Reported by Richard Körber <shredzone@users.sourceforge.net>
02526   { "Lenovo", 0x17ef, "K1", 0x740a,
02527       DEVICE_FLAGS_ANDROID_BUGS },
02528   // Reported by anonymous sourceforge user
02529   // Adding Android default bug flags since it appears to be an Android
02530   { "Lenovo", 0x17ef, "ThinkPad Tablet", 0x741c,
02531       DEVICE_FLAGS_ANDROID_BUGS },
02532   // Medion is using Lenovos manufacturer ID it seems.
02533   // Reported by Thomas Goss <thomas.goss@linux.com>
02534   { "Medion", 0x17ef, "Lifetab P9516", 0x7483,
02535       DEVICE_FLAGS_ANDROID_BUGS },
02536   // Reported by: XChesser <XChesser@users.sourceforge.net>
02537   { "Lenovo", 0x17ef, "P700", 0x7497,
02538       DEVICE_FLAGS_ANDROID_BUGS },
02539   /* https://sourceforge.net/p/libmtp/bugs/1185/ */
02540   { "Lenovo", 0x17ef, "A820", 0x7498,
02541       DEVICE_FLAGS_ANDROID_BUGS },
02542   /* https://sourceforge.net/p/libmtp/bugs/1190/ */
02543   { "Lenovo", 0x17ef, "P780", 0x74a6,
02544       DEVICE_FLAGS_ANDROID_BUGS },
02545   // Reported by: anonymous sourceforge user
02546   { "Lenovo", 0x17ef, "Lifetab S9512", 0x74cc,
02547       DEVICE_FLAGS_ANDROID_BUGS },
02548   /* https://sourceforge.net/p/libmtp/support-requests/170/ */
02549   { "Lenovo", 0x17ef, "S660", 0x74f8,
02550       DEVICE_FLAGS_ANDROID_BUGS },
02551   // Reported by Brian J. Murrell
02552   { "Lenovo", 0x17ef, "IdeaTab A2109A", 0x7542,
02553       DEVICE_FLAGS_ANDROID_BUGS },
02554   /* https://sourceforge.net/p/libmtp/support-requests/166/ */
02555   { "Lenovo", 0x17ef, "IdeaTab S2210a", 0x757d,
02556       DEVICE_FLAGS_ANDROID_BUGS },
02557   /* https://sourceforge.net/p/libmtp/bugs/1123/ */
02558   { "Lenovo", 0x17ef, "K900 (ID1)", 0x75b5,
02559       DEVICE_FLAGS_ANDROID_BUGS },
02560   // Reported by rvelev@mail.bg
02561   { "Lenovo", 0x17ef, "IdeaPad A3000 (ID1)", 0x75bc,
02562       DEVICE_FLAGS_ANDROID_BUGS },
02563   { "Lenovo", 0x17ef, "IdeaPad A3000 (ID2)", 0x75be,
02564       DEVICE_FLAGS_ANDROID_BUGS },
02565   { "Lenovo", 0x17ef, "Toga Tablet B6000-F", 0x76f2,
02566       DEVICE_FLAGS_ANDROID_BUGS },
02567   /* https://sourceforge.net/p/libmtp/bugs/1122/ */
02568   { "Lenovo", 0x17ef, "S930", 0x7718,
02569       DEVICE_FLAGS_ANDROID_BUGS },
02570   /* https://sourceforge.net/p/libmtp/bugs/1250/ */
02571   { "Lenovo", 0x17ef, "A5500-F", 0x772b,
02572       DEVICE_FLAGS_ANDROID_BUGS },
02573   { "Lenovo", 0x17ef, "LifeTab E733X", 0x775a,
02574       DEVICE_FLAGS_ANDROID_BUGS },
02575   { "Lenovo", 0x17ef, "IdeaTab S5000", 0x76e8,
02576       DEVICE_FLAGS_ANDROID_BUGS },
02577   /* https://sourceforge.net/p/libmtp/bugs/1155/ */
02578   { "Lenovo", 0x17ef, "Yoga Tablet 10 B8000-H", 0x76ff,
02579       DEVICE_FLAGS_ANDROID_BUGS },
02580   /*  https://sourceforge.net/p/libmtp/bugs/1391/ */
02581   { "Lenovo", 0x17ef, "A7600-F", 0x7731,
02582       DEVICE_FLAGS_ANDROID_BUGS },
02583   /* https://sourceforge.net/p/libmtp/bugs/1291/ */
02584   { "Lenovo", 0x17ef, "A3500-F", 0x7737,
02585       DEVICE_FLAGS_ANDROID_BUGS },
02586   /* https://sourceforge.net/p/libmtp/support-requests/186/ */
02587   { "Lenovo", 0x17ef, "Yoga Tablet 2 - 1050F", 0x77a4,
02588       DEVICE_FLAGS_ANDROID_BUGS },
02589   /* https://sourceforge.net/p/libmtp/support-requests/168/ */
02590   { "Lenovo", 0x17ef, "Yoga Tablet 2 Pro", 0x77b1,
02591       DEVICE_FLAGS_ANDROID_BUGS },
02592   /* https://sourceforge.net/p/libmtp/feature-requests/125/ */
02593   { "Lenovo", 0x17ef, "Vibe Z2", 0x77ea,
02594       DEVICE_FLAGS_ANDROID_BUGS },
02595   /* https://sourceforge.net/p/libmtp/bugs/1360/ */
02596   { "Lenovo", 0x17ef, "K3 Note", 0x7883,
02597       DEVICE_FLAGS_ANDROID_BUGS },
02598   /* https://sourceforge.net/p/libmtp/bugs/1488/ */
02599   { "Lenovo", 0x17ef, "A10-70F", 0x789a,
02600       DEVICE_FLAGS_ANDROID_BUGS },
02601   /* https://sourceforge.net/p/libmtp/bugs/1497/ */
02602   { "Lenovo", 0x17ef, "A10-70L", 0x789b,
02603       DEVICE_FLAGS_ANDROID_BUGS },
02604   /* https://sourceforge.net/p/libmtp/bugs/1480/ */
02605   { "Medion", 0x17ef, "P8312 Tablet", 0x78ae,
02606       DEVICE_FLAGS_ANDROID_BUGS },
02607   /* https://sourceforge.net/p/libmtp/support-requests/201/ */
02608   { "Lenovo", 0x17ef, "Lifetab S1034X", 0x78b0,
02609       DEVICE_FLAGS_ANDROID_BUGS },
02610   /* https://sourceforge.net/p/libmtp/bugs/1465/ */
02611   { "Lenovo", 0x17ef, "A1000 Smartphone", 0x7928,
02612       DEVICE_FLAGS_ANDROID_BUGS },
02613   /* https://sourceforge.net/p/libmtp/bugs/1465/ */
02614   { "Lenovo", 0x17ef, "A1000 Smartphone ADB", 0x7929,
02615       DEVICE_FLAGS_ANDROID_BUGS },
02616 
02617   /*
02618    * Huawei
02619    * IDs used by Honor U8860,U8815,U9200,P2
02620    */
02621   { "Huawei", 0x12d1, "MTP device (ID1)", 0x1051,
02622       DEVICE_FLAGS_ANDROID_BUGS },
02623   { "Huawei", 0x12d1, "MTP device (ID2)", 0x1052,
02624       DEVICE_FLAGS_ANDROID_BUGS },
02625   /* https://sourceforge.net/p/libmtp/bugs/1507/ */
02626   { "Huawei", 0x12d1, "Honor 7", 0x1074,
02627       DEVICE_FLAGS_ANDROID_BUGS },
02628   /* https://sourceforge.net/p/libmtp/bugs/1381/ */
02629   { "Huawei", 0x12d1, "H60-L11", 0x1079,
02630       DEVICE_FLAGS_ANDROID_BUGS },
02631   /* https://sourceforge.net/p/libmtp/bugs/1361/ */
02632   { "Huawei", 0x12d1, "Ascend P8 ", 0x1082,
02633       DEVICE_FLAGS_ANDROID_BUGS },
02634   /* https://sourceforge.net/p/libmtp/bugs/1418/ */
02635   { "Huawei", 0x12d1, "Honor 3C ", 0x2012,
02636       DEVICE_FLAGS_ANDROID_BUGS },
02637   { "Huawei", 0x12d1, "Mediapad (mode 0)", 0x360f,
02638       DEVICE_FLAGS_ANDROID_BUGS },
02639   // Reported by Bearsh <bearsh@users.sourceforge.net>
02640   { "Huawei", 0x12d1, "Mediapad (mode 1)", 0x361f,
02641       DEVICE_FLAGS_ANDROID_BUGS },
02642 
02643   /*
02644    * ZTE
02645    * Android devices reported by junwang <lovewjlove@users.sourceforge.net>
02646    */
02647   { "ZTE", 0x19d2, "V55 ID 1", 0x0244, DEVICE_FLAGS_ANDROID_BUGS },
02648   { "ZTE", 0x19d2, "V55 ID 2", 0x0245, DEVICE_FLAGS_ANDROID_BUGS },
02649   { "ZTE", 0x19d2, "V790/Blade 3", 0x0306, DEVICE_FLAGS_ANDROID_BUGS },
02650   { "ZTE", 0x19d2, "V880E", 0x0307, DEVICE_FLAGS_ANDROID_BUGS },
02651   /* https://sourceforge.net/p/libmtp/bugs/672/ */
02652   { "ZTE", 0x19d2, "Grand X In", 0x0343, DEVICE_FLAGS_ANDROID_BUGS },
02653   { "ZTE", 0x19d2, "V985", 0x0383, DEVICE_FLAGS_ANDROID_BUGS },
02654   /* https://sourceforge.net/p/libmtp/bugs/1328/ */
02655   { "ZTE", 0x19d2, "V5", 0xffce, DEVICE_FLAGS_ANDROID_BUGS },
02656 
02657   /*
02658    * HTC (High Tech Computer Corp)
02659    * Reporters:
02660    * Steven Eastland <grassmonk@users.sourceforge.net>
02661    * Kevin Cheng <kache@users.sf.net>
02662    */
02663   /* https://sourceforge.net/p/libmtp/support-requests/181/ */
02664   { "HTC", 0x0bb4, "HTC One M9 (MTP)", 0x040b,
02665       DEVICE_FLAGS_ANDROID_BUGS },
02666   /* https://sourceforge.net/p/libmtp/bugs/1398/ */
02667   { "HTC", 0x0bb4, "Spreadtrum SH57MYZ03342 (MTP)", 0x05e3,
02668       DEVICE_FLAGS_ANDROID_BUGS },
02669   /* reported by Mikkel Oscar Lyderik <mikkeloscar@gmail.com> */
02670   { "HTC", 0x0bb4, "HTC Desire 510 (MTP+ADB)", 0x05fd,
02671       DEVICE_FLAGS_ANDROID_BUGS },
02672   /* https://sourceforge.net/p/libmtp/bugs/1221/ */
02673   { "HTC", 0x0bb4, "One M8 Google Play Edition (MTP+ADB)", 0x060b,
02674       DEVICE_FLAG_NONE },
02675   /* https://sourceforge.net/p/libmtp/bugs/1500/ */
02676   { "HTC", 0x0bb4, "One Mini 2 (MTP)", 0x0629,
02677       DEVICE_FLAG_NONE },
02678   /* https://sourceforge.net/p/libmtp/bugs/1508/ */
02679   { "HTC", 0x0bb4, "One M9 (MTP)", 0x065c,
02680       DEVICE_FLAG_NONE },
02681   /* https://sourceforge.net/p/libmtp/support-requests/200/ */
02682   { "HTC", 0x0bb4, "HTC Desire 520", 0x0670,
02683       DEVICE_FLAGS_ANDROID_BUGS },
02684   /* https://sourceforge.net/p/libmtp/support-requests/153/ */
02685   { "HTC", 0x0bb4, "HTC6515LVW/One Remix", 0x07d8,
02686       DEVICE_FLAG_NONE },
02687   /* https://sourceforge.net/p/libmtp/support-requests/141/ */
02688   { "HTC", 0x0bb4, "HTC One (HTC6500LVW)", 0x07ae,
02689       DEVICE_FLAG_NONE },
02690   /* https://sourceforge.net/p/libmtp/support-requests/128/ */
02691   { "HTC", 0x0bb4, "HTC One M8 (HTC6525LVW)", 0x07ca,
02692       DEVICE_FLAG_NONE },
02693   /* https://sourceforge.net/p/libmtp/bugs/1161/ */
02694   { "HTC", 0x0bb4, "HTC One M8 (Verizon) (HTC6525LVW)", 0x07cb,
02695       DEVICE_FLAG_NONE },
02696   /* https://sourceforge.net/p/libmtp/bugs/1133/ */
02697   { "HTC", 0x0bb4, "HTC One Remix (HTC6515LVW)", 0x07d9,
02698       DEVICE_FLAG_NONE },
02699   // Reported by Markus Heberling
02700   { "HTC", 0x0bb4, "Windows Phone 8X ID1", 0x0ba1,
02701       DEVICE_FLAG_NONE },
02702   { "HTC", 0x0bb4, "Windows Phone 8X ID2", 0x0ba2,
02703       DEVICE_FLAG_NONE },
02704 
02705 #if 1
02706   /* after some review I commented it back in. There was apparently
02707    * only one or two devices misbehaving (having this ID in mass storage mode),
02708    * but more seem to use it regulary as MTP devices. Marcus 20150401 */
02709   /*
02710    * This had to be commented out - the same VID+PID is used also for
02711    * other modes than MTP, so we need to let mtp-probe do its job on this
02712    * device instead of adding it to the database.
02713    * used by various devices, like Fairphone, Elephone P5000, etc
02714    * https://sourceforge.net/p/libmtp/bugs/1290/
02715    */
02716   { "HTC", 0x0bb4, "Android Device ID1 (Zopo, HD2, Bird...)", 0x0c02,
02717       DEVICE_FLAGS_ANDROID_BUGS },
02718 #endif
02719   { "HTC", 0x0bb4, "EVO 4G LTE/One V (ID1)", 0x0c93,
02720       DEVICE_FLAGS_ANDROID_BUGS },
02721   { "HTC", 0x0bb4, "EVO 4G LTE/One V (ID2)", 0x0ca8,
02722       DEVICE_FLAGS_ANDROID_BUGS },
02723   { "HTC", 0x0bb4, "HTC One S (ID1)", 0x0cec,
02724       DEVICE_FLAGS_ANDROID_BUGS },
02725   { "HTC", 0x0bb4, "One Mini (ID1)", 0x0dcd,
02726       DEVICE_FLAGS_ANDROID_BUGS },
02727   { "HTC", 0x0bb4, "HTC One 802w (ID1)", 0x0dd2,
02728       DEVICE_FLAGS_ANDROID_BUGS },
02729   { "HTC", 0x0bb4, "HTC Desire X", 0x0dd5,
02730       DEVICE_FLAGS_ANDROID_BUGS },
02731   { "HTC", 0x0bb4, "HTC One (ID1)", 0x0dda,
02732       DEVICE_FLAGS_ANDROID_BUGS },
02733   { "HTC", 0x0bb4, "HTC Butterfly X290d", 0x0de4,
02734       DEVICE_FLAGS_ANDROID_BUGS },
02735   { "HTC", 0x0bb4, "HTC One (MTP+UMS+ADB)", 0x0dea,
02736       DEVICE_FLAGS_ANDROID_BUGS },
02737   { "HTC", 0x0bb4, "HTC Evo 4G LTE (ID1)", 0x0df5,
02738       DEVICE_FLAGS_ANDROID_BUGS },
02739   { "HTC", 0x0bb4, "HTC One S (ID2)", 0x0df8,
02740       DEVICE_FLAGS_ANDROID_BUGS },
02741   { "HTC", 0x0bb4, "HTC One S (ID3)", 0x0df9,
02742       DEVICE_FLAGS_ANDROID_BUGS },
02743   { "HTC", 0x0bb4, "HTC One X (ID1)", 0x0dfa,
02744       DEVICE_FLAGS_ANDROID_BUGS },
02745   { "HTC", 0x0bb4, "HTC One X (ID2)", 0x0dfb,
02746       DEVICE_FLAGS_ANDROID_BUGS },
02747   { "HTC", 0x0bb4, "HTC One X (ID3)", 0x0dfc,
02748       DEVICE_FLAGS_ANDROID_BUGS },
02749   { "HTC", 0x0bb4, "HTC One X (ID4)", 0x0dfd,
02750       DEVICE_FLAGS_ANDROID_BUGS },
02751   { "HTC", 0x0bb4, "HTC Butterfly (ID1)", 0x0dfe,
02752       DEVICE_FLAGS_ANDROID_BUGS },
02753   { "HTC", 0x0bb4, "Droid DNA (MTP+UMS+ADB)", 0x0dff,
02754       DEVICE_FLAGS_ANDROID_BUGS },
02755   { "HTC", 0x0bb4, "HTC Droid Incredible 4G LTE (MTP)", 0x0e31,
02756       DEVICE_FLAGS_ANDROID_BUGS },
02757   { "HTC", 0x0bb4, "HTC Droid Incredible 4G LTE (MTP+ADB)", 0x0e32,
02758       DEVICE_FLAGS_ANDROID_BUGS },
02759   { "HTC", 0x0bb4, "Droid DNA (MTP+UMS)", 0x0ebd,
02760       DEVICE_FLAGS_ANDROID_BUGS },
02761   /* https://sourceforge.net/p/libmtp/bugs/1182/ */
02762   { "HTC", 0x0bb4, "Desire 310 (MTP)", 0x0ec6,
02763       DEVICE_FLAGS_ANDROID_BUGS },
02764   /* https://sourceforge.net/p/libmtp/bugs/1481/ */
02765   { "HTC", 0x0bb4, "Desire 310 (2nd id) (MTP)", 0x0ec7,
02766       DEVICE_FLAGS_ANDROID_BUGS },
02767   /* https://sourceforge.net/p/libmtp/bugs/1420/ */
02768   { "HTC", 0x0bb4, "Desire 816G (MTP)", 0x0edb,
02769       DEVICE_FLAGS_ANDROID_BUGS },
02770   { "HTC", 0x0bb4, "HTC One (MTP+ADB+CDC)", 0x0f5f,
02771       DEVICE_FLAGS_ANDROID_BUGS },
02772   { "HTC", 0x0bb4, "HTC One (MTP+CDC)", 0x0f60,
02773       DEVICE_FLAGS_ANDROID_BUGS },
02774   { "HTC", 0x0bb4, "HTC One (MTP+ADB)", 0x0f63,
02775       DEVICE_FLAGS_ANDROID_BUGS },
02776   { "HTC", 0x0bb4, "HTC One (MTP)", 0x0f64,
02777       DEVICE_FLAGS_ANDROID_BUGS },
02778   { "HTC", 0x0bb4, "HTC One (MTP+ADB+?)", 0x0f87,
02779       DEVICE_FLAGS_ANDROID_BUGS },
02780   { "HTC", 0x0bb4, "HTC One (ID3)", 0x0f91,
02781       DEVICE_FLAGS_ANDROID_BUGS },
02782   { "HTC", 0x0bb4, "HTC One M8 (MTP)", 0x0f25,
02783       DEVICE_FLAGS_ANDROID_BUGS },
02784   { "HTC", 0x0bb4, "HTC One M8 (MTP+ADB)", 0x061a,
02785       DEVICE_FLAGS_ANDROID_BUGS },
02786   { "HTC", 0x0bb4, "HTC One M8 (MTP+UMS)", 0x0fb5,
02787       DEVICE_FLAGS_ANDROID_BUGS },
02788   { "HTC", 0x0bb4, "HTC One M8 (MTP+ADB+UMS)", 0x0fb4,
02789       DEVICE_FLAGS_ANDROID_BUGS },
02790 #if 1
02791   /* after some review I commented it back in. There was apparently
02792    * only one or two devices misbehaving (having this ID in mass storage mode),
02793    * but more seem to use it regulary as MTP devices. Marcus 20150401 */
02794   /*
02795    * This had to be commented out - the same VID+PID is used also for
02796    * other modes than MTP, so we need to let mtp-probe do its job on this
02797    * device instead of adding it to the database.
02798    *
02799    * Apparently also used by a clone called Jiayu G2S
02800    * with the MTK6577T chipset
02801    * http://www.ejiayu.com/en/Product-19.html
02802    * Wiko Cink Peax 2
02803    */
02804   { "HTC", 0x0bb4, "Android Device ID2 (Zopo, HD2...)", 0x2008,
02805       DEVICE_FLAGS_ANDROID_BUGS },
02806 #endif
02807   /* https://sourceforge.net/p/libmtp/bugs/1198/ */
02808   { "HTC", 0x0bb4, "Motorola Razr D1", 0x2012,
02809       DEVICE_FLAGS_ANDROID_BUGS },
02810   /* https://sourceforge.net/p/libmtp/bugs/1440/ */
02811   { "HTC", 0x0bb4, "Motorola P98 4G", 0x201d,
02812       DEVICE_FLAGS_ANDROID_BUGS },
02813   // These identify themselves as "cm_tenderloin", fun...
02814   // Done by HTC for HP I guess.
02815   { "HTC (for Hewlett-Packard)", 0x0bb4, "HP Touchpad (MTP)", 0x685c,
02816       DEVICE_FLAGS_ANDROID_BUGS },
02817   { "HTC (for Hewlett-Packard)", 0x0bb4, "HP Touchpad (MTP+ADB)", 0x6860,
02818       DEVICE_FLAGS_ANDROID_BUGS },
02819   { "HTC", 0x0bb4, "Windows Phone 8s ID1", 0xf0ca,
02820       DEVICE_FLAG_NONE },
02821 
02822   /*
02823    * NEC
02824    */
02825   { "NEC", 0x0409, "FOMA N01A", 0x0242, DEVICE_FLAG_NONE },
02826   { "NEC", 0x0409, "Casio C811", 0x0326, DEVICE_FLAG_NONE },
02827   { "NEC", 0x0409, "Casio CA-201L", 0x0432, DEVICE_FLAG_NONE },
02828 
02829   /*
02830    * nVidia
02831    */
02832   // Found on Internet forum
02833   { "nVidia", 0x0955, "CM9-Adam", 0x70a9,
02834       DEVICE_FLAGS_ANDROID_BUGS },
02835   // Various pads such as Nabi2, Notion Ink Adam, Viewsonic G-Tablet
02836   { "nVidia", 0x0955, "Various tablets (ID1)", 0x7100,
02837       DEVICE_FLAGS_ANDROID_BUGS },
02838   { "nVidia", 0x0955, "Various tablets (ID2)", 0x7102,
02839       DEVICE_FLAGS_ANDROID_BUGS },
02840   { "nVidia", 0x0955, "Shield (ID1)", 0xb400,
02841       DEVICE_FLAGS_ANDROID_BUGS },
02842   /* https://sourceforge.net/p/libmtp/bugs/1447/ */
02843   { "nVidia", 0x0955, "Shield (Tegra4)", 0xb401,
02844       DEVICE_FLAGS_ANDROID_BUGS },
02845   /* https://sourceforge.net/p/libmtp/bugs/1087/ */
02846   { "nVidia", 0x0955, "Tegra Note", 0xcf02,
02847       DEVICE_FLAGS_ANDROID_BUGS },
02848   /* benpro82@gmail.com */
02849   { "nVidia", 0x0955, "Shield (ID2)", 0xcf07,
02850       DEVICE_FLAGS_ANDROID_BUGS },
02851 
02852   /*
02853    * Vizio
02854    * Reported by:
02855    * Michael Gurski <gurski@users.sourceforge.net>
02856    */
02857   /* https://sourceforge.net/p/libmtp/support-requests/138/ */
02858   { "InFocus", 0x0489, "M810", 0xc025,
02859       DEVICE_FLAGS_ANDROID_BUGS },
02860   { "Vizio", 0x0489, "Unknown 1", 0xc026,
02861       DEVICE_FLAGS_ANDROID_BUGS },
02862   { "Vizio", 0x0489, "VTAB1008", 0xe040,
02863       DEVICE_FLAGS_ANDROID_BUGS },
02864   { "Vizio (for Lenovo)", 0x0489, "LIFETAB S9714", 0xe111,
02865       DEVICE_FLAGS_ANDROID_BUGS },
02866 
02867 
02868   /*
02869    * Amazon
02870    */
02871   { "Amazon", 0x1949, "Kindle Fire 2G (ID1)", 0x0005,
02872       DEVICE_FLAGS_ANDROID_BUGS },
02873   { "Amazon", 0x1949, "Kindle Fire (ID1)", 0x0007,
02874       DEVICE_FLAGS_ANDROID_BUGS },
02875   { "Amazon", 0x1949, "Kindle Fire (ID2)", 0x0008,
02876       DEVICE_FLAGS_ANDROID_BUGS },
02877   { "Amazon", 0x1949, "Kindle Fire (ID3)", 0x000a,
02878       DEVICE_FLAGS_ANDROID_BUGS },
02879   /* https://sourceforge.net/p/libmtp/bugs/1026/ */
02880   { "Amazon", 0x1949, "Kindle Fire (ID6)", 0x000b,
02881       DEVICE_FLAGS_ANDROID_BUGS },
02882   { "Amazon", 0x1949, "Kindle Fire (ID4)", 0x000c,
02883       DEVICE_FLAGS_ANDROID_BUGS },
02884   /* https://sourceforge.net/p/libmtp/bugs/1015/ */
02885   { "Amazon", 0x1949, "Kindle Fire (ID7)", 0x000d,
02886       DEVICE_FLAGS_ANDROID_BUGS },
02887   { "Amazon", 0x1949, "Kindle Fire (ID5)", 0x0012,
02888       DEVICE_FLAGS_ANDROID_BUGS },
02889   /* https://sourceforge.net/p/libmtp/bugs/1353/ */
02890   { "Amazon", 0x1949, "Kindle Fire HD6", 0x00f2,
02891       DEVICE_FLAGS_ANDROID_BUGS },
02892   /* https://sourceforge.net/p/libmtp/bugs/1460/ */
02893   { "Amazon", 0x1949, "Kindle Fire 8", 0x0211,
02894       DEVICE_FLAGS_ANDROID_BUGS },
02895   /* https://sourceforge.net/p/libmtp/bugs/1448/ */
02896   { "Amazon", 0x1949, "Kindle Fire 7", 0x0221,
02897       DEVICE_FLAGS_ANDROID_BUGS },
02898   /* https://sourceforge.net/p/libmtp/bugs/1491/ */
02899   { "Amazon", 0x1949, "Kindle Fire 5", 0x0222,
02900       DEVICE_FLAGS_ANDROID_BUGS },
02901   { "Amazon", 0x1949, "Fire Phone", 0x0800,
02902       DEVICE_FLAGS_ANDROID_BUGS },
02903 
02904   /*
02905    * Barnes&Noble
02906    */
02907   { "Barnes&Noble", 0x2080, "Nook HD+", 0x0005,
02908       DEVICE_FLAGS_ANDROID_BUGS },
02909   { "Barnes&Noble", 0x2080, "Nook HD", 0x0006,
02910       DEVICE_FLAGS_ANDROID_BUGS },
02911   /* https://sourceforge.net/p/libmtp/bugs/1504/ */
02912   { "Barnes&Noble", 0x2080, "Nook Glowlight+", 0x000a,
02913       DEVICE_FLAGS_ANDROID_BUGS },
02914 
02915   /*
02916    * Viewpia, bq, YiFang
02917    * Seems like some multi-branded OEM product line.
02918    */
02919   { "Various", 0x2207, "Viewpia DR/bq Kepler", 0x0001,
02920       DEVICE_FLAGS_ANDROID_BUGS },
02921   { "YiFang", 0x2207, "BQ Tesla", 0x0006,
02922       DEVICE_FLAGS_ANDROID_BUGS },
02923   /* https://sourceforge.net/p/libmtp/bugs/1354/ */
02924   { "Various", 0x2207, "Viewpia DR/bq Kepler Debugging", 0x0011,
02925       DEVICE_FLAGS_ANDROID_BUGS },
02926 
02927   /*
02928    * Kobo
02929    */
02930   /* https://sourceforge.net/p/libmtp/bugs/1208/ */
02931   { "Kobo", 0x2237, "Arc 7 HD", 0xb108,
02932       DEVICE_FLAGS_ANDROID_BUGS },
02933   // Reported by George Talusan
02934   { "Kobo", 0x2237, "Arc (ID1)", 0xd108,
02935       DEVICE_FLAGS_ANDROID_BUGS },
02936   { "Kobo", 0x2237, "Arc (ID2)", 0xd109,
02937       DEVICE_FLAGS_ANDROID_BUGS },
02938 
02939   /*
02940    * Hisense
02941    */
02942   // Reported by Anonymous SourceForge users
02943   { "Hisense", 0x109b, "E860 (ID1)", 0x9106, DEVICE_FLAGS_ANDROID_BUGS },
02944   { "Hisense", 0x109b, "E860 (ID2)", 0x9109, DEVICE_FLAGS_ANDROID_BUGS },
02945 
02946   /*
02947    * Intel
02948    * Also sold rebranded as Orange products
02949    */
02950   { "Intel", 0x8087, "Xolo 900/AZ210A", 0x09fb, DEVICE_FLAGS_ANDROID_BUGS },
02951   /* https://sourceforge.net/p/libmtp/bugs/1256/ */
02952   { "Intel", 0x8087, "Noblex T7A21", 0x0a16, DEVICE_FLAGS_ANDROID_BUGS },
02953   /* https://sourceforge.net/p/libmtp/bugs/1252/ */
02954   { "Intel", 0x8087, "Foxconn iView i700", 0x0a15, DEVICE_FLAGS_ANDROID_BUGS },
02955   /* https://sourceforge.net/p/libmtp/bugs/1237/ */
02956   { "Intel", 0x8087, "Telcast Air 3G", 0x0a5e, DEVICE_FLAGS_ANDROID_BUGS },
02957   /* https://sourceforge.net/p/libmtp/bugs/1338/ */
02958   { "Intel", 0x8087, "Chuwi vi8", 0x0a5f, DEVICE_FLAGS_ANDROID_BUGS },
02959 
02960   /*
02961    * Xiaomi
02962    */
02963   /* https://sourceforge.net/p/libmtp/bugs/1269/ */
02964   { "Xiaomi", 0x2717, "Mi-3w (MTP)", 0x0360,
02965       DEVICE_FLAGS_ANDROID_BUGS },
02966   { "Xiaomi", 0x2717, "Mi-3 (MTP)", 0x0368,
02967       DEVICE_FLAGS_ANDROID_BUGS },
02968   /* https://sourceforge.net/p/libmtp/bugs/1149/ */
02969   { "Xiaomi", 0x2717, "MiPad (MTP)", 0x0660,
02970       DEVICE_FLAGS_ANDROID_BUGS },
02971   /* https://sourceforge.net/p/libmtp/bugs/1489/ */
02972   { "Xiaomi", 0x2717, "MiPad (MTP+ADB)", 0x0668,
02973       DEVICE_FLAGS_ANDROID_BUGS },
02974   { "Xiaomi", 0x2717, "Hongmi (MTP+ADB)", 0x1240,
02975       DEVICE_FLAGS_ANDROID_BUGS },
02976   /* https://sourceforge.net/p/libmtp/bugs/1095/ */
02977   { "Xiaomi", 0x2717, "Hongmi (MTP)", 0x1248,
02978       DEVICE_FLAGS_ANDROID_BUGS },
02979   /* https://sourceforge.net/p/libmtp/bugs/1295/ */
02980   { "Redmi", 0x2717, "1S (MTP)", 0x1260,
02981       DEVICE_FLAGS_ANDROID_BUGS },
02982   /* https://sourceforge.net/p/libmtp/bugs/1164/ */
02983   { "Redmi", 0x2717, "HM 1S (MTP)", 0x1268,
02984       DEVICE_FLAGS_ANDROID_BUGS },
02985   /* https://sourceforge.net/p/libmtp/discussion/535190/ */
02986   { "Xiaomi", 0x2717, "HM NOTE 1LTEW MIUI (MTP)", 0x1368,
02987       DEVICE_FLAGS_ANDROID_BUGS },
02988   { "Xiaomi", 0x2717, "Mi-2 (MTP+ADB)", 0x9039,
02989       DEVICE_FLAGS_ANDROID_BUGS },
02990   { "Xiaomi", 0x2717, "Mi-2 (MTP)", 0xf003,
02991       DEVICE_FLAGS_ANDROID_BUGS },
02992   /* https://sourceforge.net/p/libmtp/bugs/1397/ */
02993   { "Xiaomi", 0x2717, "Mi-2s (id2) (MTP)", 0xff40,
02994       DEVICE_FLAGS_ANDROID_BUGS },
02995   /* https://sourceforge.net/p/libmtp/bugs/1339/ */
02996   { "Xiaomi", 0x2717, "Mi-2s (MTP)", 0xff48,
02997       DEVICE_FLAGS_ANDROID_BUGS },
02998   /* https://sourceforge.net/p/libmtp/bugs/1402/ */
02999   { "Xiaomi", 0x2717, "Redmi 2 (MTP)", 0xff60,
03000       DEVICE_FLAGS_ANDROID_BUGS },
03001   /* https://sourceforge.net/p/libmtp/bugs/1445/ */
03002   { "Xiaomi", 0x2717, "Redmi 2 2014811 (MTP)", 0xff68,
03003       DEVICE_FLAGS_ANDROID_BUGS },
03004 
03005   /*
03006    * XO Learning Tablet
03007    * Also Trio Stealth G2 tablet it seems
03008    */
03009   { "Acromag Inc.", 0x16d5, "XO Learning Tablet (MTP+ADB)", 0x8005,
03010       DEVICE_FLAGS_ANDROID_BUGS },
03011   { "Acromag Inc.", 0x16d5, "XO Learning Tablet (MTP)", 0x8006,
03012       DEVICE_FLAGS_ANDROID_BUGS },
03013 
03014   /*
03015    * SHARP Corporation
03016    */
03017   { "SHARP Corporation", 0x0489, "SH930W", 0xc025,
03018       DEVICE_FLAGS_ANDROID_BUGS },
03019   { "SHARP Corporation", 0x04dd, "SBM203SH", 0x9661,
03020       DEVICE_FLAGS_ANDROID_BUGS },
03021   { "SHARP Corporation", 0x04dd, "SH-06E", 0x96ca,
03022       DEVICE_FLAGS_ANDROID_BUGS },
03023 
03024   /*
03025    * T & A Mobile phones Alcatel and TCT
03026    */
03027   { "Alcatel", 0x1bbb, "One Touch 997D (MTP+ADB)", 0x0c02,
03028       DEVICE_FLAGS_ANDROID_BUGS },
03029   { "Alcatel", 0x1bbb, "One Touch 997D (MTP)", 0x2008,
03030       DEVICE_FLAGS_ANDROID_BUGS },
03031   { "Alcatel/TCT", 0x1bbb, "6010D/TCL S950", 0x0167,
03032       DEVICE_FLAGS_ANDROID_BUGS },
03033   { "Alcatel", 0x1bbb, "6030a", 0x0168,
03034       DEVICE_FLAGS_ANDROID_BUGS },
03035   { "Alcatel/Bouygues", 0x1bbb, "BS472", 0x904d,
03036       DEVICE_FLAGS_ANDROID_BUGS },
03037   /* https://sourceforge.net/p/libmtp/bugs/1304/ */
03038   { "Alcatel", 0x1bbb, "OneTouch 5042D (MTP)", 0xa00e,
03039       DEVICE_FLAGS_ANDROID_BUGS },
03040   /* https://sourceforge.net/p/libmtp/support-requests/189/ */
03041   { "Alcatel", 0x1bbb, "OneTouch Idol 3 small (MTP)", 0xaf2a,
03042       DEVICE_FLAGS_ANDROID_BUGS },
03043   /* https://sourceforge.net/p/libmtp/bugs/1401/ */
03044   { "Alcatel", 0x1bbb, "OneTouch Idol 3 (MTP)", 0xaf2b,
03045       DEVICE_FLAGS_ANDROID_BUGS },
03046   /* https://sourceforge.net/p/libmtp/feature-requests/114/ */
03047   { "Alcatel", 0x1bbb, "OneTouch 6034R", 0xf003,
03048       DEVICE_FLAGS_ANDROID_BUGS },
03049 
03050   /*
03051    * Kyocera
03052    */
03053   { "Kyocera", 0x0482, "Rise", 0x0571, DEVICE_FLAGS_ANDROID_BUGS },
03054   /* https://sourceforge.net/p/libmtp/bugs/1492/ */
03055   { "Kyocera", 0x0482, "Event", 0x0591, DEVICE_FLAGS_ANDROID_BUGS  & ~DEVICE_FLAG_FORCE_RESET_ON_CLOSE },
03056   /* https://sourceforge.net/p/libmtp/feature-requests/134/ */
03057   { "Kyocera", 0x0482, "Torque Model E6715", 0x0059a, DEVICE_FLAGS_ANDROID_BUGS },
03058   /* https://sourceforge.net/p/libmtp/discussion/535190/thread/6270f5ce/ */
03059   { "Kyocera", 0x0482, "KYL22", 0x0810, DEVICE_FLAGS_ANDROID_BUGS },
03060   /* https://sourceforge.net/p/libmtp/bugs/1518/ */
03061   { "Kyocera", 0x0482, "302KC", 0x09fc, DEVICE_FLAGS_ANDROID_BUGS },
03062   /* https://sourceforge.net/p/libmtp/bugs/1345/ */
03063   { "Kyocera", 0x0482, "DuraForce", 0x0979, DEVICE_FLAGS_ANDROID_BUGS },
03064   /* https://sourceforge.net/p/libmtp/bugs/1476/ */
03065   { "Kyocera", 0x0482, "KC-S701", 0x09cb, DEVICE_FLAGS_ANDROID_BUGS },
03066 
03067   /*
03068    * HiSense
03069    */
03070   { "HiSense", 0x109b, "Sero 7 Pro", 0x9105,
03071       DEVICE_FLAGS_ANDROID_BUGS },
03072 
03073   /*
03074    * Hewlett-Packard
03075    */
03076   { "Hewlett-Packard", 0x03f0, "Slate 7 4600", 0x5c1d,
03077       DEVICE_FLAGS_ANDROID_BUGS },
03078   { "Hewlett-Packard", 0x03f0, "Slate 7 2800", 0x5d1d,
03079       DEVICE_FLAGS_ANDROID_BUGS },
03080   /* https://sourceforge.net/p/libmtp/bugs/1366/ */
03081   { "Hewlett-Packard", 0x03f0, "Slate 10 HD", 0x7e1d,
03082       DEVICE_FLAGS_ANDROID_BUGS },
03083 
03084   /*
03085    * MediaTek Inc.
03086    */
03087   { "MediaTek Inc", 0x0e8d, "MT5xx and MT6xx SoCs", 0x0050,
03088       DEVICE_FLAGS_ANDROID_BUGS },
03089   /* https://sourceforge.net/p/libmtp/bugs/1422/ */
03090   { "MediaTek Inc", 0x0e8d, "MT65xx", 0x2008,
03091       DEVICE_FLAGS_ANDROID_BUGS },
03092   /* https://sourceforge.net/p/libmtp/bugs/1467/ */
03093   { "elephone", 0x0e8d, "p6000", 0x2008,
03094       DEVICE_FLAGS_ANDROID_BUGS },
03095   /* https://sourceforge.net/p/libmtp/feature-requests/79/ */
03096   { "MediaTek Inc", 0x0e8d, "Elephone P8000", 0x201d,
03097       DEVICE_FLAGS_ANDROID_BUGS },
03098 
03099   /*
03100    * Jolla
03101    */
03102   { "Jolla", 0x2931, "Sailfish (ID1)", 0x0a01,
03103       DEVICE_FLAGS_ANDROID_BUGS },
03104 
03105   /*
03106    * TCL? Alcatel?
03107    */
03108   { "TCL", 0x0451, "Alcatel one touch 986+", 0xd108,
03109       DEVICE_FLAGS_ANDROID_BUGS },
03110 
03111   /*
03112    * Garmin
03113    */
03114   { "Garmin", 0x091e, "Monterra", 0x2585,
03115       DEVICE_FLAGS_ANDROID_BUGS },
03116 
03117   /*
03118    * Wacom
03119    */
03120   { "Wacom", 0x0531, "Cintiq Companion Hybrid (MTP+ADB)", 0x2001,
03121       DEVICE_FLAGS_ANDROID_BUGS },
03122 
03123   /*
03124    * Kurio
03125    */
03126   { "Kurio", 0x1f3a, "7S", 0x1006,
03127       DEVICE_FLAGS_ANDROID_BUGS },
03128   /* https://sourceforge.net/p/libmtp/bugs/1245/ */
03129   { "DigiLand", 0x1f3a, "DL701Q", 0x0c02,
03130       DEVICE_FLAGS_ANDROID_BUGS },
03131 
03132   /* In update 4 the order of devices was changed for
03133      better OS X / Windows suport and another device-id
03134      got assigned for the MTP */
03135   { "Jolla", 0x2931, "Sailfish (ID2)", 0x0a05,
03136       DEVICE_FLAGS_ANDROID_BUGS },
03137 
03138   /*
03139    * bq
03140    * https://sourceforge.net/p/libmtp/feature-requests/128/
03141    */
03142   { "bq", 0x2a47, "Krillin (MTP)", 0x2008,
03143       DEVICE_FLAGS_ANDROID_BUGS },
03144   { "bq", 0x2a47, "Krillin (MTP+ADB)", 0x0c02,
03145       DEVICE_FLAGS_ANDROID_BUGS },
03146   /* https://sourceforge.net/p/libmtp/bugs/1311/ */
03147   { "bq", 0x2a47, "Aquarius E5-4G", 0x7f10,
03148       DEVICE_FLAGS_ANDROID_BUGS },
03149 
03150   /* https://sourceforge.net/p/libmtp/bugs/1292/ */
03151   { "Prestigio", 0x29e4, "5505 DUO ", 0x1103, DEVICE_FLAGS_ANDROID_BUGS },
03152   /* https://sourceforge.net/p/libmtp/bugs/1243/ */
03153   { "Prestigio", 0x29e4, "5504 DUO ", 0x1203, DEVICE_FLAGS_ANDROID_BUGS },
03154   /* https://sourceforge.net/p/libmtp/feature-requests/141/ */
03155   { "Prestigio", 0x29e4, "3405 DUO ", 0x3201, DEVICE_FLAGS_ANDROID_BUGS },
03156   /* https://sourceforge.net/p/libmtp/feature-requests/148/ */
03157   { "Prestigio", 0x29e4, "Multipad Color 7.0", 0xb003, DEVICE_FLAGS_ANDROID_BUGS },
03158 
03159   /* https://sourceforge.net/p/libmtp/bugs/1283/ */
03160   { "Megafon", 0x201e, "MFLogin3T", 0x42ab, DEVICE_FLAGS_ANDROID_BUGS },
03161 
03162   /* https://sourceforge.net/p/libmtp/bugs/1287/ */
03163   { "Gensis", 0x040d, "GT-7305 ", 0x885c, DEVICE_FLAGS_ANDROID_BUGS },
03164 
03165   /* https://sourceforge.net/p/libmtp/support-requests/182/ */
03166   { "Oppo", 0x22d9, "Find 5", 0x2764, DEVICE_FLAGS_ANDROID_BUGS },
03167   /* https://sourceforge.net/p/libmtp/bugs/1207/ */
03168   { "Oppo", 0x22d9, "Find 7 (ID 1)", 0x2765, DEVICE_FLAGS_ANDROID_BUGS },
03169   /* https://sourceforge.net/p/libmtp/bugs/1277/ */
03170   { "Oppo", 0x22d9, "X9006", 0x2773, DEVICE_FLAGS_ANDROID_BUGS },
03171   /* https://sourceforge.net/p/libmtp/support-requests/129/ */
03172   { "Oppo", 0x22d9, "Find 7 (ID 2)", 0x2774, DEVICE_FLAGS_ANDROID_BUGS },
03173 
03174   /* https://sourceforge.net/p/libmtp/bugs/1273/ */
03175   { "Gigabyte", 0x0414, "RCT6773W22 (MTP+ADB)", 0x0c02, DEVICE_FLAGS_ANDROID_BUGS },
03176   { "Gigabyte", 0x0414, "RCT6773W22 (MTP)", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
03177 
03178   /* https://sourceforge.net/p/libmtp/bugs/1264/ */
03179   { "Meizu", 0x2a45, "MX Phone (MTP)", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
03180   /* https://sourceforge.net/p/libmtp/bugs/1263/ */
03181   { "Meizu", 0x2a45, "MX Phone (MTP+ADB)", 0x0c02, DEVICE_FLAGS_ANDROID_BUGS },
03182 
03183   /* https://sourceforge.net/p/libmtp/bugs/1201/ */
03184   { "Caterpillar", 0x04b7, "Cat S50", 0x88a9, DEVICE_FLAGS_ANDROID_BUGS },
03185 
03186   /* https://sourceforge.net/p/libmtp/bugs/682/ */
03187   { "Pegatron", 0x1d4d, "Chagall (ADB)", 0x5035, DEVICE_FLAGS_ANDROID_BUGS },
03188   { "Pegatron", 0x1d4d, "Chagall", 0x5036, DEVICE_FLAGS_ANDROID_BUGS },
03189   /* https://sourceforge.net/p/libmtp/feature-requests/115/ */
03190   { "Pegatron", 0x1d4d, "Hudl 2", 0x504a, DEVICE_FLAGS_ANDROID_BUGS },
03191 
03192   /* https://sourceforge.net/p/libmtp/bugs/1229/ */
03193   { "Yota", 0x2916, "Phone 2", 0x914d, DEVICE_FLAGS_ANDROID_BUGS },
03194   /* https://sourceforge.net/p/libmtp/bugs/1267/ */
03195   { "Yota", 0x2916, "Phone 2 (ID2)", 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
03196 
03197   /* https://sourceforge.net/p/libmtp/bugs/1212/ */
03198   { "Fly", 0x2970, "Evo Tech 4", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
03199 
03200   /* https://sourceforge.net/p/libmtp/feature-requests/146/ */
03201   { "Wileyfox", 0x2970, "Swift", 0x2281, DEVICE_FLAGS_ANDROID_BUGS },
03202 
03203   /* https://sourceforge.net/p/libmtp/bugs/1303/ */
03204   { "Megafon", 0x1271, "Login+", 0x2012, DEVICE_FLAGS_ANDROID_BUGS },
03205 
03206   /* https://sourceforge.net/p/libmtp/bugs/1127/ */
03207   { "Fly", 0x2970, "iq4415 era style 3", 0x0c02, DEVICE_FLAGS_ANDROID_BUGS },
03208   /* https://sourceforge.net/p/libmtp/bugs/1082/ */
03209   { "Fly", 0x1782, "iq449", 0x4001, DEVICE_FLAGS_ANDROID_BUGS },
03210 
03211   /*
03212   * YU Yureka.
03213   */
03214   { "YU Yureka", 0x1ebf, "Vodafone smart turbo 4", 0x7f29, DEVICE_FLAGS_ANDROID_BUGS },
03215 
03216   /* https://sourceforge.net/p/libmtp/bugs/1314/ */
03217   { "BenQ", 0x1d45, "F5", 0x459d, DEVICE_FLAGS_ANDROID_BUGS },
03218 
03219   /* https://sourceforge.net/p/libmtp/bugs/1362/ */
03220   { "TomTom", 0x1390, "Rider 40", 0x5455, DEVICE_FLAGS_ANDROID_BUGS },
03221 
03222   /* https://sourceforge.net/p/libmtp/feature-requests/135/. guessed android. */
03223   { "OUYA", 0x2836, "Videogame Console", 0x0010, DEVICE_FLAGS_ANDROID_BUGS },
03224 
03225   /* https://sourceforge.net/p/libmtp/bugs/1383/ */
03226   { "BLU", 0x0e8d, "Studio HD", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
03227 
03228   /* https://sourceforge.net/p/libmtp/bugs/1423/ */
03229   { "OnePlus", 0x2a70, "ONE A2001", 0x9011, DEVICE_FLAGS_ANDROID_BUGS },
03230   /* https://sourceforge.net/p/libmtp/bugs/1450/ */
03231   { "OnePlus", 0x2a70, "OnePlus 2 A2005", 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
03232 
03233   /* https://sourceforge.net/p/libmtp/bugs/1436/ */
03234   { "Parrot", 0x19cf, "Bebop Drone", 0x5038, DEVICE_FLAGS_ANDROID_BUGS },
03235 
03236   /*
03237    * GoPro Action Cams.
03238    */
03239   { "GoPro" , 0x2672, "HERO3+ Black", 0x0011, DEVICE_FLAG_NONE },
03240   { "GoPro" , 0x2672, "HERO", 0x000c, DEVICE_FLAG_NONE },  
03241   { "GoPro" , 0x2672, "HERO4 Silver", 0x000d, DEVICE_FLAG_NONE },
03242   { "Gopro" , 0x2672, "HERO4 Black", 0x000e, DEVICE_FLAG_NONE },
03243   { "GoPro" , 0x2672, "HERO4 Session", 0x000f, DEVICE_FLAG_NONE },
03244 
03245   /* https://sourceforge.net/p/libmtp/bugs/1490/ */
03246   { "Marshall" , 0x2ad9, "London", 0x000b, DEVICE_FLAG_NONE },
03247 
03248   /* https://sourceforge.net/p/libmtp/support-requests/202/ */
03249   { "Fairphone" , 0x2ae5, "Fairphone 2", 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
03250 
03251   /*  https://sourceforge.net/p/libmtp/bugs/1512/ */
03252   { "Allview" , 0x271d, "Energy P5", 0x4016, DEVICE_FLAGS_ANDROID_BUGS },
03253   /*
03254    * Other strange stuff.
03255    */
03256   { "Isabella", 0x0b20, "Her Prototype", 0xddee, DEVICE_FLAG_NONE }