libmtp
1.1.3
|
00001 00031 /* 00032 * MTP device list, trying real bad to get all devices into 00033 * this list by stealing from everyone I know. 00034 * Some devices taken from the Rockbox device listing: 00035 * http://www.rockbox.org/twiki/bin/view/Main/DeviceDetection 00036 */ 00037 00038 /* 00039 * Creative Technology and ZiiLABS 00040 * Initially the Creative devices was all we supported so these are 00041 * the most thoroughly tested devices. Presumably only the devices 00042 * with older firmware (the ones that have 32bit object size) will 00043 * need the DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL flag. This bug 00044 * manifest itself when you have a lot of folders on the device, 00045 * some of the folders will start to disappear when getting all objects 00046 * and properties. 00047 */ 00048 { "Creative", 0x041e, "ZEN Vision", 0x411f, 00049 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00050 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00051 { "Creative", 0x041e, "Portable Media Center", 0x4123, 00052 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00053 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00054 { "Creative", 0x041e, "ZEN Xtra (MTP mode)", 0x4128, 00055 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00056 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00057 { "Dell", 0x041e, "DJ (2nd generation)", 0x412f, 00058 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00059 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00060 { "Creative", 0x041e, "ZEN Micro (MTP mode)", 0x4130, 00061 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00062 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00063 { "Creative", 0x041e, "ZEN Touch (MTP mode)", 0x4131, 00064 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00065 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00066 { "Dell", 0x041e, "Dell Pocket DJ (MTP mode)", 0x4132, 00067 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00068 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00069 { "Creative", 0x041e, "ZEN MicroPhoto (alternate version)", 0x4133, 00070 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00071 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00072 { "Creative", 0x041e, "ZEN Sleek (MTP mode)", 0x4137, 00073 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00074 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00075 { "Creative", 0x041e, "ZEN MicroPhoto", 0x413c, 00076 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00077 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00078 { "Creative", 0x041e, "ZEN Sleek Photo", 0x413d, 00079 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00080 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00081 { "Creative", 0x041e, "ZEN Vision:M", 0x413e, 00082 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00083 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00084 // Reported by marazm@o2.pl 00085 { "Creative", 0x041e, "ZEN V", 0x4150, 00086 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00087 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00088 // Reported by danielw@iinet.net.au 00089 // This version of the Vision:M needs the no release interface flag, 00090 // unclear whether the other version above need it too or not. 00091 { "Creative", 0x041e, "ZEN Vision:M (DVP-HD0004)", 0x4151, 00092 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00093 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00094 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00095 // Reported by Darel on the XNJB forums 00096 { "Creative", 0x041e, "ZEN V Plus", 0x4152, 00097 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00098 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00099 { "Creative", 0x041e, "ZEN Vision W", 0x4153, 00100 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00101 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00102 // Don't add 0x4155: this is a Zen Stone device which is not MTP 00103 // Reported by Paul Kurczaba <paul@kurczaba.com> 00104 { "Creative", 0x041e, "ZEN", 0x4157, 00105 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 00106 DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS | 00107 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00108 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00109 // Reported by Ringofan <mcroman@users.sourceforge.net> 00110 { "Creative", 0x041e, "ZEN V 2GB", 0x4158, 00111 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00112 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00113 // Reported by j norment <stormzen@gmail.com> 00114 { "Creative", 0x041e, "ZEN Mozaic", 0x4161, 00115 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00116 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00117 // Reported by Aaron F. Gonzalez <sub_tex@users.sourceforge.net> 00118 { "Creative", 0x041e, "ZEN X-Fi", 0x4162, 00119 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00120 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00121 // Reported by farmerstimuli <farmerstimuli@users.sourceforge.net> 00122 { "Creative", 0x041e, "ZEN X-Fi 3", 0x4169, 00123 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00124 DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL }, 00125 // Reported by Todor Gyumyushev <yodor1@users.sourceforge.net> 00126 { "ZiiLABS", 0x041e, "Zii EGG", 0x6000, 00127 DEVICE_FLAG_UNLOAD_DRIVER | 00128 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00129 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00130 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00131 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00132 00133 /* 00134 * Samsung 00135 * We suspect that more of these are dual mode. 00136 * We suspect more of these might need DEVICE_FLAG_NO_ZERO_READS 00137 * We suspect more of these might need DEVICE_FLAG_PLAYLIST_SPL_V1 00138 * or DEVICE_FLAG_PLAYLIST_SPL_V2 to get playlists working. 00139 * YP-NEU, YP-NDU, YP-20, YP-800, YP-MF Series, YP-100, YP-30 00140 * YP-700 and YP-90 are NOT MTP, but use a Samsung custom protocol. 00141 * See: http://wiki.xiph.org/index.php/PortablePlayers for Ogg 00142 * status. 00143 */ 00144 // From anonymous SourceForge user, not verified 00145 { "Samsung", 0x04e8, "YP-900", 0x0409, DEVICE_FLAG_NONE }, 00146 // From MItch <dbaker@users.sourceforge.net> 00147 { "Samsung", 0x04e8, "I550W Phone", 0x04a4, DEVICE_FLAG_NONE }, 00148 // From Manfred Enning <menning@users.sourceforge.net> 00149 { "Samsung", 0x04e8, "Jet S8000", 0x4f1f, DEVICE_FLAG_NONE }, 00150 // From Gabriel Nunes <gabrielkm1@yahoo.com.br> 00151 { "Samsung", 0x04e8, "YH-920 (501d)", 0x501d, DEVICE_FLAG_UNLOAD_DRIVER }, 00152 // From Soren O'Neill 00153 { "Samsung", 0x04e8, "YH-920 (5022)", 0x5022, DEVICE_FLAG_UNLOAD_DRIVER }, 00154 // Contributed by aronvanammers on SourceForge 00155 { "Samsung", 0x04e8, "YH-925GS", 0x5024, DEVICE_FLAG_NONE }, 00156 // From libgphoto2, according to tests by Stephan Fabel it cannot 00157 // get all objects with the getobjectproplist command.. 00158 { "Samsung", 0x04e8, "YH-820", 0x502e, 00159 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00160 // Contributed by polux2001@users.sourceforge.net 00161 { "Samsung", 0x04e8, "YH-925(-GS)", 0x502f, 00162 DEVICE_FLAG_UNLOAD_DRIVER | 00163 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00164 // Contributed by anonymous person on SourceForge 00165 { "Samsung", 0x04e8, "YH-J70J", 0x5033, 00166 DEVICE_FLAG_UNLOAD_DRIVER }, 00167 // From XNJB user 00168 // Guessing on .spl flag 00169 { "Samsung", 0x04e8, "YP-Z5", 0x503c, 00170 DEVICE_FLAG_UNLOAD_DRIVER | 00171 DEVICE_FLAG_OGG_IS_UNKNOWN | 00172 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00173 // Don't add 0x5041 as this is YP-Z5 in USB mode 00174 // Contributed by anonymous person on SourceForge 00175 { "Samsung", 0x04e8, "YP-T7J", 0x5047, 00176 DEVICE_FLAG_UNLOAD_DRIVER | 00177 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00178 // Reported by cstrickler@gmail.com 00179 { "Samsung", 0x04e8, "YP-U2J (YP-U2JXB/XAA)", 0x5054, 00180 DEVICE_FLAG_UNLOAD_DRIVER | 00181 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00182 // Reported by Andrew Benson 00183 { "Samsung", 0x04e8, "YP-F2J", 0x5057, 00184 DEVICE_FLAG_UNLOAD_DRIVER }, 00185 // Reported by Patrick <skibler@gmail.com> 00186 // Just guessing but looks like .spl v1 http://www.anythingbutipod.com/forum/showthread.php?t=14160 00187 { "Samsung", 0x04e8, "YP-K5", 0x505a, 00188 DEVICE_FLAG_UNLOAD_DRIVER | 00189 DEVICE_FLAG_NO_ZERO_READS | 00190 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00191 // From dev.local@gmail.com - 0x4e8/0x507c is the UMS mode, apparently 00192 // do not add that device. 00193 // From m.eik michalke 00194 // This device does NOT use the special SPL playlist according to sypqgjxu@gmx.de. 00195 { "Samsung", 0x04e8, "YP-U3", 0x507d, 00196 DEVICE_FLAG_UNLOAD_DRIVER | 00197 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00198 // Reported by Matthew Wilcox <matthew@wil.cx> 00199 // Sergio <sfrdll@tiscali.it> reports this device need the BROKEN ALL flag. 00200 // Guessing on .spl flag 00201 { "Samsung", 0x04e8, "YP-T9", 0x507f, 00202 DEVICE_FLAG_UNLOAD_DRIVER | 00203 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00204 DEVICE_FLAG_OGG_IS_UNKNOWN | 00205 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00206 // From Paul Clinch 00207 // Just guessing but looks like .spl v1 http://www.anythingbutipod.com/forum/showthread.php?t=14160 00208 // Some versions of the firmware reportedly support OGG, reportedly only the 00209 // UMS versions, so MTP+OGG is not possible on this device. 00210 { "Samsung", 0x04e8, "YP-K3", 0x5081, 00211 DEVICE_FLAG_UNLOAD_DRIVER | 00212 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00213 // From XNJB user 00214 // From Alistair Boyle, .spl v2 required for playlists 00215 // According to the device log it properly supports OGG 00216 { "Samsung", 0x04e8, "YP-P2", 0x5083, 00217 DEVICE_FLAG_UNLOAD_DRIVER | 00218 DEVICE_FLAG_NO_ZERO_READS | 00219 DEVICE_FLAG_OGG_IS_UNKNOWN | 00220 DEVICE_FLAG_PLAYLIST_SPL_V2 }, 00221 // From Paul Clinch 00222 // Guessing on .spl flag 00223 { "Samsung", 0x04e8, "YP-T10", 0x508a, 00224 DEVICE_FLAG_UNLOAD_DRIVER | 00225 DEVICE_FLAG_OGG_IS_UNKNOWN | 00226 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00227 DEVICE_FLAG_PLAYLIST_SPL_V1 | 00228 DEVICE_FLAG_NO_ZERO_READS }, 00229 // From Wim Verwimp <wimverwimp@gmail.com> 00230 // Not sure about the Ogg and broken proplist flags here. Just guessing. 00231 // Guessing on .spl flag 00232 { "Samsung", 0x04e8, "YP-S5", 0x508b, 00233 DEVICE_FLAG_UNLOAD_DRIVER | 00234 DEVICE_FLAG_OGG_IS_UNKNOWN | 00235 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00236 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00237 // From Ludovic Danigo 00238 // Guessing on .spl flag 00239 { "Samsung", 0x04e8, "YP-S3", 0x5091, 00240 DEVICE_FLAG_UNLOAD_DRIVER | 00241 DEVICE_FLAG_OGG_IS_UNKNOWN | 00242 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00243 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00244 // From Adrian Levi <adrian.levi@gmail.com> 00245 // Guessing on .spl flag 00246 // This one supports OGG properly through the correct MTP type. 00247 { "Samsung", 0x04e8, "YP-U4", 0x5093, DEVICE_FLAG_UNLOAD_DRIVER }, 00248 // From Chris Le Sueur <thefishface@gmail.com> 00249 // Guessing on .spl flag 00250 // This one supports OGG properly through the correct MTP type. 00251 { "Samsung", 0x04e8, "YP-R1", 0x510f, 00252 DEVICE_FLAG_UNLOAD_DRIVER | 00253 DEVICE_FLAG_UNIQUE_FILENAMES | 00254 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 00255 // From Anonymous SourceForge user 00256 // Guessing on .spl flag 00257 { "Samsung", 0x04e8, "YP-Q1", 0x5115, 00258 DEVICE_FLAG_UNLOAD_DRIVER | 00259 DEVICE_FLAG_OGG_IS_UNKNOWN | 00260 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00261 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00262 // From Holger 00263 { "Samsung", 0x04e8, "YP-M1", 0x5118, 00264 DEVICE_FLAG_UNLOAD_DRIVER | 00265 DEVICE_FLAG_OGG_IS_UNKNOWN | 00266 DEVICE_FLAG_PLAYLIST_SPL_V2 }, 00267 // From Anonymous SourceForge user 00268 // Guessing on .spl flag 00269 { "Samsung", 0x04e8, "YP-P3", 0x511a, 00270 DEVICE_FLAG_UNLOAD_DRIVER | 00271 DEVICE_FLAG_OGG_IS_UNKNOWN | 00272 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00273 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00274 // From Anonymous SourceForge user 00275 // Guessing on .spl flag 00276 { "Samsung", 0x04e8, "YP-Q2", 0x511d, 00277 DEVICE_FLAG_UNLOAD_DRIVER | 00278 DEVICE_FLAG_OGG_IS_UNKNOWN | 00279 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00280 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00281 // From Marco Pizzocaro <mpizzocaro@users.sourceforge.net> 00282 // Guessing on .spl flag 00283 { "Samsung", 0x04e8, "YP-U5", 0x5121, 00284 DEVICE_FLAG_UNLOAD_DRIVER | 00285 DEVICE_FLAG_PLAYLIST_SPL_V1 | 00286 DEVICE_FLAG_UNIQUE_FILENAMES | 00287 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 00288 // From Leonardo Accorsi <laccorsi@users.sourceforge.net> 00289 // Guessing on .spl flag 00290 { "Samsung", 0x04e8, "YP-R0", 0x5125, 00291 DEVICE_FLAG_UNLOAD_DRIVER | 00292 DEVICE_FLAG_PLAYLIST_SPL_V1 | 00293 DEVICE_FLAG_UNIQUE_FILENAMES | 00294 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 00295 // From Manuel Carro 00296 // Copied from Q2 00297 { "Samsung", 0x04e8, "YP-Q3", 0x5130, 00298 DEVICE_FLAG_UNLOAD_DRIVER | 00299 DEVICE_FLAG_OGG_IS_UNKNOWN | 00300 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00301 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00302 // Reported by: traaf <traaf@users.sourceforge.net> 00303 // Guessing on the playlist type! 00304 // Appears to present itself properly as a PTP device with MTP extensions! 00305 { "Samsung", 0x04e8, "YP-Z3", 0x5137, 00306 DEVICE_FLAG_UNLOAD_DRIVER | 00307 DEVICE_FLAG_OGG_IS_UNKNOWN | 00308 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00309 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00310 // From a rouge .INF file 00311 // this device ID seems to have been recycled for: 00312 // the Samsung SGH-A707 Cingular cellphone 00313 // the Samsung L760-V cellphone 00314 // the Samsung SGH-U900 cellphone 00315 // the Samsung Fascinate player 00316 { "Samsung", 0x04e8, 00317 "YH-999 Portable Media Center/SGH-A707/SGH-L760V/SGH-U900/Verizon Intensity/Fascinate", 00318 0x5a0f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00319 // From Santi Béjar <sbejar@gmail.com> - not sure this is MTP... 00320 // { "Samsung", 0x04e8, "Z170 Mobile Phone", 0x6601, DEVICE_FLAG_UNLOAD_DRIVER }, 00321 // From Santi Béjar <sbejar@gmail.com> - not sure this is MTP... 00322 // { "Samsung", 0x04e8, "E250 Mobile Phone", 0x663e, DEVICE_FLAG_UNLOAD_DRIVER }, 00323 // From an anonymous SF user 00324 { "Samsung", 0x04e8, "M7600 Beat/GT-S8300T/SGH-F490/S8300", 0x6642, 00325 DEVICE_FLAG_UNLOAD_DRIVER | 00326 DEVICE_FLAG_BROKEN_BATTERY_LEVEL }, 00327 // From Lionel Bouton 00328 { "Samsung", 0x04e8, "X830 Mobile Phone", 0x6702, 00329 DEVICE_FLAG_UNLOAD_DRIVER }, 00330 // From James <jamestech@gmail.com> 00331 { "Samsung", 0x04e8, "U600 Mobile Phone", 0x6709, 00332 DEVICE_FLAG_UNLOAD_DRIVER }, 00333 // From Cesar Cardoso <cesar@cesarcardoso.tk> 00334 // No confirmation that this is really MTP. 00335 { "Samsung", 0x04e8, "F250 Mobile Phone", 0x6727, 00336 DEVICE_FLAG_UNLOAD_DRIVER }, 00337 // From Charlie Todd 2007-10-31 00338 { "Samsung", 0x04e8, "Juke (SCH-U470)", 0x6734, 00339 DEVICE_FLAG_UNLOAD_DRIVER}, 00340 // Reported by Tenn 00341 { "Samsung", 0x04e8, "GT-B2700", 0x6752, 00342 DEVICE_FLAG_UNLOAD_DRIVER }, 00343 // Added by Greg Fitzgerald <netzdamon@gmail.com> 00344 { "Samsung", 0x04e8, "SAMSUNG Trance", 0x6763, 00345 DEVICE_FLAG_UNLOAD_DRIVER | 00346 DEVICE_FLAG_NO_ZERO_READS | 00347 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00348 // From anonymous sourceforge user 00349 // Guessing on .spl flag, maybe needs NO_ZERO_READS, whatdoIknow 00350 { "Samsung", 0x04e8, "GT-S8500", 0x6819, 00351 DEVICE_FLAG_UNLOAD_DRIVER | 00352 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00353 // From Harrison Metzger <harrisonmetz@gmail.com> 00354 { "Samsung", 0x04e8, 00355 "Galaxy Nexus/Galaxy S i9000/i9250, Android 4.0 updates", 0x685c, 00356 DEVICE_FLAGS_ANDROID_BUGS | 00357 DEVICE_FLAG_PLAYLIST_SPL_V2 }, 00358 // From: Ignacio Martínez <ignacio.martinezrivera@yahoo.es> 00359 // It seems that some PTP commands are broken. 00360 // Galaxy S2 has a connection timeout, the session must be 00361 // open in about 3 seconds since the device is plugged in, after 00362 // that time it will not respond. 00363 // Seems also to be used with Galaxy Nexus debug mode and on 00364 // US markets for some weird reason. 00365 { "Samsung", 0x04e8, 00366 "GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note", 0x6860, 00367 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00368 DEVICE_FLAG_UNLOAD_DRIVER | 00369 DEVICE_FLAG_LONG_TIMEOUT | 00370 DEVICE_FLAG_BROKEN_GET_OBJECT_INFO }, 00371 // Note: ID 0x6865 is some PTP mode! Don't add it. 00372 // From: Erik Berglund <erikjber@users.sourceforge.net> 00373 // Logs indicate this needs DEVICE_FLAG_NO_ZERO_READS 00374 // No Samsung platlists on this device. 00375 // https://sourceforge.net/tracker/?func=detail&atid=809061&aid=3026337&group_id=158745 00376 // i5800 duplicate reported by igel <igel-kun@users.sourceforge.net> 00377 // Guessing this has the same problematic MTP stack as the device 00378 // above. 00379 { "Samsung", 0x04e8, "Galaxy S GT-I9000/Galaxy 3 i5800/Kies mode", 0x6877, 00380 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00381 DEVICE_FLAG_UNLOAD_DRIVER | 00382 DEVICE_FLAG_LONG_TIMEOUT | 00383 DEVICE_FLAG_BROKEN_GET_OBJECT_INFO }, 00384 // From: John Gorkos <ab0oo@users.sourceforge.net> and 00385 // Akos Maroy <darkeye@users.sourceforge.net> 00386 { "Samsung", 0x04e8, "Vibrant SGH-T959/Captivate/Media player mode", 0x68a9, 00387 DEVICE_FLAG_UNLOAD_DRIVER | 00388 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00389 // Reported by Sleep.Walker <froser@users.sourceforge.net> 00390 { "Samsung", 0x04e8, "GT-B2710/Xcover 271", 0x68af, 00391 DEVICE_FLAG_UNLOAD_DRIVER | 00392 DEVICE_FLAG_PLAYLIST_SPL_V1 }, 00393 // From anonymous Sourceforge user 00394 { "Samsung", 0x04e8, "GT-S5230", 0xe20c, DEVICE_FLAG_NONE }, 00395 00396 00397 /* 00398 * Microsoft 00399 * All except the first probably need MTPZ to work 00400 */ 00401 { "Microsoft/Intel", 0x045e, "Bandon Portable Media Center", 0x00c9, 00402 DEVICE_FLAG_NONE }, 00403 // Reported by anonymous sourceforge user 00404 // HTC Mozart is using the PID, as is Nokia Lumia 800 00405 // May need MTPZ to work 00406 { "Microsoft", 0x045e, "Windows Phone", 0x04ec, DEVICE_FLAG_NONE }, 00407 // Reported by Tadimarri Sarath <sarath.tadi@gmail.com> 00408 // No idea why this use an Intel PID, perhaps a leftover from 00409 // the early PMC development days when Intel and Microsoft were 00410 // partnering. 00411 { "Microsoft", 0x045e, "Windows MTP Simulator", 0x0622, DEVICE_FLAG_NONE }, 00412 // Reported by Edward Hutchins (used for Zune HDs) 00413 { "Microsoft", 0x045e, "Zune HD", 0x063e, DEVICE_FLAG_NONE }, 00414 // Reported by anonymous sourceforge user 00415 { "Microsoft", 0x045e, "Kin 1", 0x0640, DEVICE_FLAG_NONE }, 00416 // Reported by anonymous sourceforge user 00417 { "Microsoft/Sharp/nVidia", 0x045e, "Kin TwoM", 0x0641, DEVICE_FLAG_NONE }, 00418 // Reported by Farooq Zaman (used for all Zunes) 00419 { "Microsoft", 0x045e, "Zune", 0x0710, DEVICE_FLAG_NONE }, 00420 00421 /* 00422 * JVC 00423 */ 00424 // From Mark Veinot 00425 { "JVC", 0x04f1, "Alneo XA-HD500", 0x6105, DEVICE_FLAG_NONE }, 00426 00427 /* 00428 * Philips 00429 */ 00430 { "Philips", 0x0471, "HDD6320/00 or HDD6330/17", 0x014b, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00431 // Anonymous SourceForge user 00432 { "Philips", 0x0471, "HDD14XX,HDD1620 or HDD1630/17", 0x014c, DEVICE_FLAG_NONE }, 00433 // from discussion forum 00434 { "Philips", 0x0471, "HDD085/00 or HDD082/17", 0x014d, DEVICE_FLAG_NONE }, 00435 // from XNJB forum 00436 { "Philips", 0x0471, "GoGear SA9200", 0x014f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00437 // From John Coppens <jcoppens@users.sourceforge.net> 00438 { "Philips", 0x0471, "SA1115/55", 0x0164, DEVICE_FLAG_NONE }, 00439 // From Gerhard Mekenkamp 00440 { "Philips", 0x0471, "GoGear Audio", 0x0165, DEVICE_FLAG_NONE }, 00441 // from David Holm <wormie@alberg.dk> 00442 { "Philips", 0x0471, "Shoqbox", 0x0172, DEVICE_FLAG_ONLY_7BIT_FILENAMES }, 00443 // from npedrosa 00444 { "Philips", 0x0471, "PSA610", 0x0181, DEVICE_FLAG_NONE }, 00445 // From libgphoto2 source 00446 { "Philips", 0x0471, "HDD6320", 0x01eb, DEVICE_FLAG_NONE }, 00447 // From Detlef Meier <dm@emlix.com> 00448 { "Philips", 0x0471, "GoGear SA6014/SA6015/SA6024/SA6025/SA6044/SA6045", 0x084e, DEVICE_FLAG_UNLOAD_DRIVER }, 00449 // From anonymous Sourceforge user SA5145/02 00450 { "Philips", 0x0471, "GoGear SA5145", 0x0857, DEVICE_FLAG_UNLOAD_DRIVER }, 00451 // From a 00452 { "Philips", 0x0471, "GoGear SA6125/SA6145/SA6185", 0x2002, DEVICE_FLAG_UNLOAD_DRIVER }, 00453 // From anonymous Sourceforge user, not verified to be MTP! 00454 { "Philips", 0x0471, "GoGear SA3345", 0x2004, DEVICE_FLAG_UNLOAD_DRIVER }, 00455 // From Roberto Vidmar <rvidmar@libero.it> 00456 { "Philips", 0x0471, "SA5285", 0x2022, DEVICE_FLAG_UNLOAD_DRIVER }, 00457 // From Elie De Brauwer <elie@de-brauwer.be> 00458 { "Philips", 0x0471, "GoGear ViBE SA1VBE04", 0x2075, 00459 DEVICE_FLAG_UNLOAD_DRIVER }, 00460 // From Anonymous SourceForge user 00461 { "Philips", 0x0471, "GoGear Muse", 0x2077, 00462 DEVICE_FLAG_UNLOAD_DRIVER }, 00463 // From Elie De Brauwer <elie@de-brauwer.be> 00464 { "Philips", 0x0471, "GoGear ViBE SA1VBE04/08", 0x207b, 00465 DEVICE_FLAG_UNLOAD_DRIVER }, 00466 // From josmtx <josmtx@users.sourceforge.net> 00467 { "Philips", 0x0471, "GoGear Aria", 0x207c, 00468 DEVICE_FLAG_UNLOAD_DRIVER }, 00469 // From epklein 00470 { "Philips", 0x0471, "GoGear SA1VBE08KX/78", 0x208e, 00471 DEVICE_FLAG_UNLOAD_DRIVER }, 00472 // From Anonymous SourceForge User 00473 { "Philips", 0x0471, "GoGear VIBE SA2VBE[08|16]K/02", 0x20b7, 00474 DEVICE_FLAG_UNLOAD_DRIVER }, 00475 // From Anonymous SourceForge User 00476 { "Philips", 0x0471, "GoGear Ariaz", 0x20b9, 00477 DEVICE_FLAG_UNLOAD_DRIVER }, 00478 // From Anonymous SourceForge User 00479 { "Philips", 0x0471, "GoGear Vibe/02", 0x20e5, 00480 DEVICE_FLAG_UNLOAD_DRIVER }, 00481 // from XNJB user 00482 { "Philips", 0x0471, "PSA235", 0x7e01, DEVICE_FLAG_NONE }, 00483 00484 /* 00485 * Acer 00486 */ 00487 // Reported by anonymous sourceforge user 00488 { "Acer", 0x0502, "Iconia TAB A500 v1", 0x3325, DEVICE_FLAGS_ANDROID_BUGS }, 00489 // Reported by: Franck VDL <franckv@users.sourceforge.net> 00490 { "Acer", 0x0502, "Iconia TAB A500 v2", 0x3341, DEVICE_FLAGS_ANDROID_BUGS }, 00491 // Reported by: Matthias Arndt <simonsunnyboy@users.sourceforge.net> 00492 { "Acer", 0x0502, "Iconia TAB A501", 0x3344, DEVICE_FLAGS_ANDROID_BUGS }, 00493 // Reported by: anonymous sourceforge user 00494 { "Acer", 0x0502, "Iconia TAB A100", 0x3348, DEVICE_FLAGS_ANDROID_BUGS }, 00495 // Reported by: Arvin Schnell <arvins@users.sourceforge.net> 00496 { "Acer", 0x0502, "Iconia TAB A100 ID2", 0x3349, DEVICE_FLAGS_ANDROID_BUGS }, 00497 // Reported by anonymous sourceforge user 00498 { "Acer", 0x0502, "Iconia TAB A200", 0x337c, DEVICE_FLAGS_ANDROID_BUGS }, 00499 00500 /* 00501 * SanDisk 00502 * several devices (c150 for sure) are definately dual-mode and must 00503 * have the USB mass storage driver that hooks them unloaded first. 00504 * They all have problematic dual-mode making the device unload effect 00505 * uncertain on these devices. 00506 * 00507 * All older devices seem to need DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL. 00508 * Old chipsets: e200/c200 use PP5024 from Nvidia (formerly PortalPlayer). 00509 * m200 use TCC770 from Telechips. 00510 * 00511 * The newer Sansa v2 chipset, AD3525 from Austriamicrosystems (AMS) found 00512 * in e280 v2 c200 v2, Clip, Fuze etc require 00513 * DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST 00514 * and DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR to work properly. 00515 * 00516 * For more info see: http://daniel.haxx.se/sansa/v2.html 00517 */ 00518 // Reported by Brian Robison 00519 { "SanDisk", 0x0781, "Sansa m230/m240", 0x7400, 00520 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00521 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00522 // From Rockbox device listing 00523 { "SanDisk", 0x0781, "Sansa m200-tcc (MTP mode)", 0x7401, 00524 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00525 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00526 // Reported by tangent_@users.sourceforge.net 00527 { "SanDisk", 0x0781, "Sansa c150", 0x7410, 00528 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00529 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00530 // From libgphoto2 source 00531 // Reported by <gonkflea@users.sourceforge.net> 00532 // Reported by Mike Owen <mikeowen@computerbaseusa.com> 00533 { "SanDisk", 0x0781, "Sansa e200/e250/e260/e270/e280", 0x7420, 00534 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00535 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00536 // Don't add 0x7421 as this is e280 in MSC mode 00537 // Reported by XNJB user 00538 { "SanDisk", 0x0781, "Sansa e260/e280 v2", 0x7422, 00539 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00540 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00541 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00542 // Reported by XNJB user 00543 { "SanDisk", 0x0781, "Sansa m240/m250", 0x7430, 00544 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00545 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00546 // Reported by Eugene Brevdo <ebrevdo@princeton.edu> 00547 { "SanDisk", 0x0781, "Sansa Clip", 0x7432, 00548 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00549 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00550 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED}, 00551 // Reported by HackAR <hackar@users.sourceforge.net> 00552 { "SanDisk", 0x0781, "Sansa Clip v2", 0x7434, 00553 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00554 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00555 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED}, 00556 // Reported by anonymous user at sourceforge.net 00557 { "SanDisk", 0x0781, "Sansa c240/c250", 0x7450, 00558 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00559 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00560 // Reported by anonymous SourceForge user 00561 { "SanDisk", 0x0781, "Sansa c250 v2", 0x7452, 00562 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00563 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00564 // Reported by Troy Curtis Jr. 00565 { "SanDisk", 0x0781, "Sansa Express", 0x7460, 00566 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00567 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00568 // Reported by XNJB user, and Miguel de Icaza <miguel@gnome.org> 00569 // This has no dual-mode so no need to unload any driver. 00570 // This is a Linux based device! 00571 { "SanDisk", 0x0781, "Sansa Connect", 0x7480, DEVICE_FLAG_NONE }, 00572 // Reported by anonymous SourceForge user 00573 { "SanDisk", 0x0781, "Sansa View", 0x74b0, 00574 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00575 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00576 // Reported by Patrick <skibler@gmail.com> 00577 // There are apparently problems with this device. 00578 { "SanDisk", 0x0781, "Sansa Fuze", 0x74c0, 00579 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00580 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00581 DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS | 00582 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00583 // Harry Phillips <tuxcomputers@users.sourceforge.net> 00584 { "SanDisk", 0x0781, "Sansa Fuze v2", 0x74c2, 00585 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00586 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00587 DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS | 00588 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED }, 00589 // Reported by anonymous SourceForge user 00590 // Need BROKEN_SET_SAMPLE_DIMENSIONS accordning to 00591 // Michael <mpapet@users.sourceforge.net> 00592 { "SanDisk", 0x0781, "Sansa Clip+", 0x74d0, 00593 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00594 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00595 DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS | 00596 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED}, 00597 // Reported by anonymous SourceForge user 00598 { "SanDisk", 0x0781, "Sansa Fuze+", 0x74e0, 00599 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00600 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00601 DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS | 00602 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED}, 00603 // Reported by mattyj2001@users.sourceforge.net 00604 { "SanDisk", 0x0781, "Sansa Clip Zip", 0x74e4, 00605 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00606 DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR | 00607 DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS | 00608 DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED}, 00609 00610 /* 00611 * iRiver 00612 * we assume that PTP_OC_MTP_GetObjPropList is essentially 00613 * broken on all iRiver devices, meaning it simply won't return 00614 * all properties for a file when asking for metadata 0xffffffff. 00615 * Please test on your device if you believe it isn't broken! 00616 */ 00617 { "iRiver", 0x1006, "H300 Series MTP", 0x3004, 00618 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00619 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00620 { "iRiver", 0x1006, "Portable Media Center", 0x4002, 00621 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00622 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00623 { "iRiver", 0x1006, "Portable Media Center", 0x4003, 00624 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00625 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00626 // From [st]anislav <iamstanislav@gmail.com> 00627 { "iRiver", 0x1042, "T7 Volcano", 0x1143, DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00628 // From an anonymous person at SourceForge, uncertain about this one 00629 { "iRiver", 0x4102, "iFP-880", 0x1008, 00630 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00631 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00632 // 0x4102, 0x1042 is a USB mass storage mode for E100 v2/Lplayer 00633 // From libgphoto2 source 00634 { "iRiver", 0x4102, "T10", 0x1113, 00635 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00636 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00637 { "iRiver", 0x4102, "T20 FM", 0x1114, 00638 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00639 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00640 // This appears at the MTP-UMS site 00641 { "iRiver", 0x4102, "T20", 0x1115, 00642 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00643 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00644 { "iRiver", 0x4102, "U10", 0x1116, 00645 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00646 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00647 { "iRiver", 0x4102, "T10a", 0x1117, 00648 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00649 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00650 { "iRiver", 0x4102, "T20", 0x1118, 00651 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00652 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00653 { "iRiver", 0x4102, "T30", 0x1119, 00654 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00655 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00656 // Reported by David Wolpoff 00657 { "iRiver", 0x4102, "T10 2GB", 0x1120, 00658 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00659 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00660 // Rough guess this is the MTP device ID... 00661 { "iRiver", 0x4102, "N12", 0x1122, 00662 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00663 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00664 // Reported by Philip Antoniades <philip@mysql.com> 00665 // Newer iriver devices seem to have shaped-up firmware without any 00666 // of the annoying bugs. 00667 { "iRiver", 0x4102, "Clix2", 0x1126, DEVICE_FLAG_NONE }, 00668 // Reported by Adam Torgerson 00669 { "iRiver", 0x4102, "Clix", 0x112a, 00670 DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00671 // Reported by Douglas Roth <dougaus@gmail.com> 00672 { "iRiver", 0x4102, "X20", 0x1132, 00673 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00674 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00675 // Reported by Robert Ugo <robert_ugo@users.sourceforge.net> 00676 { "iRiver", 0x4102, "T60", 0x1134, 00677 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00678 DEVICE_FLAG_IRIVER_OGG_ALZHEIMER }, 00679 // Reported by two anonymous SourceForge users 00680 // Needs the stronger OGG_IS_UNKNOWN flag to support OGG properly, 00681 // be aware of newer players that may be needing this too. 00682 { "iRiver", 0x4102, "E100", 0x1141, 00683 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00684 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00685 // Reported by anonymous SourceForge user 00686 // Need verification of whether this firmware really need all these flags 00687 { "iRiver", 0x4102, "E100 v2/Lplayer", 0x1142, 00688 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00689 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00690 // Reported by Richard Vennemann <vennemann@users.sourceforge.net> 00691 // In USB Mass Storage mode it is 0x4102/0x1047 00692 // Seems to use the new shaped-up firmware. 00693 { "iRiver", 0x4102, "Spinn", 0x1147, DEVICE_FLAG_NONE }, 00694 // Reported by Tony Janssen <tonyjanssen@users.sourceforge.net> 00695 { "iRiver", 0x4102, "E50", 0x1151, 00696 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00697 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00698 // Reported by Jakub Matraszek <jakub.matraszek@gmail.com> 00699 { "iRiver", 0x4102, "T5", 0x1153, 00700 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 00701 DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAG_OGG_IS_UNKNOWN }, 00702 // Reported by pyalex@users.sourceforge.net 00703 // Guessing that this needs the FLAG_NO_ZERO_READS... 00704 { "iRiver", 0x4102, "E30", 0x1167, 00705 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00706 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00707 // Reported by Scott Call 00708 // Assume this actually supports OGG though it reports it doesn't. 00709 { "iRiver", 0x4102, "H10 20GB", 0x2101, 00710 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00711 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00712 { "iRiver", 0x4102, "H10 5GB", 0x2102, 00713 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00714 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00715 // From Rockbox device listing 00716 { "iRiver", 0x4102, "H10 5.6GB", 0x2105, 00717 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 00718 DEVICE_FLAG_OGG_IS_UNKNOWN }, 00719 00720 00721 /* 00722 * Dell 00723 */ 00724 { "Dell, Inc", 0x413c, "DJ Itty", 0x4500, DEVICE_FLAG_NONE }, 00725 /* Reported by: JR */ 00726 { "Dell, Inc", 0x413c, "Dell Streak 7", 0xb10b, DEVICE_FLAGS_ANDROID_BUGS }, 00727 00728 /* 00729 * Toshiba 00730 * Tentatively flagged all Toshiba devices with 00731 * DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST after one of them 00732 * showed erroneous behaviour. 00733 */ 00734 { "Toshiba", 0x0930, "Gigabeat MEGF-40", 0x0009, 00735 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00736 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00737 { "Toshiba", 0x0930, "Gigabeat", 0x000c, 00738 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00739 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00740 // Reported by Nicholas Tripp 00741 { "Toshiba", 0x0930, "Gigabeat P20", 0x000f, 00742 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00743 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00744 // From libgphoto2 00745 { "Toshiba", 0x0930, "Gigabeat S", 0x0010, 00746 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 00747 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00748 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00749 // Reported by Rob Brown 00750 { "Toshiba", 0x0930, "Gigabeat P10", 0x0011, 00751 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00752 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00753 // Reported by solanum@users.sourceforge.net 00754 { "Toshiba", 0x0930, "Gigabeat V30", 0x0014, 00755 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00756 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00757 // Reported by Michael Davis <slithy@yahoo.com> 00758 { "Toshiba", 0x0930, "Gigabeat U", 0x0016, 00759 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00760 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00761 // Reported by Devon Jacobs <devo@godevo.com> 00762 { "Toshiba", 0x0930, "Gigabeat MEU202", 0x0018, 00763 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00764 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00765 // Reported by Rolf <japan (at) dl3lar.de> 00766 { "Toshiba", 0x0930, "Gigabeat T", 0x0019, 00767 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00768 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00769 // Reported by Phil Ingram <ukpbert@users.sourceforge.net> 00770 // Tentatively added - no real reports of this device ID being MTP, 00771 // reports as USB Mass Storage currently. 00772 { "Toshiba", 0x0930, "Gigabeat MEU201", 0x001a, 00773 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00774 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00775 // Reported by anonymous SourceForge user 00776 { "Toshiba", 0x0930, "Gigabeat MET401", 0x001d, 00777 DEVICE_FLAG_NO_RELEASE_INTERFACE | 00778 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 00779 // Reported by Nigel Cunningham <nigel@tuxonice.net> 00780 // Guessing on Android bugs 00781 { "Toshiba", 0x0930, "Thrive AT100/AT105", 0x7100, 00782 DEVICE_FLAGS_ANDROID_BUGS }, 00783 00784 /* 00785 * Archos 00786 * These devices have some dual-mode interfaces which will really 00787 * respect the driver unloading, so DEVICE_FLAG_UNLOAD_DRIVER 00788 * really work on these devices! 00789 */ 00790 // Reported by Alexander Haertig <AlexanderHaertig@gmx.de> 00791 { "Archos", 0x0e79, "Gmini XS100", 0x1207, DEVICE_FLAG_UNLOAD_DRIVER }, 00792 // Added by Jan Binder 00793 { "Archos", 0x0e79, "XS202 (MTP mode)", 0x1208, DEVICE_FLAG_NONE }, 00794 // Reported by gudul1@users.sourceforge.net 00795 { "Archos", 0x0e79, "104 (MTP mode)", 0x120a, DEVICE_FLAG_NONE }, 00796 // Reported by Archos 00797 { "Archos", 0x0e79, "204 (MTP mode)", 0x120c, DEVICE_FLAG_UNLOAD_DRIVER }, 00798 // Reported by anonymous Sourceforge user. 00799 { "Archos", 0x0e79, "404 (MTP mode)", 0x1301, DEVICE_FLAG_UNLOAD_DRIVER }, 00800 // Reported by Archos 00801 { "Archos", 0x0e79, "404CAM (MTP mode)", 0x1303, DEVICE_FLAG_UNLOAD_DRIVER }, 00802 // Reported by Etienne Chauchot <chauchot.etienne@free.fr> 00803 { "Archos", 0x0e79, "504 (MTP mode)", 0x1307, DEVICE_FLAG_UNLOAD_DRIVER }, 00804 // Reported by Archos 00805 { "Archos", 0x0e79, "604 (MTP mode)", 0x1309, DEVICE_FLAG_UNLOAD_DRIVER }, 00806 { "Archos", 0x0e79, "604WIFI (MTP mode)", 0x130b, DEVICE_FLAG_UNLOAD_DRIVER }, 00807 // Reported by Kay McCormick <kaym@modsystems.com> 00808 { "Archos", 0x0e79, "704 mobile dvr", 0x130d, DEVICE_FLAG_UNLOAD_DRIVER }, 00809 // Reported by Archos 00810 { "Archos", 0x0e79, "704TV (MTP mode)", 0x130f, DEVICE_FLAG_UNLOAD_DRIVER }, 00811 { "Archos", 0x0e79, "405 (MTP mode)", 0x1311, DEVICE_FLAG_UNLOAD_DRIVER }, 00812 // Reported by Joe Rabinoff 00813 { "Archos", 0x0e79, "605 (MTP mode)", 0x1313, DEVICE_FLAG_UNLOAD_DRIVER }, 00814 // Reported by Archos 00815 { "Archos", 0x0e79, "605F (MTP mode)", 0x1315, DEVICE_FLAG_UNLOAD_DRIVER }, 00816 { "Archos", 0x0e79, "705 (MTP mode)", 0x1319, DEVICE_FLAG_UNLOAD_DRIVER }, 00817 { "Archos", 0x0e79, "TV+ (MTP mode)", 0x131b, DEVICE_FLAG_UNLOAD_DRIVER }, 00818 { "Archos", 0x0e79, "105 (MTP mode)", 0x131d, DEVICE_FLAG_UNLOAD_DRIVER }, 00819 { "Archos", 0x0e79, "405HDD (MTP mode)", 0x1321, DEVICE_FLAG_UNLOAD_DRIVER }, 00820 // Reported by Jim Krehl <jimmuhk@users.sourceforge.net> 00821 { "Archos", 0x0e79, "5 (MTP mode)", 0x1331, DEVICE_FLAG_UNLOAD_DRIVER }, 00822 // Reported by Adrien Guichard <tmor@users.sourceforge.net> 00823 { "Archos", 0x0e79, "5 (MTP mode)", 0x1333, DEVICE_FLAG_UNLOAD_DRIVER }, 00824 // Reported by Archos 00825 { "Archos", 0x0e79, "7 (MTP mode)", 0x1335, DEVICE_FLAG_UNLOAD_DRIVER }, 00826 { "Archos", 0x0e79, "SPOD (MTP mode)", 0x1341, DEVICE_FLAG_UNLOAD_DRIVER }, 00827 { "Archos", 0x0e79, "5S IT (MTP mode)", 0x1351, DEVICE_FLAG_UNLOAD_DRIVER }, 00828 { "Archos", 0x0e79, "5H IT (MTP mode)", 0x1357, DEVICE_FLAG_UNLOAD_DRIVER }, 00829 // Reported by anonymous Sourceforge user 00830 { "Archos", 0x0e79, "8o G9 (MTP mode)", 0x1508, DEVICE_FLAG_UNLOAD_DRIVER }, 00831 // Reported by Clément <clemvangelis@users.sourceforge.net> 00832 { "Archos", 0x0e79, "8o G9 Turbo (MTP mode)", 0x1509, 00833 DEVICE_FLAG_UNLOAD_DRIVER }, 00834 // Reported by Thackert <hackertenator@users.sourceforge.net> 00835 { "Archos", 0x0e79, "80G9", 0x1518, DEVICE_FLAGS_ANDROID_BUGS }, 00836 // Reported by Till <Till@users.sourceforge.net> 00837 { "Archos", 0x0e79, "101 G9", 0x1528, DEVICE_FLAGS_ANDROID_BUGS }, 00838 // Reported by anonymous sourceforge user 00839 { "Archos", 0x0e79, "101 G9 Turbo 250 HD", 0x1538, 00840 DEVICE_FLAGS_ANDROID_BUGS }, 00841 // Reported by anonymous sourceforge user 00842 { "Archos", 0x0e79, "101 G9 Turbo", 0x1539, DEVICE_FLAGS_ANDROID_BUGS }, 00843 // Reported by anonymous sourceforge user 00844 { "Archos", 0x0e79, "70it2", 0x1568, DEVICE_FLAGS_ANDROID_BUGS }, 00845 00846 /* 00847 * Dunlop (OEM of EGOMAN ltd?) reported by Nanomad 00848 * This unit is falsely detected as USB mass storage in Linux 00849 * prior to kernel 2.6.19 (fixed by patch from Alan Stern) 00850 * so on older kernels special care is needed to remove the 00851 * USB mass storage driver that erroneously binds to the device 00852 * interface. 00853 * 00854 * More problematic, this manufacturer+device ID seems to be 00855 * reused in a USB Mass Storage device named "Zipy Fox 8GB", 00856 * which means libmtp may mistreat it. 00857 */ 00858 { "Dunlop", 0x10d6, "MP3 player 1GB / EGOMAN MD223AFD", 0x2200, DEVICE_FLAG_UNLOAD_DRIVER}, 00859 // Reported by Steven Black <stevenblack1956@users.sourceforge.net> 00860 // Obviously this company goes by many names. 00861 // This device is USB 2.0 only. Broken pipe on closing. 00862 // A later report indicates that this is also used by the iRiver E200 00863 { "Memorex or iRiver", 0x10d6, "MMP 8585/8586 or iRiver E200", 0x2300, 00864 DEVICE_FLAG_UNLOAD_DRIVER | 00865 DEVICE_FLAG_NO_RELEASE_INTERFACE}, 00866 00867 /* 00868 * Sirius 00869 */ 00870 { "Sirius", 0x18f6, "Stiletto", 0x0102, DEVICE_FLAG_NONE }, 00871 // Reported by Chris Bagwell <chris@cnpbagwell.com> 00872 { "Sirius", 0x18f6, "Stiletto 2", 0x0110, DEVICE_FLAG_NONE }, 00873 00874 /* 00875 * Canon 00876 * These are actually cameras, but they have a Microsoft device descriptor 00877 * and reports themselves as supporting the MTP extension. 00878 */ 00879 { "Canon", 0x04a9, "Ixus Digital 700 (PTP/MTP mode)", 0x30f2, 00880 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00881 { "Canon", 0x04a9, "PowerShot A640 (PTP/MTP mode)", 0x3139, 00882 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00883 // From Peter <pjeremy@users.sourceforge.net> 00884 { "Canon", 0x04a9, "PowerShot SX20IS (PTP/MTP mode)", 0x31e4, 00885 DEVICE_FLAG_NONE }, 00886 00887 /* 00888 * Nokia 00889 * Please verify the low device IDs here, I suspect these might be for 00890 * things like USB storage or modem mode actually, whereas the higher 00891 * range (0x04nn) could be for MTP. Some of the devices were gathered 00892 * from the Nokia WMP drivers: 00893 * http://nds2.nokia.com/files/support/global/phones/software/ 00894 * Address was gathered from going to: 00895 * nseries.com 00896 * -> support 00897 * -> select supported device 00898 * -> PC software 00899 * -> Music software 00900 * -> Windows Media Player 10 driver 00901 */ 00902 // From: DoomHammer <gaczek@users.sourceforge.net> 00903 { "Nokia", 0x0421, "N81 Mobile Phone", 0x000a, DEVICE_FLAG_NONE }, 00904 // From an anonymous SourceForge user 00905 { "Nokia", 0x0421, "6120c Classic Mobile Phone", 0x002e, DEVICE_FLAG_NONE }, 00906 // From Stefano 00907 { "Nokia", 0x0421, "N96 Mobile Phone", 0x0039, DEVICE_FLAG_NONE }, 00908 // From Martijn van de Streek <martijn@vandestreek.net> 00909 { "Nokia", 0x0421, "6500c Classic Mobile Phone", 0x003c, DEVICE_FLAG_NONE }, 00910 // From: DoomHammer <gaczek@users.sourceforge.net> 00911 { "Nokia", 0x0421, "3110c Mobile Phone", 0x005f, DEVICE_FLAG_NONE }, 00912 // From: Vasily <spc-@users.sourceforge.net> 00913 { "Nokia", 0x0421, "3109c Mobile Phone", 0x0065, DEVICE_FLAG_NONE }, 00914 // From: <rawc@users.sourceforge.net> 00915 { "Nokia", 0x0421, "5310 XpressMusic", 0x006c, DEVICE_FLAG_NONE }, 00916 // From: robin (AT) headbank D0Tco DOTuk 00917 { "Nokia", 0x0421, "N95 Mobile Phone 8GB", 0x006e, DEVICE_FLAG_NONE }, 00918 // From Bastien Nocera <hadess@hadess.net> 00919 { "Nokia", 0x0421, "N82 Mobile Phone", 0x0074, 00920 DEVICE_FLAG_UNLOAD_DRIVER }, 00921 // From Martijn van de Streek <martijn@vandestreek.net> 00922 { "Nokia", 0x0421, "N78 Mobile Phone", 0x0079, DEVICE_FLAG_NONE }, 00923 // From William Pettersson <the_enigma@users.sourceforge.net> 00924 { "Nokia", 0x0421, "6220 Classic", 0x008d, DEVICE_FLAG_NONE }, 00925 // From kellerkev@gmail.com 00926 { "Nokia", 0x0421, "N85 Mobile Phone", 0x0092, DEVICE_FLAG_NONE }, 00927 // From Alexandre LISSY <lissyx@users.sourceforge.net> 00928 { "Nokia", 0x0421, "6210 Navigator", 0x0098, DEVICE_FLAG_NONE }, 00929 // From: danielw 00930 { "Nokia", 0x0421, "E71", 0x00e4, DEVICE_FLAG_NONE }, 00931 // From: Laurent Bigonville <bigon@users.sourceforge.net> 00932 { "Nokia", 0x0421, "E66", 0x00e5, DEVICE_FLAG_NONE }, 00933 // From: Pier <pierlucalino@users.sourceforge.net> 00934 { "Nokia", 0x0421, "5320 XpressMusic", 0x00ea, DEVICE_FLAG_NONE }, 00935 // From: Gausie <innerdreams@users.sourceforge.net> 00936 { "Nokia", 0x0421, "5800 XpressMusic", 0x0154, 00937 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00938 // From: Willy Gardiol (web) <willy@gardiol.org> 00939 // Spurious errors for getting all objects, lead me to believe 00940 // this flag atleast is needed 00941 { "Nokia", 0x0421, "5800 XpressMusic v2", 0x0155, 00942 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00943 // Yet another version... I think 00944 { "Nokia", 0x0421, "5800 XpressMusic v3", 0x0159, 00945 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 00946 // From an anonymous SourceForge user 00947 // Not verified to be MTP 00948 { "Nokia", 0x0421, "E63", 0x0179, DEVICE_FLAG_NONE }, 00949 // Reported by: max g <exactt@users.sourceforge.net> 00950 // Reported by: oswillios <loswillios@users.sourceforge.net> 00951 { "Nokia", 0x0421, "N79", 0x0186, DEVICE_FLAG_NONE }, 00952 // From an anonymous SourceForge user 00953 { "Nokia", 0x0421, "E71x", 0x01a1, DEVICE_FLAG_NONE }, 00954 // From Ser <ser@users.sourceforge.net> 00955 { "Nokia", 0x0421, "E52", 0x01cf, DEVICE_FLAG_NONE }, 00956 // From Marcus Meissner 00957 { "Nokia", 0x0421, "3710", 0x01ee, DEVICE_FLAG_NONE }, 00958 // From: AxeL <axel__17@users.sourceforge.net> 00959 { "Nokia", 0x0421, "N97-1", 0x01f4, DEVICE_FLAG_NONE }, 00960 // From: FunkyPenguin <awafaa@users.sourceforge.net> 00961 { "Nokia", 0x0421, "N97", 0x01f5, DEVICE_FLAG_NONE }, 00962 // From: Anonymous SourceForge user 00963 { "Nokia", 0x0421, "5130 XpressMusic", 0x0209, DEVICE_FLAG_NONE }, 00964 // From: Anonymous SourceForge user 00965 { "Nokia", 0x0421, "E72", 0x0221, DEVICE_FLAG_NONE }, 00966 // From: Anonymous SourceForge user 00967 { "Nokia", 0x0421, "5530", 0x0229, DEVICE_FLAG_NONE }, 00968 // From: Anonymous SourceForge user 00969 { "Nokia", 0x0421, "N97 mini", 0x026b, DEVICE_FLAG_NONE }, 00970 // From: Alexander Kojevnikov <alex-kay@users.sourceforge.net> 00971 { "Nokia", 0x0421, "6600i", 0x0297, DEVICE_FLAG_NONE }, 00972 // From: Karthik Paithankar <whyagain2005@users.sourceforge.net> 00973 { "Nokia", 0x0421, "2710", 0x02c1, DEVICE_FLAG_NONE }, 00974 // From: Mick Stephenson <MickStep@users.sourceforge.net> 00975 { "Nokia", 0x0421, "5230", 0x02e2, DEVICE_FLAG_NONE }, 00976 // From: Lan Liu at Nokia <lan.liu@nokia.com> 00977 { "Nokia", 0x0421, "N8", 0x02fe, DEVICE_FLAG_NONE }, 00978 // From: Lan Liu at Nokia <lan.liu@nokia.com> 00979 { "Nokia", 0x0421, "N8 (Ovi mode)", 0x0302, DEVICE_FLAG_NONE }, 00980 // From: Martijn Hoogendoorn <m.hoogendoorn@gmail.com> 00981 { "Nokia", 0x0421, "E7", 0x0334, DEVICE_FLAG_NONE }, 00982 // From: Raul Metsma <raul@innovaatik.ee> 00983 { "Nokia", 0x0421, "E7 (Ovi mode)", 0x0335, DEVICE_FLAG_NONE }, 00984 // Reported by Serg <rd77@users.sourceforge.net> 00985 // Symbian phone 00986 { "Nokia", 0x0421, "C7", 0x03c1, DEVICE_FLAG_NONE }, 00987 // Reported by Anonymous SourceForge user 00988 { "Nokia", 0x0421, "C7 (ID2)", 0x03cd, DEVICE_FLAG_NONE }, 00989 // Reported by Anonymous SourceForge user 00990 { "Nokia", 0x0421, "N950", 0x03d2, DEVICE_FLAG_NONE }, 00991 // From: http://nds2.nokia.com/files/support/global/phones/software/Nokia_3250_WMP10_driver.inf 00992 { "Nokia", 0x0421, "3250 Mobile Phone", 0x0462, DEVICE_FLAG_NONE }, 00993 // From http://nds2.nokia.com/files/support/global/phones/software/Nokia_N93_WMP10_Driver.inf 00994 { "Nokia", 0x0421, "N93 Mobile Phone", 0x0478, DEVICE_FLAG_NONE }, 00995 // From: http://nds2.nokia.com/files/support/global/phones/software/Nokia_5500_Sport_WMP10_driver.inf 00996 { "Nokia", 0x0421, "5500 Sport Mobile Phone", 0x047e, DEVICE_FLAG_NONE }, 00997 // From http://nds2.nokia.com/files/support/global/phones/software/Nokia_N91_WMP10_Driver.inf 00998 { "Nokia", 0x0421, "N91 Mobile Phone", 0x0485, DEVICE_FLAG_NONE }, 00999 // From: Christian Rusa <kristous@users.sourceforge.net> 01000 { "Nokia", 0x0421, "5700 XpressMusic Mobile Phone", 0x04b4, DEVICE_FLAG_NONE }, 01001 // From: Mitchell Hicks <mitchix@yahoo.com> 01002 { "Nokia", 0x0421, "5300 Mobile Phone", 0x04ba, DEVICE_FLAG_NONE }, 01003 // https://sourceforge.net/tracker/index.php?func=detail&aid=2692473&group_id=8874&atid=358874 01004 // From: Tiburce <tiburce@users.sourceforge.net> 01005 { "Nokia", 0x0421, "5200 Mobile Phone", 0x04be, 01006 DEVICE_FLAG_BROKEN_BATTERY_LEVEL }, 01007 // From Christian Arnold <webmaster@arctic-media.de> 01008 { "Nokia", 0x0421, "N73 Mobile Phone", 0x04d1, DEVICE_FLAG_UNLOAD_DRIVER }, 01009 // From Swapan <swapan@yahoo.com> 01010 { "Nokia", 0x0421, "N75 Mobile Phone", 0x04e1, DEVICE_FLAG_NONE }, 01011 // From: http://nds2.nokia.com/files/support/global/phones/software/Nokia_N93i_WMP10_driver.inf 01012 { "Nokia", 0x0421, "N93i Mobile Phone", 0x04e5, DEVICE_FLAG_NONE }, 01013 // From Anonymous Sourceforge User 01014 { "Nokia", 0x0421, "N95 Mobile Phone", 0x04ef, DEVICE_FLAG_NONE }, 01015 // From: Pat Nicholls <pat@patandannie.co.uk> 01016 { "Nokia", 0x0421, "N80 Internet Edition (Media Player)", 0x04f1, 01017 DEVICE_FLAG_UNLOAD_DRIVER }, 01018 // From: Maxin B. John <maxin.john@gmail.com> 01019 { "Nokia", 0x0421, "N9", 0x051a, DEVICE_FLAG_NONE }, 01020 // Reported by Richard Wall <richard@the-moon.net> 01021 { "Nokia", 0x05c6, "5530 Xpressmusic", 0x0229, DEVICE_FLAG_NONE }, 01022 // Reported by anonymous SourceForge user 01023 // One thing stated by reporter (Nokia model) another by the detect log... 01024 { "Nokia/Verizon", 0x05c6, "6205 Balboa/Verizon Music Phone", 0x3196, DEVICE_FLAG_NONE }, 01025 01026 01027 /* 01028 * Vendor ID 0x13d1 is some offshoring company in China, 01029 * in one source named "A-Max Technology Macao Commercial 01030 * Offshore Co. Ltd." sometime "CCTech". 01031 */ 01032 // Logik brand 01033 { "Logik", 0x13d1, "LOG DAX MP3 and DAB Player", 0x7002, DEVICE_FLAG_UNLOAD_DRIVER }, 01034 // Technika brand 01035 // Reported by <Ooblick@users.sourceforge.net> 01036 { "Technika", 0x13d1, "MP-709", 0x7017, DEVICE_FLAG_UNLOAD_DRIVER }, 01037 01038 01039 /* 01040 * RCA / Thomson 01041 */ 01042 // From kiki <omkiki@users.sourceforge.net> 01043 { "Thomson", 0x069b, "EM28 Series", 0x0774, DEVICE_FLAG_NONE }, 01044 { "Thomson / RCA", 0x069b, "Opal / Lyra MC4002", 0x0777, DEVICE_FLAG_NONE }, 01045 { "Thomson", 0x069b, "Lyra MC5104B (M51 Series)", 0x077c, DEVICE_FLAG_NONE }, 01046 { "Thomson", 0x069b, "RCA H106", 0x301a, DEVICE_FLAG_UNLOAD_DRIVER }, 01047 // From Svenna <svenna@svenna.de> 01048 // Not confirmed to be MTP. 01049 { "Thomson", 0x069b, "scenium E308", 0x3028, DEVICE_FLAG_NONE }, 01050 // From XNJB user 01051 { "Thomson / RCA", 0x069b, "Lyra HC308A", 0x3035, DEVICE_FLAG_NONE }, 01052 01053 /* 01054 * NTT DoCoMo 01055 */ 01056 { "FOMA", 0x04c5, "F903iX HIGH-SPEED", 0x1140, DEVICE_FLAG_NONE }, 01057 01058 /* 01059 * Palm device userland program named Pocket Tunes 01060 * Reported by Peter Gyongyosi <gyp@impulzus.com> 01061 */ 01062 { "NormSoft, Inc.", 0x1703, "Pocket Tunes", 0x0001, DEVICE_FLAG_NONE }, 01063 // Reported by anonymous submission 01064 { "NormSoft, Inc.", 0x1703, "Pocket Tunes 4", 0x0002, DEVICE_FLAG_NONE }, 01065 01066 /* 01067 * TrekStor, Medion and Maxfield devices 01068 * Their datasheet claims their devices are dualmode so probably needs to 01069 * unload the attached drivers here. 01070 */ 01071 // Reported by Stefan Voss <svoss@web.de> 01072 // This is a Sigmatel SoC with a hard disk. 01073 { "TrekStor", 0x066f, "Vibez 8/12GB", 0x842a, 01074 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01075 // Reported by anonymous SourceForge user. 01076 // This one done for Medion, whatever that is. Error reported so assume 01077 // the same bug flag as its ancestor above. 01078 { "Medion", 0x066f, "MD8333", 0x8550, 01079 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01080 // Reported by anonymous SourceForge user 01081 { "Medion", 0x066f, "MD8333", 0x8588, 01082 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01083 // The vendor ID is "Quanta Computer, Inc." 01084 // same as Olivetti Olipad 110 01085 // Guessing on device flags 01086 { "Medion", 0x0408, "MD99000 (P9514)/Olivetti Olipad 110", 0xb009, 01087 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01088 // Reported by anonymous SourceForge user 01089 { "Maxfield", 0x066f, "G-Flash NG 1GB", 0x846c, 01090 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01091 // Reported by PaoloC <efmpsc@users.sourceforge.net> 01092 // Apparently SigmaTel has an SDK for MTP players with this ID 01093 { "SigmaTel Inc.", 0x066f, "MTPMSCN Audio Player", 0xa010, 01094 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01095 // Reported by Cristi Magherusan <majeru@gentoo.ro> 01096 { "TrekStor", 0x0402, "i.Beat Sweez FM", 0x0611, 01097 DEVICE_FLAG_UNLOAD_DRIVER }, 01098 // Reported by Fox-ino <fox-ino@users.sourceforge.net> 01099 // No confirmation that this is really MTP so commented it out. 01100 // { "ALi Corp.", 0x0402, "MPMAN 2GB", 0x5668, 01101 // DEVICE_FLAG_UNLOAD_DRIVER }, 01102 // Reported by Anonymous SourceForge user 01103 {"TrekStor", 0x1e68, "i.Beat Organix 2.0", 0x0002, 01104 DEVICE_FLAG_UNLOAD_DRIVER }, 01105 01106 /* 01107 * Disney/Tevion/MyMusix 01108 */ 01109 // Reported by XNJB user 01110 { "Disney", 0x0aa6, "MixMax", 0x6021, DEVICE_FLAG_NONE }, 01111 // Reported by anonymous Sourceforge user 01112 { "Tevion", 0x0aa6, "MD 81488", 0x3011, DEVICE_FLAG_NONE }, 01113 // Reported by Peter Hedlund <peter@peterandlinda.com> 01114 { "MyMusix", 0x0aa6, "PD-6070", 0x9601, DEVICE_FLAG_UNLOAD_DRIVER | 01115 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01116 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST | 01117 DEVICE_FLAG_NO_RELEASE_INTERFACE }, 01118 01119 /* 01120 * Cowon Systems, Inc. 01121 * The iAudio audiophile devices don't encourage the use of MTP. 01122 * See: http://wiki.xiph.org/index.php/PortablePlayers for Ogg 01123 * status 01124 */ 01125 // Reported by Patrik Johansson <Patrik.Johansson@qivalue.com> 01126 { "Cowon", 0x0e21, "iAudio U3 (MTP mode)", 0x0701, 01127 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01128 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01129 // Reported by Kevin Michael Smith <hai-etlik@users.sourceforge.net> 01130 { "Cowon", 0x0e21, "iAudio 6 (MTP mode)", 0x0711, 01131 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01132 // Reported by Roberth Karman 01133 { "Cowon", 0x0e21, "iAudio 7 (MTP mode)", 0x0751, 01134 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01135 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01136 // Reported by an anonymous SourceForge user 01137 { "Cowon", 0x0e21, "iAudio U5 (MTP mode)", 0x0761, 01138 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01139 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01140 // Reported by TJ Something <tjbk_tjb@users.sourceforge.net> 01141 { "Cowon", 0x0e21, "iAudio D2 (MTP mode)", 0x0801, 01142 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01143 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01144 // Reported by anonymous Sourceforge user 01145 { "Cowon", 0x0e21, "iAudio D2+ FW 2.x (MTP mode)", 0x0861, 01146 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01147 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01148 // From Rockbox device listing 01149 { "Cowon", 0x0e21, "iAudio D2+ DAB FW 4.x (MTP mode)", 0x0871, 01150 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01151 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01152 // From Rockbox device listing 01153 { "Cowon", 0x0e21, "iAudio D2+ FW 3.x (MTP mode)", 0x0881, 01154 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01155 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01156 // From Rockbox device listing 01157 { "Cowon", 0x0e21, "iAudio D2+ DMB FW 1.x (MTP mode)", 0x0891, 01158 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01159 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01160 // Reported by <twkonefal@users.sourceforge.net> 01161 { "Cowon", 0x0e21, "iAudio S9 (MTP mode)", 0x0901, 01162 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01163 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01164 // Reported by Dan Nicholson <dbn.lists@gmail.com> 01165 { "Cowon", 0x0e21, "iAudio 9 (MTP mode)", 0x0911, 01166 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01167 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01168 // Reported by Franck VDL <franckv@users.sourceforge.net> 01169 { "Cowon", 0x0e21, "iAudio J3 (MTP mode)", 0x0921, 01170 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01171 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01172 // Reported by anonymous SourceForge user 01173 { "Cowon", 0x0e21, "iAudio X7 (MTP mode)", 0x0931, 01174 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01175 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01176 // Reported by anonymous SourceForge user 01177 { "Cowon", 0x0e21, "iAudio C2 (MTP mode)", 0x0941, 01178 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01179 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01180 { "Cowon", 0x0e21, "iAudio 10 (MTP mode)", 0x0952, 01181 DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01182 DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN }, 01183 01184 /* 01185 * Insignia, dual-mode. 01186 */ 01187 { "Insignia", 0x19ff, "NS-DV45", 0x0303, DEVICE_FLAG_UNLOAD_DRIVER }, 01188 // Reported by Rajan Bella <rajanbella@yahoo.com> 01189 { "Insignia", 0x19ff, "Sport Player", 0x0307, DEVICE_FLAG_UNLOAD_DRIVER }, 01190 // Reported by "brad" (anonymous, sourceforge) 01191 { "Insignia", 0x19ff, "Pilot 4GB", 0x0309, DEVICE_FLAG_UNLOAD_DRIVER }, 01192 01193 /* 01194 * LG Electronics 01195 */ 01196 // From anonymous SourceForge user 01197 // Uncertain if this is really the MTP mode device ID... 01198 { "LG Electronics Inc.", 0x043e, "T54", 0x7040, 01199 DEVICE_FLAG_UNLOAD_DRIVER }, 01200 // Not verified - anonymous submission 01201 { "LG Electronics Inc.", 0x043e, "UP3", 0x70b1, DEVICE_FLAG_NONE }, 01202 // Reported by Joseph Nahmias <joe@nahimas.net> 01203 { "LG Electronics Inc.", 0x1004, "VX8550 V CAST Mobile Phone", 0x6010, 01204 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01205 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR }, 01206 // Reported by Cyrille Potereau <cyrille.potereau@wanadoo.fr> 01207 { "LG Electronics Inc.", 0x1004, "KC910 Renoir Mobile Phone", 0x608f, 01208 DEVICE_FLAG_UNLOAD_DRIVER }, 01209 // Reported by Aaron Slunt <tongle@users.sourceforge.net> 01210 { "LG Electronics Inc.", 0x1004, "GR-500 Music Player", 0x611b, 01211 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01212 DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR }, 01213 // Reported by anonymous sourceforge user 01214 { "LG Electronics Inc.", 0x1004, "KM900", 0x6132, 01215 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01216 DEVICE_FLAG_UNLOAD_DRIVER }, 01217 // Reported by anonymous sourceforge user 01218 { "LG Electronics Inc.", 0x1004, "LG8575", 0x619a, 01219 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01220 DEVICE_FLAG_UNLOAD_DRIVER }, 01221 // Reported by anonymous sourceforge user 01222 { "LG Electronics Inc.", 0x1004, "V909 G-Slate", 0x61f9, 01223 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01224 DEVICE_FLAG_UNLOAD_DRIVER }, 01225 01226 /* 01227 * Sony 01228 * It could be that these PIDs are one-per hundred series, so 01229 * NWZ-A8xx is 0325, NWZ-S5xx is 0x326 etc. We need more devices 01230 * reported to see a pattern here. 01231 */ 01232 // Reported by Alessandro Radaelli <alessandro.radaelli@aruba.it> 01233 { "Sony", 0x054c, "Walkman NWZ-A815/NWZ-A818", 0x0325, 01234 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01235 // Reported by anonymous Sourceforge user. 01236 { "Sony", 0x054c, "Walkman NWZ-S516", 0x0326, 01237 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01238 // Reported by Endre Oma <endre.88.oma@gmail.com> 01239 { "Sony", 0x054c, "Walkman NWZ-S615F/NWZ-S616F/NWZ-S618F", 0x0327, 01240 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01241 // Reported by Jean-Marc Bourguet <jm@bourguet.org> 01242 { "Sony", 0x054c, "Walkman NWZ-S716F", 0x035a, 01243 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01244 // Reported by Anon SF User / Anthon van der Neut <avanderneut@avid.com> 01245 { "Sony", 0x054c, "Walkman NWZ-A826/NWZ-A828/NWZ-A829", 0x035b, 01246 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01247 // Reported by Niek Klaverstijn <niekez@users.sourceforge.net> 01248 { "Sony", 0x054c, "Walkman NWZ-A726/NWZ-A728/NWZ-A768", 0x035c, 01249 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01250 // Reported by Mehdi AMINI <mehdi.amini - at - ulp.u-strasbg.fr> 01251 { "Sony", 0x054c, "Walkman NWZ-B135", 0x036e, 01252 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01253 // Reported by <tiagoboldt@users.sourceforge.net> 01254 { "Sony", 0x054c, "Walkman NWZ-E436F", 0x0385, 01255 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01256 // Reported by Michael Wilkinson 01257 { "Sony", 0x054c, "Walkman NWZ-W202", 0x0388, 01258 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01259 // Reported by Ondrej Sury <ondrej@sury.org> 01260 { "Sony", 0x054c, "Walkman NWZ-S739F", 0x038c, 01261 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01262 // Reported by Marco Filipe Nunes Soares Abrantes Pereira <marcopereira@ua.pt> 01263 { "Sony", 0x054c, "Walkman NWZ-S638F", 0x038e, 01264 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01265 // Reported by Elliot <orwells@users.sourceforge.net> 01266 { "Sony", 0x054c, "Walkman NWZ-X1050B/NWZ-X1060B", 01267 0x0397, DEVICE_FLAGS_SONY_NWZ_BUGS }, 01268 // Reported by Silvio J. Gutierrez <silviogutierrez@users.sourceforge.net> 01269 { "Sony", 0x054c, "Walkman NWZ-X1051/NWZ-X1061", 0x0398, 01270 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01271 // Reported by Gregory Boddin <gregory@siwhine.net> 01272 { "Sony", 0x054c, "Walkman NWZ-B142F", 0x03d8, 01273 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01274 // Reported by Rick Warner <rick@reptileroom.net> 01275 { "Sony", 0x054c, "Walkman NWZ-E344", 0x03fc, 01276 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01277 // Reported by Jonathan Stowe <gellyfish@users.sourceforge.net> 01278 { "Sony", 0x054c, "Walkman NWZ-E445", 0x03fd, 01279 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01280 // Reported by Anonymous SourceForge user 01281 { "Sony", 0x054c, "Walkman NWZ-S545", 0x03fe, 01282 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01283 { "Sony", 0x054c, "Walkman NWZ-A845", 0x0404, 01284 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01285 // Reported by anonymous SourceForge user 01286 { "Sony", 0x054c, "Walkman NWZ-W252B", 0x04bb, 01287 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01288 // Suspect this device has strong DRM features 01289 // See https://answers.launchpad.net/ubuntu/+source/libmtp/+question/149587 01290 { "Sony", 0x054c, "Walkman NWZ-B153F", 0x04be, 01291 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01292 { "Sony", 0x054c, "Walkman NWZ-E354", 0x04cb, 01293 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01294 // Reported by Toni Burgarello 01295 { "Sony", 0x054c, "Walkman NWZ-S754", 0x04cc, 01296 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01297 // Reported by dmiceman 01298 { "Sony", 0x054c, "NWZ-B163F", 0x059a, 01299 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01300 // Reported by anonymous Sourceforge user 01301 // guessing on device flags... 01302 { "Sony", 0x054c, "Walkman NWZ-E464", 0x05a6, 01303 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01304 // Reported by Jan Rheinlaender <jrheinlaender@users.sourceforge.net> 01305 { "Sony", 0x054c, "NWZ-S765", 0x05a8, 01306 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01307 // Reported by ghalambaz <ghalambaz@users.sourceforge.net> 01308 { "Sony", 0x054c, "Sony Tablet S1", 0x05b4, 01309 DEVICE_FLAGS_ANDROID_BUGS }, 01310 // Reported by Anonymous SourceForge user 01311 { "Sony", 0x054c, "DCR-SR75", 0x1294, 01312 DEVICE_FLAGS_SONY_NWZ_BUGS }, 01313 01314 /* 01315 * SonyEricsson 01316 * These initially seemed to support GetObjPropList but later revisions 01317 * of the firmware seem to have broken it, so all are flagged as broken 01318 * for now. 01319 */ 01320 // Reported by Øyvind Stegard <stegaro@users.sourceforge.net> 01321 { "SonyEricsson", 0x0fce, "K850i", 0x0075, 01322 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01323 // Reported by Michael Eriksson 01324 { "SonyEricsson", 0x0fce, "W910", 0x0076, 01325 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01326 // Reported by Zack <zackdvd@users.sourceforge.net> 01327 { "SonyEricsson", 0x0fce, "W890i", 0x00b3, 01328 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01329 // Reported by robert dot ahlskog at gmail 01330 { "SonyEricsson", 0x0fce, "W760i", 0x00c6, 01331 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01332 // Reported by Linus Åkesson <linusakesson@users.sourceforge.net> 01333 { "SonyEricsson", 0x0fce, "C902", 0x00d4, 01334 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01335 // Reported by an anonymous SourceForge user 01336 { "SonyEricsson", 0x0fce, "C702", 0x00d9, 01337 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01338 // Reported by Christian Zuckschwerdt <christian@zuckschwerdt.org> 01339 { "SonyEricsson", 0x0fce, "W980", 0x00da, 01340 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01341 // Reported by David Taylor <davidt-libmtp@yadt.co.uk> 01342 { "SonyEricsson", 0x0fce, "C905", 0x00ef, 01343 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01344 // Reported by David House <dmhouse@users.sourceforge.net> 01345 { "SonyEricsson", 0x0fce, "W595", 0x00f3, 01346 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | 01347 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 01348 // Reported by Mattias Evensson <mevensson@users.sourceforge.net> 01349 { "SonyEricsson", 0x0fce, "W902", 0x00f5, 01350 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01351 // Reported by Sarunas <sarunas@users.sourceforge.net> 01352 // Doesn't need any flags according to reporter 01353 { "SonyEricsson", 0x0fce, "T700", 0x00fb, 01354 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 01355 // Reported by Stéphane Pontier <shadow_walker@users.sourceforge.net> 01356 { "SonyEricsson", 0x0fce, "W705/W715", 0x0105, 01357 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01358 // Reported by Håkan Kvist 01359 { "SonyEricsson", 0x0fce, "W995", 0x0112, 01360 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01361 // Reported by anonymous SourceForge user 01362 { "SonyEricsson", 0x0fce, "U5", 0x0133, 01363 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01364 // Reported by Flo <lhugsereg@users.sourceforge.net> 01365 { "SonyEricsson", 0x0fce, "U8i", 0x013a, 01366 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01367 // Reported by xirotyu <xirotyu@users.sourceforge.net> 01368 { "SonyEricsson", 0x0fce, "j10i2 (Elm)", 0x0144, 01369 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01370 // Reported by Serge Chirik <schirik@users.sourceforge.net> 01371 { "SonyEricsson", 0x0fce, "j108i (Cedar)", 0x014e, 01372 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01373 // Reported by Jonas Salling <> 01374 // Erroneous MTP implementation seems to be from Aricent, returns 01375 // broken transaction ID. 01376 { "SonyEricsson", 0x0fce, "LT15i (Xperia arc S)", 0x14f, 01377 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 01378 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST | 01379 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01380 // Reported by Eamonn Webster <eweb@users.sourceforge.net> 01381 // Guessing on the ignore errors flag 01382 { "SonyEricsson", 0x0fce, "Xperia Neo", 0x0156, 01383 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 01384 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST | 01385 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01386 // Reported by Alejandro DC <Alejandro_DC@users.sourceforge.ne> 01387 { "SonyEricsson", 0x0fce, "Xperia MK16i", 0x015a, 01388 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 01389 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST | 01390 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01391 // Reported by <wealas@users.sourceforge.net> 01392 // Android with homebrew MTP stack, possibly Aricent 01393 { "SonyEricsson", 0x0fce, "ST18a Xperia Ray", 0x0161, 01394 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 01395 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST | 01396 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01397 // Reported by hdhoang <hdhoang@users.sourceforge.net> 01398 // Android with homebrew MTP stack, possibly Aricent 01399 { "SonyEricsson", 0x0fce, "ST15i Xperia Mini", 0x0167, 01400 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 01401 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST | 01402 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01403 // Reported by Paul Taylor 01404 { "SONY", 0x0fce, "Xperia S", 0x0169, 01405 DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAGS_ANDROID_BUGS }, 01406 // Reported by Ondra Lengal (blindly copied from Xperia S) 01407 { "SONY", 0x0fce, "Xperia P", 0x0172, 01408 DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAGS_ANDROID_BUGS }, 01409 // Reported by Jonas Nyrén <spectralmks@users.sourceforge.net> 01410 { "SonyEricsson", 0x0fce, "W302", 0x10c8, 01411 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01412 // Reported by anonymous sourceforge user 01413 // Suspect Aricent stack, guessing on these bug flags 01414 { "SonyEricsson", 0x0fce, "Xperia Arc LT15i", 0x514f, 01415 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 01416 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST | 01417 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01418 // Reported by Eduard Bloch <blade@debian.org> 01419 // Xperia Ray (2012), SE Android 2.3.4, flags from ST18a 01420 { "SonyEricsson", 0x0fce, "ST18i Xperia Ray", 0x5161, 01421 DEVICE_FLAG_IGNORE_HEADER_ERRORS | 01422 DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST | 01423 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01424 // Reported by Anonymous Sourceforge user 01425 { "SonyEricsson", 0x0fce, "j10i (Elm)", 0xd144, 01426 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01427 // Reported by Thomas Schweitzer <thomas_-_s@users.sourceforge.net> 01428 { "SonyEricsson", 0x0fce, "K550i", 0xe000, 01429 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01430 01431 01432 /* 01433 * Motorola 01434 * Assume DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST on all of these. 01435 */ 01436 // Reported by David Boyd <tiggrdave@users.sourceforge.net> 01437 { "Motorola", 0x22b8, "V3m/V750 verizon", 0x2a65, 01438 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST | 01439 DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 01440 // Reported by Jader Rodrigues Simoes <jadersimoes@users.sourceforge.net> 01441 { "Motorola", 0x22b8, "Xoom 2 Media Edition (ID2)", 0x41cf, 01442 DEVICE_FLAGS_ANDROID_BUGS }, 01443 // Reported by Steven Roemen <sdroemen@users.sourceforge.net> 01444 { "Motorola", 0x22b8, "Droid X/MB525 (Defy)", 0x41d6, 01445 DEVICE_FLAG_NONE }, 01446 // Reported by anonymous user 01447 { "Motorola", 0x22b8, "Milestone / Verizon Droid", 0x41dc, 01448 DEVICE_FLAGS_ANDROID_BUGS }, 01449 // Reported by anonymous user 01450 { "Motorola", 0x22b8, "DROID2", 0x42a7, 01451 DEVICE_FLAGS_ANDROID_BUGS }, 01452 { "Motorola", 0x22b8, "Xoom 2 Media Edition", 0x4311, 01453 DEVICE_FLAGS_ANDROID_BUGS }, 01454 // Reported by Marcus Meissner to libptp2 01455 { "Motorola", 0x22b8, "IdeaPad K1", 0x4811, 01456 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 01457 // Reported by Hans-Joachim Baader <hjb@pro-linux.de> to libptp2 01458 { "Motorola", 0x22b8, "A1200", 0x60ca, 01459 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 01460 // http://mark.cdmaforums.com/Files/Motdmmtp.inf 01461 { "Motorola", 0x22b8, "MTP Test Command Interface", 0x6413, 01462 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 01463 // Reported by anonymous user 01464 { "Motorola", 0x22b8, "RAZR2 V8/U9/Z6", 0x6415, 01465 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST }, 01466 // Reported by Google Inc's Yavor Goulishev <yavor@google.com> 01467 // Android 3.0 MTP stack seems to announce that it supports the 01468 // list operations, but they do not work? 01469 { "Motorola", 0x22b8, "Xoom (ID 1)", 0x70a8, DEVICE_FLAGS_ANDROID_BUGS }, 01470 // Reported by anonymous Sourceforge user 01471 // "carried by C Spire and other CDMA US carriers" 01472 { "Motorola", 0x22b8, "Milestone X2", 0x70ca, DEVICE_FLAGS_ANDROID_BUGS }, 01473 01474 /* 01475 * Google 01476 * These guys lend their Vendor ID to anyone who comes down the 01477 * road to produce an Android tablet it seems... The Vendor ID 01478 * was originally used for Nexus phones 01479 */ 01480 { "Google Inc (for Sony)", 0x18d1, "S1", 0x05b3, 01481 DEVICE_FLAGS_ANDROID_BUGS }, 01482 // Reported by anonymous Sourceforge user 01483 { "Google Inc (for Barnes & Noble)", 0x18d1, "Nook Color", 0x2d02, 01484 DEVICE_FLAGS_ANDROID_BUGS }, 01485 // Reported by anonymous Sourceforge user 01486 { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f, 01487 DEVICE_FLAGS_ANDROID_BUGS }, 01488 // WiFi-only version of Xoom 01489 // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506 01490 { "Google Inc (for Motorola)", 0x18d1, "Xoom (MZ604)", 0x70a8, 01491 DEVICE_FLAGS_ANDROID_BUGS }, 01492 { "Google Inc (for Motorola)", 0x22b8, "Xoom (ID 2)", 0x70a9, 01493 DEVICE_FLAGS_ANDROID_BUGS }, 01494 { "Google Inc (for Toshiba)", 0x18d1, "Thrive 7/AT105", 0x7102, 01495 DEVICE_FLAGS_ANDROID_BUGS }, 01496 { "Google Inc (for Lenovo)", 0x18d1, "Ideapad K1", 0x740a, 01497 DEVICE_FLAGS_ANDROID_BUGS }, 01498 // Another OEM for Medion 01499 { "Google Inc (for Medion)", 0x18d1, "MD99000 (P9514)", 0xb00a, 01500 DEVICE_FLAGS_ANDROID_BUGS }, 01501 // Reported by Frederik Himpe <fhimpe@telenet.be> 01502 { "Google Inc (for LG Electronics)", 0x18d1, "P990/Optimus (Cyanogen)", 01503 0xd109, DEVICE_FLAGS_ANDROID_BUGS }, 01504 { "Google Inc (for LG Electronics)", 0x18d1, "P990/Optimus", 0xd10a, 01505 DEVICE_FLAGS_ANDROID_BUGS }, 01506 01507 01508 /* 01509 * Media Keg 01510 */ 01511 // Reported by Rajan Bella <rajanbella@yahoo.com> 01512 { "Kenwood", 0x0b28, "Media Keg HD10GB7 Sport Player", 0x100c, DEVICE_FLAG_UNLOAD_DRIVER}, 01513 01514 /* 01515 * Micro-Star International (MSI) 01516 */ 01517 // Reported by anonymous sourceforge user. 01518 { "Micro-Star International", 0x0db0, "P610/Model MS-5557", 0x5572, DEVICE_FLAG_NONE }, 01519 01520 /* 01521 * FOMA 01522 */ 01523 { "FOMA", 0x06d3, "D905i", 0x21ba, DEVICE_FLAG_NONE }, 01524 01525 /* 01526 * Haier 01527 */ 01528 // Both reported by an anonymous SourceForge user 01529 // This is the 30 GiB model 01530 { "Haier", 0x1302, "Ibiza Rhapsody", 0x1016, DEVICE_FLAG_NONE }, 01531 // This is the 4/8 GiB model 01532 { "Haier", 0x1302, "Ibiza Rhapsody", 0x1017, DEVICE_FLAG_NONE }, 01533 01534 /* 01535 * Panasonic 01536 */ 01537 // Reported by dmizer 01538 { "Panasonic", 0x04da, "P905i", 0x2145, DEVICE_FLAG_NONE }, 01539 // Reported by Taku 01540 { "Panasonic", 0x04da, "P906i", 0x2158, DEVICE_FLAG_NONE }, 01541 01542 /* 01543 * Polaroid 01544 */ 01545 { "Polaroid", 0x0546, "Freescape/MPU-433158", 0x2035, DEVICE_FLAG_NONE }, 01546 01547 /* 01548 * Pioneer 01549 */ 01550 // Reported by Dan Allen <dan.j.allen@gmail.com> 01551 { "Pioneer", 0x08e4, "XMP3", 0x0148, DEVICE_FLAG_NONE }, 01552 01553 /* 01554 * Slacker Inc. 01555 * Put in all evilness flags because it looks fragile. 01556 */ 01557 // Reported by Pug Fantus <pugfantus@users.sourceforge.net> 01558 { "Slacker Inc.", 0x1bdc, "Slacker Portable Media Player", 0xfabf, 01559 DEVICE_FLAG_BROKEN_BATTERY_LEVEL | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 01560 DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST | DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST }, 01561 01562 // Reported by anonymous user 01563 { "Conceptronic", 0x1e53, "CMTD2", 0x0005, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01564 // Reported by Demadridsur <demadridsur@gmail.com> 01565 { "O2 Sistemas", 0x1e53, "ZoltarTV", 0x0006, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01566 // Reported by da-beat <dabeat@gmail.com> 01567 { "Wyplay", 0x1e53, "Wyplayer", 0x0007, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST }, 01568 01569 // Reported by Sense Hofstede <qense@users.sourceforge.net> 01570 { "Perception Digital, Ltd", 0x0aa6, "Gigaware GX400", 0x9702, DEVICE_FLAG_NONE }, 01571 01572 /* 01573 * RIM's BlackBerry 01574 */ 01575 // Reported by Nicolas VIVIEN <nicolas@vivien.fr> 01576 { "RIM", 0x0fca, "BlackBerry Storm/9650", 0x8007, DEVICE_FLAG_UNLOAD_DRIVER | 01577 DEVICE_FLAG_SWITCH_MODE_BLACKBERRY | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, 01578 01579 /* 01580 * Nextar 01581 */ 01582 { "Nextar", 0x0402, "MA715A-8R", 0x5668, DEVICE_FLAG_NONE }, 01583 01584 /* 01585 * Coby 01586 */ 01587 { "Coby", 0x1e74, "COBY MP705", 0x6512, DEVICE_FLAG_NONE }, 01588 01589 /* 01590 * Apple devices, which are not MTP natively but can be made to speak MTP 01591 * using PwnTunes (http://www.pwntunes.net/) 01592 */ 01593 { "Apple", 0x05ac, "iPhone", 0x1290, DEVICE_FLAG_NONE }, 01594 { "Apple", 0x05ac, "iPod Touch 1st Gen", 0x1291, DEVICE_FLAG_NONE }, 01595 { "Apple", 0x05ac, "iPhone 3G", 0x1292, DEVICE_FLAG_NONE }, 01596 { "Apple", 0x05ac, "iPod Touch 2nd Gen", 0x1293, DEVICE_FLAG_NONE }, 01597 { "Apple", 0x05ac, "iPhone 3GS", 0x1294, DEVICE_FLAG_NONE }, 01598 { "Apple", 0x05ac, "0x1296", 0x1296, DEVICE_FLAG_NONE }, 01599 { "Apple", 0x05ac, "0x1297", 0x1297, DEVICE_FLAG_NONE }, 01600 { "Apple", 0x05ac, "0x1298", 0x1298, DEVICE_FLAG_NONE }, 01601 { "Apple", 0x05ac, "iPod Touch 3rd Gen", 0x1299, DEVICE_FLAG_NONE }, 01602 { "Apple", 0x05ac, "iPad", 0x129a, DEVICE_FLAG_NONE }, 01603 01604 // Reported by anonymous SourceForge user, also reported as 01605 // Pantech Crux, claming to be: 01606 // Manufacturer: Qualcomm 01607 // Model: Windows Simulator 01608 // Device version: Qualcomm MTP1.0 01609 { "Curitel Communications, Inc.", 0x106c, 01610 "Verizon Wireless Device", 0x3215, DEVICE_FLAG_NONE }, 01611 // Reported by: Jim Hanrahan <goshawkjim@users.sourceforge.net> 01612 { "Pantech", 0x106c, "Crux", 0xf003, DEVICE_FLAG_NONE }, 01613 01614 /* 01615 * Asus 01616 */ 01617 // Reported by Glen Overby 01618 { "Asus", 0x0b05, "TF300 Transformer", 0x4c80, 01619 DEVICE_FLAGS_ANDROID_BUGS }, 01620 // Reported by anonymous Sourceforge user 01621 { "Asus", 0x0b05, "TF201 Transformer Prime (keyboard dock)", 0x4d00, 01622 DEVICE_FLAGS_ANDROID_BUGS }, 01623 { "Asus", 0x0b05, "TF201 Transformer Prime (tablet only)", 0x4d01, 01624 DEVICE_FLAGS_ANDROID_BUGS }, 01625 { "Asus", 0x0b05, "TFXXX Transformer Prime (unknown version)", 0x4d04, 01626 DEVICE_FLAGS_ANDROID_BUGS }, 01627 { "Asus", 0x0b05, "TF101 Eeepad Transformer", 0x4e0f, 01628 DEVICE_FLAGS_ANDROID_BUGS }, 01629 { "Asus", 0x0b05, "TF101 Eeepad Transformer (debug mode)", 0x4e1f, 01630 DEVICE_FLAGS_ANDROID_BUGS }, 01631 01632 01633 /* 01634 * Lenovo 01635 */ 01636 // Reported by Richard Körber <shredzone@users.sourceforge.net> 01637 { "Lenovo", 0x17ef, "K1", 0x740a, 01638 DEVICE_FLAGS_ANDROID_BUGS }, 01639 // Reported by anonymous sourceforge user 01640 // Adding Android default bug flags since it appears to be an Android 01641 { "Lenovo", 0x17ef, "ThinkPad Tablet", 0x741c, 01642 DEVICE_FLAGS_ANDROID_BUGS }, 01643 01644 /* 01645 * Huawei 01646 */ 01647 // Reported by anonymous SourceForge user 01648 { "Huawei", 0x12d1, "Honor U8860", 0x1051, DEVICE_FLAGS_ANDROID_BUGS }, 01649 // Reported by Bearsh <bearsh@users.sourceforge.net> 01650 { "Huawei", 0x12d1, "Mediapad", 0x361f, DEVICE_FLAGS_ANDROID_BUGS }, 01651 01652 /* 01653 * ZTE 01654 * Android devices reported by junwang <lovewjlove@users.sourceforge.net> 01655 */ 01656 { "ZTE", 0x19d2, "V55 ID 1", 0x0244, DEVICE_FLAGS_ANDROID_BUGS }, 01657 { "ZTE", 0x19d2, "V55 ID 2", 0x0245, DEVICE_FLAGS_ANDROID_BUGS }, 01658 01659 /* 01660 * Hewlett-Packard (HP) 01661 */ 01662 // These identify themselves as "cm_tenderloin", fun... 01663 { "Hewlett-Packard", 0x0bb4, "HP Touchpad", 0x685c, 01664 DEVICE_FLAGS_ANDROID_BUGS }, 01665 { "Hewlett-Packard", 0x0bb4, "HP Touchpad (debug mode)", 01666 0x6860, DEVICE_FLAGS_ANDROID_BUGS }, 01667 01668 /* 01669 * NEC 01670 */ 01671 { "NEC", 0x0409, "FOMA N01A", 0x0242, DEVICE_FLAG_NONE }, 01672 01673 /* 01674 * nVidia 01675 */ 01676 // Found on Internet forum 01677 { "nVidia", 0x0955, "CM9-Adam", 0x70a9, DEVICE_FLAGS_ANDROID_BUGS }, 01678 01679 /* 01680 * Vizio 01681 */ 01682 // Reported by Michael Gurski <gurski@users.sourceforge.net> 01683 { "Vizio", 0x0489, "VTAB1008", 0xe040, DEVICE_FLAGS_ANDROID_BUGS }, 01684 01685 /* 01686 * Other strange stuff. 01687 */ 01688 { "Isabella", 0x0b20, "Her Prototype", 0xddee, DEVICE_FLAG_NONE }