music-players.h

Go to the documentation of this file.
00001 
00029 /*
00030  * MTP device list, trying real bad to get all devices into
00031  * this list by stealing from everyone I know.
00032  */
00033 
00034   /*
00035    * Creative Technology
00036    * Initially the Creative devices was all we supported so these are
00037    * the most thoroughly tested devices. Presumably only the devices
00038    * with older firmware (the ones that have 32bit object size) will
00039    * need the DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL flag. This bug
00040    * manifest itself when you have a lot of folders on the device,
00041    * some of the folders will start to disappear when getting all objects
00042    * and properties.
00043    */
00044   { "Creative", 0x041e, "ZEN Vision", 0x411f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00045   { "Creative", 0x041e, "Portable Media Center", 0x4123, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00046   { "Creative", 0x041e, "ZEN Xtra (MTP mode)", 0x4128, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00047   { "Dell", 0x041e, "DJ (2nd generation)", 0x412f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00048   { "Creative", 0x041e, "ZEN Micro (MTP mode)", 0x4130, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00049   { "Creative", 0x041e, "ZEN Touch (MTP mode)", 0x4131, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00050   { "Dell", 0x041e, "Dell Pocket DJ (MTP mode)", 0x4132, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00051   { "Creative", 0x041e, "ZEN Sleek (MTP mode)", 0x4137, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00052   { "Creative", 0x041e, "ZEN MicroPhoto", 0x413c, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00053   { "Creative", 0x041e, "ZEN Sleek Photo", 0x413d, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00054   { "Creative", 0x041e, "ZEN Vision:M", 0x413e, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00055   // Reported by marazm@o2.pl
00056   { "Creative", 0x041e, "ZEN V", 0x4150, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00057   // Reported by danielw@iinet.net.au
00058   // This version of the Vision:M needs the no release interface flag,
00059   // unclear whether the other version above need it too or not.
00060   { "Creative", 0x041e, "ZEN Vision:M (DVP-HD0004)", 0x4151, 
00061       DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL},
00062   // Reported by Darel on the XNJB forums
00063   { "Creative", 0x041e, "ZEN V Plus", 0x4152, DEVICE_FLAG_NONE },
00064   { "Creative", 0x041e, "ZEN Vision W", 0x4153, DEVICE_FLAG_NONE },
00065   // Don't add 0x4155: this is a Zen Stone device which is not MTP
00066   // Reported by Paul Kurczaba <paul@kurczaba.com>
00067   { "Creative", 0x041e, "ZEN", 0x4157, DEVICE_FLAG_IGNORE_HEADER_ERRORS | DEVICE_FLAG_BROKEN_SET_SAMPLE_DIMENSIONS },
00068   // Reported by Ringofan <mcroman@users.sourceforge.net>
00069   { "Creative", 0x041e, "ZEN V 2GB", 0x4158, DEVICE_FLAG_NONE },
00070 
00071   /*
00072    * Samsung
00073    * We suspect that more of these are dual mode.
00074    * We suspect more of these might need DEVICE_FLAG_NO_ZERO_READS
00075    * YP-NEU, YP-NDU, YP-20, YP-800, YP-MF Series, YP-100, YP-30
00076    * YP-700 and YP-90 are NOT MTP, but use a Samsung custom protocol.
00077    */
00078   // From anonymous SourceForge user, not verified
00079   { "Samsung", 0x04e8, "YP-900", 0x0409, DEVICE_FLAG_NONE },
00080   // From Soren O'Neill
00081   { "Samsung", 0x04e8, "YH-920", 0x5022, DEVICE_FLAG_UNLOAD_DRIVER },
00082   // Contributed by aronvanammers on SourceForge
00083   { "Samsung", 0x04e8, "YH-925GS", 0x5024, DEVICE_FLAG_NONE },
00084   // From libgphoto2, according to tests by Stephan Fabel it cannot
00085   // get all objects with the getobjectproplist command..
00086   { "Samsung", 0x04e8, "YH-820", 0x502e, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00087   // Contributed by polux2001@users.sourceforge.net
00088   { "Samsung", 0x04e8, "YH-925(-GS)", 0x502f, DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00089   // Contributed by anonymous person on SourceForge
00090   { "Samsung", 0x04e8, "YH-J70J", 0x5033, DEVICE_FLAG_UNLOAD_DRIVER },
00091   // From XNJB user
00092   { "Samsung", 0x04e8, "YP-Z5", 0x503c, DEVICE_FLAG_UNLOAD_DRIVER },
00093   // From XNJB user
00094   { "Samsung", 0x04e8, "YP-Z5 2GB", 0x5041, DEVICE_FLAG_NONE },
00095   // Contributed by anonymous person on SourceForge
00096   { "Samsung", 0x04e8, "YP-T7J", 0x5047, DEVICE_FLAG_NONE },
00097   // Reported by cstrickler@gmail.com
00098   { "Samsung", 0x04e8, "YP-U2J (YP-U2JXB/XAA)", 0x5054, DEVICE_FLAG_UNLOAD_DRIVER },
00099   // Reported by Andrew Benson
00100   { "Samsung", 0x04e8, "YP-F2J", 0x5057, DEVICE_FLAG_UNLOAD_DRIVER },
00101   // Reported by Patrick <skibler@gmail.com>
00102   { "Samsung", 0x04e8, "YP-K5", 0x505a, DEVICE_FLAG_NO_ZERO_READS },
00103   // From dev.local@gmail.com - 0x4e8/0x507c is the UMS mode, apparently
00104   // do not add that device.
00105   // From m.eik michalke
00106   { "Samsung", 0x04e8, "YP-U3", 0x507d, DEVICE_FLAG_NONE },
00107   // Reported by Matthew Wilcox <matthew@wil.cx>
00108   // Sergio <sfrdll@tiscali.it> reports this device need the BROKEN ALL flag.
00109   { "Samsung", 0x04e8, "YP-T9", 0x507f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00110   // From Paul Clinch
00111   { "Samsung", 0x04e8, "YP-K3", 0x5081, DEVICE_FLAG_NONE },
00112   // From XNJB user
00113   { "Samsung", 0x04e8, "YP-P2", 0x5083, DEVICE_FLAG_NO_ZERO_READS },
00114   // From Paul Clinch
00115   { "Samsung", 0x04e8, "YP-T10", 0x508a, DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00116   // From Wim Verwimp <wimverwimp@gmail.com>
00117   // Not sure about the Ogg and broken proplist flags here. Just guessing.
00118   { "Samsung", 0x04e8, "YP-S5", 0x508b, DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00119   // From a rouge .INF file,
00120   // this device ID seems to have been recycled for:
00121   // the Samsung SGH-A707 Cingular cellphone
00122   // the Samsung L760-V cellphone
00123   { "Samsung", 0x04e8, "YH-999 Portable Media Center/SGH-A707/SGH-L760V", 0x5a0f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00124   // From Santi Béjar <sbejar@gmail.com> - not sure this is MTP...
00125   // { "Samsung", 0x04e8, "Z170 Mobile Phone", 0x6601, DEVICE_FLAG_UNLOAD_DRIVER },
00126   // From Santi Béjar <sbejar@gmail.com> - not sure this is MTP...
00127   // { "Samsung", 0x04e8, "E250 Mobile Phone", 0x663e, DEVICE_FLAG_UNLOAD_DRIVER },
00128   // From Lionel Bouton
00129   { "Samsung", 0x04e8, "X830 Mobile Phone", 0x6702, DEVICE_FLAG_NONE },
00130   // From James <jamestech@gmail.com>
00131   { "Samsung", 0x04e8, "U600 Mobile Phone", 0x6709, DEVICE_FLAG_UNLOAD_DRIVER },
00132   // From Charlie Todd  2007-10-31
00133   { "Samsung", 0x04e8, "Juke (SCH-U470)", 0x6734, DEVICE_FLAG_UNLOAD_DRIVER},
00134 
00135   /*
00136    * Intel
00137    */
00138   { "Intel", 0x045e, "Bandon Portable Media Center", 0x00c9, DEVICE_FLAG_NONE },
00139   // Reported by Tadimarri Sarath <sarath.tadi@gmail.com>
00140   // No idea why this use an Intel PID, perhaps a leftover from
00141   // the early PMC development days when Intel and Microsoft were
00142   // partnering.
00143   { "Microsoft", 0x045e, "Windows MTP Simulator", 0x0622, DEVICE_FLAG_NONE },
00144 
00145   /*
00146    * JVC
00147    */
00148   // From Mark Veinot
00149   { "JVC", 0x04f1, "Alneo XA-HD500", 0x6105, DEVICE_FLAG_NONE },
00150 
00151   /*
00152    * Philips
00153    */
00154   { "Philips", 0x0471, "HDD6320/00 or HDD6330/17", 0x014b, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00155   // Anonymous SourceForge user
00156   { "Philips", 0x0471, "HDD1630/17", 0x014c, DEVICE_FLAG_NONE },
00157   // from discussion forum
00158   { "Philips", 0x0471, "HDD085/00 or HDD082/17", 0x014d, DEVICE_FLAG_NONE },
00159   // from XNJB forum
00160   { "Philips", 0x0471, "GoGear SA9200", 0x014f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00161   // From John Coppens <jcoppens@users.sourceforge.net>
00162   { "Philips", 0x0471, "SA1115/55", 0x0164, DEVICE_FLAG_NONE },
00163   // From Gerhard Mekenkamp
00164   { "Philips", 0x0471, "GoGear Audio", 0x0165, DEVICE_FLAG_NONE },
00165   // from David Holm <wormie@alberg.dk>
00166   { "Philips", 0x0471, "Shoqbox", 0x0172, DEVICE_FLAG_ONLY_7BIT_FILENAMES },
00167   // from npedrosa
00168   { "Philips", 0x0471, "PSA610", 0x0181, DEVICE_FLAG_NONE },
00169   // From libgphoto2 source
00170   { "Philips", 0x0471, "HDD6320", 0x01eb, DEVICE_FLAG_NONE },
00171   // From Detlef Meier <dm@emlix.com>
00172   { "Philips", 0x0471, "GoGear SA6014/SA6015/SA6024/SA6025/SA6044/SA6045", 0x084e, DEVICE_FLAG_UNLOAD_DRIVER },
00173   // From anonymous Sourceforge user SA5145/02
00174   { "Philips", 0x0471, "GoGear SA5145", 0x0857, DEVICE_FLAG_UNLOAD_DRIVER },
00175   // From a
00176   { "Philips", 0x0471, "GoGear SA6125/SA6145/SA6185", 0x2002, DEVICE_FLAG_UNLOAD_DRIVER },
00177   // From anonymous Sourceforge user, not verified to be MTP!
00178   { "Philips", 0x0471, "GoGear SA3345", 0x2004, DEVICE_FLAG_UNLOAD_DRIVER },
00179   // from XNJB user
00180   { "Philips", 0x0471, "PSA235", 0x7e01, DEVICE_FLAG_NONE },
00181 
00182 
00183   /*
00184    * SanDisk
00185    * several devices (c150 for sure) are definately dual-mode and must 
00186    * have the USB mass storage driver that hooks them unloaded first.
00187    * They all have problematic dual-mode making the device unload effect
00188    * uncertain on these devices.
00189    *
00190    * All older devices seem to need DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL.
00191    * Old chipsets: e200/c200 use PP5024 from Nvidia (formerly PortalPlayer).
00192    * m200 use TCC770 from Telechips.
00193    *
00194    * The newer Sansa v2 chipset, AD3525 from Austriamicrosystems (AMS) found 
00195    * in e280 v2 c200 v2, Clip, Fuze etc require DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST
00196    * and DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR to work properly.
00197    *
00198    * For more info see: http://daniel.haxx.se/sansa/v2.html
00199    */
00200   // Reported by Brian Robison
00201   { "SanDisk", 0x0781, "Sansa m230/m240", 0x7400, 
00202     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00203     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00204   // Reported by tangent_@users.sourceforge.net
00205   { "SanDisk", 0x0781, "Sansa c150", 0x7410, 
00206     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00207     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00208   // From libgphoto2 source
00209   // Reported by <gonkflea@users.sourceforge.net>
00210   // Reported by Mike Owen <mikeowen@computerbaseusa.com>
00211   { "SanDisk", 0x0781, "Sansa e200/e250/e260/e270/e280", 0x7420, 
00212     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00213     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00214   // Reported by XNJB user
00215   { "SanDisk", 0x0781, "Sansa e280", 0x7421, 
00216     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00217     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00218   // Reported by XNJB user
00219   { "SanDisk", 0x0781, "Sansa e280 v2", 0x7422, 
00220     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00221     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR },
00222   // Reported by XNJB user
00223   { "SanDisk", 0x0781, "Sansa m240", 0x7430, 
00224     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00225     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00226   // Reported by Eugene Brevdo <ebrevdo@princeton.edu>
00227   { "SanDisk", 0x0781, "Sansa Clip", 0x7432,
00228     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00229     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR },
00230   // Reported by anonymous user at sourceforge.net
00231   { "SanDisk", 0x0781, "Sansa c240/c250", 0x7450, 
00232     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00233     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00234   // Reported by Troy Curtis Jr.
00235   { "SanDisk", 0x0781, "Sansa Express", 0x7460, 
00236     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 
00237     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00238   // Reported by XNJB user, and Miguel de Icaza <miguel@gnome.org>
00239   // This has no dual-mode so no need to unload any driver.
00240   // This is a Linux based device!
00241   { "SanDisk", 0x0781, "Sansa Connect", 0x7480, DEVICE_FLAG_NONE },
00242   // Reported by anonymous SourceForge user
00243   { "SanDisk", 0x0781, "Sansa View", 0x74b0, 
00244     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00245     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00246   // Reported by Patrick <skibler@gmail.com>
00247   // There are apparently problems with this device.
00248   { "SanDisk", 0x0781, "Sansa Fuze", 0x74c0, 
00249     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |
00250     DEVICE_FLAG_NO_RELEASE_INTERFACE | DEVICE_FLAG_ALWAYS_PROBE_DESCRIPTOR },
00251 
00252   /*
00253    * iRiver
00254    * we assume that PTP_OC_MTP_GetObjPropList is essentially
00255    * broken on all iRiver devices, meaning it simply won't return
00256    * all properties for a file when asking for metadata 0xffffffff. 
00257    * Please test on your device if you believe it isn't broken!
00258    */
00259   { "iRiver", 0x1006, "Portable Media Center", 0x4002, 
00260     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00261     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00262   { "iRiver", 0x1006, "Portable Media Center", 0x4003, 
00263     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00264     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00265   // From an anonymous person at SourceForge
00266   { "iRiver", 0x4102, "iFP-880", 0x1008, 
00267     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00268     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00269   // From libgphoto2 source
00270   { "iRiver", 0x4102, "T10", 0x1113, 
00271     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00272     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00273   { "iRiver", 0x4102, "T20 FM", 0x1114, 
00274     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00275     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00276   // This appears at the MTP-UMS site
00277   { "iRiver", 0x4102, "T20", 0x1115, 
00278     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00279     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00280   { "iRiver", 0x4102, "U10", 0x1116, 
00281     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00282     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00283   { "iRiver", 0x4102, "T10a", 0x1117, 
00284     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00285     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00286   { "iRiver", 0x4102, "T20", 0x1118, 
00287     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00288     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00289   { "iRiver", 0x4102, "T30", 0x1119, 
00290     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00291     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00292   // Reported by David Wolpoff
00293   { "iRiver", 0x4102, "T10 2GB", 0x1120, 
00294     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00295     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00296   // Rough guess this is the MTP device ID...
00297   { "iRiver", 0x4102, "N12", 0x1122, 
00298     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00299     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00300   // Reported by Philip Antoniades <philip@mysql.com>
00301   // Newer iriver devices seem to have shaped-up firmware without any
00302   // of the annoying bugs.
00303   { "iRiver", 0x4102, "Clix2", 0x1126, DEVICE_FLAG_NONE },
00304   // Reported by Adam Torgerson
00305   { "iRiver", 0x4102, "Clix", 0x112a, 
00306     DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00307   // Reported by Douglas Roth <dougaus@gmail.com>
00308   { "iRiver", 0x4102, "X20", 0x1132, 
00309     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00310     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00311   // Reported by Robert Ugo <robert_ugo@users.sourceforge.net>
00312   { "iRiver", 0x4102, "T60", 0x1134, 
00313     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00314     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00315   // Reported by two anonymous SourceForge users
00316   { "iRiver", 0x4102, "E100", 0x1141, 
00317     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00318     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00319   // Reported by Scott Call
00320   { "iRiver", 0x4102, "H10 20GB", 0x2101, 
00321     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00322     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00323   { "iRiver", 0x4102, "H10", 0x2102, 
00324     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00325     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00326 
00327 
00328   /*
00329    * Dell
00330    */
00331   { "Dell, Inc", 0x413c, "DJ Itty", 0x4500, DEVICE_FLAG_NONE },
00332   
00333   /*
00334    * Toshiba
00335    */
00336   { "Toshiba", 0x0930, "Gigabeat MEGF-40", 0x0009, DEVICE_FLAG_NONE },
00337   { "Toshiba", 0x0930, "Gigabeat", 0x000c, DEVICE_FLAG_NONE },
00338   // Reported by Nicholas Tripp
00339   { "Toshiba", 0x0930, "Gigabeat P20", 0x000f, DEVICE_FLAG_NONE },
00340   // From libgphoto2
00341   { "Toshiba", 0x0930, "Gigabeat S", 0x0010, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00342   // Reported by Rob Brown
00343   { "Toshiba", 0x0930, "Gigabeat P10", 0x0011, DEVICE_FLAG_NONE },
00344   // Reported by solanum@users.sourceforge.net
00345   { "Toshiba", 0x0930, "Gigabeat V30", 0x0014, DEVICE_FLAG_NONE },
00346   // Reported by Michael Davis <slithy@yahoo.com>
00347   { "Toshiba", 0x0930, "Gigabeat U", 0x0016, DEVICE_FLAG_NONE },
00348   // Reported by Devon Jacobs <devo@godevo.com>
00349   { "Toshiba", 0x0930, "Gigabeat MEU202", 0x0018, DEVICE_FLAG_NO_RELEASE_INTERFACE },
00350   // Reported by Rolf <japan (at) dl3lar.de>
00351   { "Toshiba", 0x0930, "Gigabeat T", 0x0019, DEVICE_FLAG_NONE },
00352 
00353   
00354   /*
00355    * Archos
00356    * These devices have some dual-mode interfaces which will really
00357    * respect the driver unloading, so DEVICE_FLAG_UNLOAD_DRIVER
00358    * really work on these devices!
00359    */
00360   // Reported by Alexander Haertig <AlexanderHaertig@gmx.de>
00361   { "Archos", 0x0e79, "Gmini XS100", 0x1207, DEVICE_FLAG_UNLOAD_DRIVER },
00362   // Added by Jan Binder
00363   { "Archos", 0x0e79, "XS202 (MTP mode)", 0x1208, DEVICE_FLAG_NONE },
00364   // Reported by gudul1@users.sourceforge.net
00365   { "Archos", 0x0e79, "104 (MTP mode)", 0x120a, DEVICE_FLAG_NONE },
00366   // Reported by anonymous Sourceforge user.
00367   { "Archos", 0x0e79, "404 (MTP mode)", 0x1301, DEVICE_FLAG_UNLOAD_DRIVER },
00368   // Reported by Etienne Chauchot <chauchot.etienne@free.fr>
00369   { "Archos", 0x0e79, "504 (MTP mode)", 0x1307, DEVICE_FLAG_UNLOAD_DRIVER },
00370   // Reported by Kay McCormick <kaym@modsystems.com>
00371   { "Archos", 0x0e79, "704 mobile dvr", 0x130d, DEVICE_FLAG_UNLOAD_DRIVER },
00372   // Reported by Joe Rabinoff
00373   { "Archos", 0x0e79, "605 (MTP mode)", 0x1313, DEVICE_FLAG_UNLOAD_DRIVER },
00374 
00375   /*
00376    * Dunlop (OEM of EGOMAN ltd?) reported by Nanomad
00377    * This unit is falsely detected as USB mass storage in Linux
00378    * prior to kernel 2.6.19 (fixed by patch from Alan Stern)
00379    * so on older kernels special care is needed to remove the
00380    * USB mass storage driver that erroneously binds to the device
00381    * interface.
00382    */
00383   { "Dunlop", 0x10d6, "MP3 player 1GB / EGOMAN MD223AFD", 0x2200, DEVICE_FLAG_UNLOAD_DRIVER},
00384   
00385   /*
00386    * Microsoft
00387    */
00388   // Reported by Farooq Zaman
00389   { "Microsoft", 0x045e, "Zune", 0x0710, DEVICE_FLAG_NONE }, 
00390   
00391   /*
00392    * Sirius
00393    */
00394   { "Sirius", 0x18f6, "Stiletto", 0x0102, DEVICE_FLAG_NONE },
00395   // Reported by Chris Bagwell <chris@cnpbagwell.com>
00396   // Apparently this comes with a firmware upgrade to the original
00397   // Stiletto as well.
00398   { "Sirius", 0x18f6, "Stiletto 2", 0x0110, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00399 
00400   /*
00401    * Canon
00402    * This is actually a camera, but it has a Microsoft device descriptor
00403    * and reports itself as supporting the MTP extension.
00404    */
00405   { "Canon", 0x04a9, "PowerShot A640 (PTP/MTP mode)", 0x3139, DEVICE_FLAG_NONE },
00406 
00407   /*
00408    * Nokia
00409    * Please verify the low device IDs here, I suspect these might be for
00410    * things like USB storage or modem mode actually, whereas the higher
00411    * range (0x04nn) could be for MTP.
00412    */
00413   // From: DoomHammer <gaczek@users.sourceforge.net>
00414   { "Nokia", 0x0421, "N81 Mobile Phone", 0x000a, DEVICE_FLAG_NONE },
00415   // From an anonymous SourceForge user
00416   { "Nokia", 0x0421, "6120c Classic Mobile Phone", 0x002e, DEVICE_FLAG_NONE },
00417   // From: DoomHammer <gaczek@users.sourceforge.net>
00418   { "Nokia", 0x0421, "3110c Mobile Phone", 0x005f, DEVICE_FLAG_NONE },
00419   // From: Vasily <spc-@users.sourceforge.net>
00420   { "Nokia", 0x0421, "3109c Mobile Phone", 0x0065, DEVICE_FLAG_NONE },
00421   // From: robin (AT) headbank D0Tco DOTuk
00422   { "Nokia", 0x0421, "N95 Mobile Phone 8GB", 0x006e, DEVICE_FLAG_NONE },
00423   // From: Christian Rusa <kristous@users.sourceforge.net>
00424   { "Nokia", 0x0421, "5700 XpressMusic Mobile Phone", 0x04b4, DEVICE_FLAG_NONE },
00425   // From: Mitchell Hicks <mitchix@yahoo.com>
00426   { "Nokia", 0x0421, "5300 Mobile Phone", 0x04ba, DEVICE_FLAG_NONE },
00427   // From Christian Arnold <webmaster@arctic-media.de>
00428   { "Nokia", 0x0421, "N73 Mobile Phone", 0x04d1, DEVICE_FLAG_UNLOAD_DRIVER },
00429   // From Swapan <swapan@yahoo.com>
00430   { "Nokia", 0x0421, "N75 Mobile Phone", 0x04e1, DEVICE_FLAG_NONE },
00431   // From Anonymous Sourceforge User
00432   { "Nokia", 0x0421, "N95 Mobile Phone", 0x04ef, DEVICE_FLAG_NONE },
00433   // From: Pat Nicholls <pat@patandannie.co.uk>
00434   { "Nokia", 0x0421, "N80 Internet Edition (Media Player)", 0x04f1, DEVICE_FLAG_UNLOAD_DRIVER },
00435 
00436 
00437   /*
00438    * LOGIK
00439    * Sold in the UK, seem to be manufactured by CCTech in China.
00440    */
00441   { "Logik", 0x13d1, "LOG DAX MP3 and DAB Player", 0x7002, DEVICE_FLAG_UNLOAD_DRIVER },
00442 
00443   /*
00444    * RCA / Thomson
00445    */
00446   // From kiki <omkiki@users.sourceforge.net>
00447   { "Thomson", 0x069b, "EM28 Series", 0x0774, DEVICE_FLAG_NONE },
00448   { "Thomson / RCA", 0x069b, "Opal / Lyra MC4002", 0x0777, DEVICE_FLAG_NONE },
00449   { "Thomson", 0x069b, "RCA H106", 0x301a, DEVICE_FLAG_UNLOAD_DRIVER },
00450   // From Svenna <svenna@svenna.de>
00451   // Not confirmed to be MTP.
00452   { "Thomson", 0x069b, "scenium E308", 0x3028, DEVICE_FLAG_NONE },
00453   // From XNJB user
00454   { "Thomson / RCA", 0x069b, "Lyra HC308A", 0x3035, DEVICE_FLAG_NONE },
00455   
00456   /*
00457    * NTT DoCoMo
00458    */
00459   { "FOMA", 0x04c5, "F903iX HIGH-SPEED", 0x1140, DEVICE_FLAG_NONE },
00460 
00461   /*
00462    * Palm device userland program named Pocket Tunes
00463    * Reported by Peter Gyongyosi <gyp@impulzus.com>
00464    */
00465   { "Palm / Handspring", 0x1703, "Pocket Tunes", 0x0001, DEVICE_FLAG_NONE },
00466   // Reported by anonymous submission
00467   { "Palm Handspring", 0x1703, "Pocket Tunes 4", 0x0002, DEVICE_FLAG_NONE },
00468 
00469   /*
00470    * TrekStor devices
00471    * Their datasheet claims their devices are dualmode so probably needs to
00472    * unload the attached drivers here.
00473    */
00474   // Reported by Stefan Voss <svoss@web.de>
00475   // This is a Sigmatel SoC with a hard disk.
00476   { "TrekStor", 0x066f, "Vibez 8/12GB", 0x842a, 
00477       DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00478   // Reported by Cristi Magherusan <majeru@gentoo.ro>
00479   { "TrekStor", 0x0402, "i.Beat Sweez FM", 0x0611, 
00480       DEVICE_FLAG_UNLOAD_DRIVER },
00481   
00482   /*
00483    * Disney/Tevion (have had no reports of these actually working.)
00484    */
00485   // Reported by XNJB user
00486   { "Disney", 0x0aa6, "MixMax", 0x6021, DEVICE_FLAG_NONE },
00487   // Reported by anonymous Sourceforge user 
00488   { "Tevion", 0x0aa6, "MD 81488", 0x3011, DEVICE_FLAG_NONE },
00489 
00490   /*
00491    * Cowon Systems, Inc.
00492    * The iAudio audiophile devices don't encourage the use of MTP.
00493    */
00494   // Reported by Patrik Johansson <Patrik.Johansson@qivalue.com>
00495   { "Cowon", 0x0e21, "iAudio U3 (MTP mode)", 0x0701, DEVICE_FLAG_NONE },
00496   // Reported by Roberth Karman
00497   { "Cowon", 0x0e21, "iAudio 7 (MTP mode)", 0x0751, DEVICE_FLAG_NONE },
00498   // Reported by an anonymous SourceForge user
00499   { "Cowon", 0x0e21, "iAudio U5 (MTP mode)", 0x0761, DEVICE_FLAG_NONE },
00500   // Reported by TJ Something <tjbk_tjb@users.sourceforge.net>
00501   { "Cowon", 0x0e21, "iAudio D2 (MTP mode)", 0x0801, 
00502    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00503 
00504   /*
00505    * Insignia, dual-mode.
00506    */
00507   { "Insignia", 0x19ff, "NS-DV45", 0x0303, DEVICE_FLAG_UNLOAD_DRIVER },
00508   // Reported by Rajan Bella <rajanbella@yahoo.com>
00509   { "Insignia", 0x19ff, "Sport Player", 0x0307, DEVICE_FLAG_UNLOAD_DRIVER },
00510   // Reported by "brad" (anonymous, sourceforge)
00511   { "Insignia", 0x19ff, "Pilot 4GB", 0x0309, DEVICE_FLAG_UNLOAD_DRIVER },
00512 
00513   /*
00514    * LG Electronics
00515    */
00516   // Not verified - anonymous submission
00517   { "LG", 0x043e, "UP3", 0x70b1, DEVICE_FLAG_NONE },
00518 
00519   /*
00520    * Sony
00521    * It could be that these PIDs are one-per hundred series, so
00522    * NWZ-A8xx is 0325, NWZ-S5xx is 0x326 etc. We need more devices
00523    * reported to see a pattern here.
00524    */
00525   // Reported by Alessandro Radaelli <alessandro.radaelli@aruba.it>
00526   { "Sony", 0x054c, "Walkman NWZ-A815/NWZ-A818", 0x0325, DEVICE_FLAG_UNLOAD_DRIVER },
00527   // Reported by anonymous Sourceforge user.
00528   { "Sony", 0x054c, "Walkman NWZ-S516", 0x0326, DEVICE_FLAG_UNLOAD_DRIVER },
00529   // Reported by Endre Oma <endre.88.oma@gmail.com>
00530   { "Sony", 0x054c, "Walkman NWZ-S615F/NWZ-S616F/NWZ-S618F", 0x0327, DEVICE_FLAG_UNLOAD_DRIVER },
00531   // Reported by Jean-Marc Bourguet <jm@bourguet.org>
00532   { "Sony", 0x054c, "Walkman NWZ-S716F", 0x035a, DEVICE_FLAG_UNLOAD_DRIVER },
00533   // Reported by Anon SF User / Anthon van der Neut <avanderneut@avid.com>
00534   { "Sony", 0x054c, "Walkman NWZ-A828/NWZ-A829", 0x035b, DEVICE_FLAG_UNLOAD_DRIVER },
00535   // Reported by Niek Klaverstijn <niekez@users.sourceforge.net>
00536   { "Sony", 0x054c, "Walkman NWZ-A728B", 0x035c, DEVICE_FLAG_UNLOAD_DRIVER },
00537 
00538   /*
00539    * SonyEricsson
00540    */
00541   // Reported by Øyvind Stegard <stegaro@users.sourceforge.net>
00542   { "SonyEricsson", 0x0fce, "K850i", 0x0075, DEVICE_FLAG_NONE },
00543   // Reported by Michael Eriksson
00544   { "SonyEricsson", 0x0fce, "W910", 0x0076, DEVICE_FLAG_NONE },
00545   // Reported by Zack <zackdvd@users.sourceforge.net>
00546   { "SonyEricsson", 0x0fce, "W890i", 0x00b3, DEVICE_FLAG_NONE },
00547   // Reported by Linus Åkesson <linusakesson@users.sourceforge.net>
00548   { "SonyEricsson", 0x0fce, "C902", 0x00d4, DEVICE_FLAG_NONE },
00549 
00550   /*
00551    * Motorola
00552    * Assume DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST on all of these.
00553    */
00554   // Reported by David Boyd <tiggrdave@users.sourceforge.net>
00555   { "Motorola", 0x22b8, "V3m verizon", 0x2a65, DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST |
00556     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00557   // Reported by Marcus Meissner to libptp2
00558   { "Motorola", 0x22b8, "K1", 0x4811, DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
00559   // Reported by Hans-Joachim Baader <hjb@pro-linux.de> to libptp2
00560   { "Motorola", 0x22b8, "A1200", 0x60ca, DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
00561   // Reported by anonymous user
00562   { "Motorola", 0x22b8, "RAZR2 V8/U9", 0x6415, DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
00563   
00564 
00565   /*
00566    * Media Keg
00567    */
00568   // Reported by Rajan Bella <rajanbella@yahoo.com>
00569   { "Kenwood", 0x0b28, "Media Keg HD10GB7 Sport Player", 0x100c, DEVICE_FLAG_UNLOAD_DRIVER},
00570 
00571   /*
00572    * Micro-Star International (MSI)
00573    */
00574   // Reported by anonymous sourceforge user.
00575   { "Micro-Star International", 0x0db0, "P610/Model MS-5557", 0x5572, DEVICE_FLAG_NONE },
00576 
00577   /*
00578    * FOMA
00579    */
00580   { "FOMA", 0x06d3, "D905i", 0x21ba, DEVICE_FLAG_NONE },
00581 
00582   /*
00583    * Haier
00584    */
00585   // Both reported by an anonymous SourceForge user
00586   // This is the 30 GiB model
00587   { "Haier", 0x1302, "Ibiza Rhapsody", 0x1016, DEVICE_FLAG_NONE },
00588   // This is the 4/8 GiB model
00589   { "Haier", 0x1302, "Ibiza Rhapsody", 0x1017, DEVICE_FLAG_NONE },
00590 
00591   /*
00592    * Other strange stuff.
00593    */
00594   { "Isabella", 0x0b20, "Her Prototype", 0xddee, DEVICE_FLAG_NONE }

Generated on Tue Apr 24 12:19:16 2012 for libmtp by  doxygen 1.4.7