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   // Reported by Mat Hunt <mat@hyperkahler.co.uk>
00066   { "Creative", 0x041e, "ZEN 8GB", 0x4155, DEVICE_FLAG_NONE },
00067   // Reported by Paul Kurczaba <paul@kurczaba.com>
00068   { "Creative", 0x041e, "ZEN 8GB 2nd id", 0x4157, DEVICE_FLAG_IGNORE_HEADER_ERRORS },
00069   // Reported by Ringofan <mcroman@users.sourceforge.net>
00070   { "Creative", 0x041e, "ZEN V 2GB", 0x4158, DEVICE_FLAG_NONE },
00071 
00072   /*
00073    * Samsung
00074    * We suspect that more of these are dual mode.
00075    * We suspect more of these might need DEVICE_FLAG_NO_ZERO_READS
00076    * YP-NEU, YP-NDU, YP-20, YP-800, YP-MF Series, YP-100, YP-30
00077    * YP-700 and YP-90 are NOT MTP, but use a Samsung custom protocol.
00078    */
00079   // From anonymous SourceForge user, not verified
00080   { "Samsung", 0x04e8, "YP-900", 0x0409, DEVICE_FLAG_NONE },
00081   // From Soren O'Neill
00082   { "Samsung", 0x04e8, "YH-920", 0x5022, DEVICE_FLAG_UNLOAD_DRIVER },
00083   // Contributed by aronvanammers on SourceForge
00084   { "Samsung", 0x04e8, "YH-925GS", 0x5024, DEVICE_FLAG_NONE },
00085   // From libgphoto2, according to tests by Stephan Fabel it cannot
00086   // get all objects with the getobjectproplist command..
00087   { "Samsung", 0x04e8, "YH-820", 0x502e, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00088   // Contributed by polux2001@users.sourceforge.net
00089   { "Samsung", 0x04e8, "YH-925(-GS)", 0x502f, DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00090   // Contributed by anonymous person on SourceForge
00091   { "Samsung", 0x04e8, "YH-J70J", 0x5033, DEVICE_FLAG_UNLOAD_DRIVER },
00092   // From XNJB user
00093   { "Samsung", 0x04e8, "YP-Z5", 0x503c, DEVICE_FLAG_UNLOAD_DRIVER },
00094   // From XNJB user
00095   { "Samsung", 0x04e8, "YP-Z5 2GB", 0x5041, DEVICE_FLAG_NONE },
00096   // Contributed by anonymous person on SourceForge
00097   { "Samsung", 0x04e8, "YP-T7J", 0x5047, DEVICE_FLAG_NONE },
00098   // Reported by cstrickler@gmail.com
00099   { "Samsung", 0x04e8, "YP-U2J (YP-U2JXB/XAA)", 0x5054, DEVICE_FLAG_UNLOAD_DRIVER },
00100   // Reported by Andrew Benson
00101   { "Samsung", 0x04e8, "YP-F2J", 0x5057, DEVICE_FLAG_UNLOAD_DRIVER },
00102   // Reported by Patrick <skibler@gmail.com>
00103   { "Samsung", 0x04e8, "YP-K5", 0x505a, DEVICE_FLAG_NO_ZERO_READS },
00104   // From dev.local@gmail.com - 0x4e8/0x507c is the UMS mode, apparently
00105   // do not add that device.
00106   // From m.eik michalke
00107   { "Samsung", 0x04e8, "YP-U3", 0x507d, DEVICE_FLAG_NONE },
00108   // Reported by Matthew Wilcox <matthew@wil.cx>
00109   { "Samsung", 0x04e8, "YP-T9", 0x507f, DEVICE_FLAG_NONE },
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 },
00116   // From a rouge .INF file,
00117   // this device ID seems to have been recycled for:
00118   // the Samsung SGH-A707 Cingular cellphone
00119   // the Samsung L760-V cellphone
00120   { "Samsung", 0x04e8, "YH-999 Portable Media Center/SGH-A707/SGH-L760V", 0x5a0f, DEVICE_FLAG_NONE },
00121   // From Lionel Bouton
00122   { "Samsung", 0x04e8, "X830 Mobile Phone", 0x6702, DEVICE_FLAG_NONE },
00123   // From James <jamestech@gmail.com>
00124   { "Samsung", 0x04e8, "U600 Mobile Phone", 0x6709, DEVICE_FLAG_UNLOAD_DRIVER },
00125   // From Charlie Todd  2007-10-31
00126   { "Samsung", 0x04e8, "Juke (SCH-U470)", 0x6734, DEVICE_FLAG_UNLOAD_DRIVER},
00127 
00128   /*
00129    * Intel
00130    */
00131   { "Intel", 0x045e, "Bandon Portable Media Center", 0x00c9, DEVICE_FLAG_NONE },
00132 
00133   /*
00134    * JVC
00135    */
00136   // From Mark Veinot
00137   { "JVC", 0x04f1, "Alneo XA-HD500", 0x6105, DEVICE_FLAG_NONE },
00138 
00139   /*
00140    * Philips
00141    */
00142   { "Philips", 0x0471, "HDD6320/00 or HDD6330/17", 0x014b, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00143   // Anonymous SourceForge user
00144   { "Philips", 0x0471, "HDD1630/17", 0x014c, DEVICE_FLAG_NONE },
00145   // from discussion forum
00146   { "Philips", 0x0471, "HDD085/00 or HDD082/17", 0x014d, DEVICE_FLAG_NONE },
00147   // from XNJB forum
00148   { "Philips", 0x0471, "GoGear SA9200", 0x014f, DEVICE_FLAG_NONE },
00149   // From John Coppens <jcoppens@users.sourceforge.net>
00150   { "Philips", 0x0471, "SA1115/55", 0x0164, DEVICE_FLAG_NONE },
00151   // From Gerhard Mekenkamp
00152   { "Philips", 0x0471, "GoGear Audio", 0x0165, DEVICE_FLAG_NONE },
00153   // from David Holm <wormie@alberg.dk>
00154   { "Philips", 0x0471, "Shoqbox", 0x0172, DEVICE_FLAG_ONLY_7BIT_FILENAMES },
00155   // from npedrosa
00156   { "Philips", 0x0471, "PSA610", 0x0181, DEVICE_FLAG_NONE },
00157   // From libgphoto2 source
00158   { "Philips", 0x0471, "HDD6320", 0x01eb, DEVICE_FLAG_NONE },
00159   // From Detlef Meier <dm@emlix.com>
00160   { "Philips", 0x0471, "SA6014/SA6015/SA6024/SA6025/SA6044/SA6045", 0x084e, DEVICE_FLAG_UNLOAD_DRIVER },
00161   // From anonymous Sourceforge user SA5145/02
00162   { "Philips", 0x0471, "SA5145", 0x0857, DEVICE_FLAG_UNLOAD_DRIVER },
00163   // from XNJB user
00164   { "Philips", 0x0471, "PSA235", 0x7e01, DEVICE_FLAG_NONE },
00165 
00166 
00167   /*
00168    * SanDisk
00169    * several devices (c150 for sure) are definately dual-mode and must 
00170    * have the USB mass storage driver that hooks them unloaded first.
00171    * They all have problematic dual-mode making the device unload effect
00172    * uncertain on these devices. All except for the Linux based ones seem
00173    * to need DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL.
00174    */
00175   // Reported by Brian Robison
00176   { "SanDisk", 0x0781, "Sansa m230/m240", 0x7400, 
00177     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00178     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00179   // Reported by tangent_@users.sourceforge.net
00180   { "SanDisk", 0x0781, "Sansa c150", 0x7410, 
00181     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00182     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00183   // From libgphoto2 source
00184   // Reported by <gonkflea@users.sourceforge.net>
00185   // Reported by Mike Owen <mikeowen@computerbaseusa.com>
00186   { "SanDisk", 0x0781, "Sansa e200/e250/e260/e270/e280", 0x7420, 
00187     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00188     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00189   // Reported by XNJB user
00190   { "SanDisk", 0x0781, "Sansa e280", 0x7421, 
00191     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00192     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00193   // Reported by XNJB user
00194   { "SanDisk", 0x0781, "Sansa e280 v2", 0x7422, 
00195     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00196     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00197   // Reported by XNJB user
00198   { "SanDisk", 0x0781, "Sansa m240", 0x7430, 
00199     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00200     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00201   // Reported by Eugene Brevdo <ebrevdo@princeton.edu>
00202   { "SanDisk", 0x0781, "Sansa Clip", 0x7432, DEVICE_FLAG_UNLOAD_DRIVER |
00203     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00204   // Reported by anonymous user at sourceforge.net
00205   { "SanDisk", 0x0781, "Sansa c240/c250", 0x7450, 
00206     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00207     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00208   // Reported by Troy Curtis Jr.
00209   { "SanDisk", 0x0781, "Sansa Express", 0x7460, 
00210     DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | 
00211     DEVICE_FLAG_NO_RELEASE_INTERFACE },
00212   // Reported by XNJB user, and Miguel de Icaza <miguel@gnome.org>
00213   // This has no dual-mode so no need to unload any driver.
00214   // This is a Linux based device!
00215   { "SanDisk", 0x0781, "Sansa Connect", 0x7480, DEVICE_FLAG_NONE },
00216   // Reported by anonymous SourceForge user
00217   { "SanDisk", 0x0781, "Sansa View", 0x74b0, 
00218     DEVICE_FLAG_UNLOAD_DRIVER |  DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL |
00219     DEVICE_FLAG_NO_RELEASE_INTERFACE },  
00220 
00221   /*
00222    * iRiver
00223    * we assume that PTP_OC_MTP_GetObjPropList is essentially
00224    * broken on all iRiver devices, meaning it simply won't return
00225    * all properties for a file when asking for metadata 0xffffffff. 
00226    * Please test on your device if you believe it isn't broken!
00227    * Some devices from http://www.mtp-ums.net/viewdeviceinfo.php
00228    */
00229   { "iRiver", 0x1006, "Portable Media Center", 0x4002, 
00230     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00231     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00232   { "iRiver", 0x1006, "Portable Media Center", 0x4003, 
00233     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00234     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00235   // From an anonymous person at SourceForge
00236   { "iRiver", 0x4102, "iFP-880", 0x1008, 
00237     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00238     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00239   // From libgphoto2 source
00240   { "iRiver", 0x4102, "T10", 0x1113, 
00241     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00242     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00243   { "iRiver", 0x4102, "T20 FM", 0x1114, 
00244     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00245     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00246   // This appears at the MTP-UMS site
00247   { "iRiver", 0x4102, "T20", 0x1115, 
00248     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00249     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00250   { "iRiver", 0x4102, "U10", 0x1116, 
00251     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00252     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00253   { "iRiver", 0x4102, "T10a", 0x1117, 
00254     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00255     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00256   { "iRiver", 0x4102, "T20", 0x1118, 
00257     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00258     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00259   { "iRiver", 0x4102, "T30", 0x1119, 
00260     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00261     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00262   // Reported by David Wolpoff
00263   { "iRiver", 0x4102, "T10 2GB", 0x1120, 
00264     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00265     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00266   // Rough guess this is the MTP device ID...
00267   { "iRiver", 0x4102, "N12", 0x1122, 
00268     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00269     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00270   // Reported by Philip Antoniades <philip@mysql.com>
00271   // Newer iriver devices seem to have shaped-up firmware without any
00272   // of the annoying bugs.
00273   { "iRiver", 0x4102, "Clix2", 0x1126, DEVICE_FLAG_NONE },
00274   // Reported by Adam Torgerson
00275   { "iRiver", 0x4102, "Clix", 0x112a, 
00276     DEVICE_FLAG_NO_ZERO_READS | DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00277   // Reported by Douglas Roth <dougaus@gmail.com>
00278   { "iRiver", 0x4102, "X20", 0x1132, 
00279     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00280     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00281   // Reported by Robert Ugo <robert_ugo@users.sourceforge.net>
00282   { "iRiver", 0x4102, "T60", 0x1134, 
00283     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00284     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00285   // Reported by Scott Call
00286   { "iRiver", 0x4102, "H10 20GB", 0x2101, 
00287     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00288     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00289   { "iRiver", 0x4102, "H10", 0x2102, 
00290     DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS | 
00291     DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
00292 
00293 
00294   /*
00295    * Dell
00296    */
00297   { "Dell, Inc", 0x413c, "DJ Itty", 0x4500, DEVICE_FLAG_NONE },
00298   
00299   /*
00300    * Toshiba
00301    */
00302   { "Toshiba", 0x0930, "Gigabeat MEGF-40", 0x0009, DEVICE_FLAG_NONE },
00303   { "Toshiba", 0x0930, "Gigabeat", 0x000c, DEVICE_FLAG_NONE },
00304   // Reported by Nicholas Tripp
00305   { "Toshiba", 0x0930, "Gigabeat P20", 0x000f, DEVICE_FLAG_NONE },
00306   // From libgphoto2
00307   { "Toshiba", 0x0930, "Gigabeat S", 0x0010, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00308   // Reported by Rob Brown
00309   { "Toshiba", 0x0930, "Gigabeat P10", 0x0011, DEVICE_FLAG_NONE },
00310   // Reported by solanum@users.sourceforge.net
00311   { "Toshiba", 0x0930, "Gigabeat V30", 0x0014, DEVICE_FLAG_NONE },
00312   // Reported by Michael Davis <slithy@yahoo.com>
00313   { "Toshiba", 0x0930, "Gigabeat U", 0x0016, DEVICE_FLAG_NONE },
00314   // Reported by Rolf <japan (at) dl3lar.de>
00315   { "Toshiba", 0x0930, "Gigabeat T", 0x0019, DEVICE_FLAG_NONE },
00316   
00317   /*
00318    * Archos
00319    * These devices have some dual-mode interfaces which will really
00320    * respect the driver unloading, so DEVICE_FLAG_UNLOAD_DRIVER
00321    * really work on these devices!
00322    */
00323   // Reported by Alexander Haertig <AlexanderHaertig@gmx.de>
00324   { "Archos", 0x0e79, "Gmini XS100", 0x1207, DEVICE_FLAG_UNLOAD_DRIVER },
00325   // Added by Jan Binder
00326   { "Archos", 0x0e79, "XS202 (MTP mode)", 0x1208, DEVICE_FLAG_NONE },
00327   // Reported by gudul1@users.sourceforge.net
00328   { "Archos", 0x0e79, "104 (MTP mode)", 0x120a, DEVICE_FLAG_NONE },
00329   // Reported by Etienne Chauchot <chauchot.etienne@free.fr>
00330   { "Archos", 0x0e79, "504 (MTP mode)", 0x1307, DEVICE_FLAG_UNLOAD_DRIVER },
00331   // Reported by Kay McCormick <kaym@modsystems.com>
00332   { "Archos", 0x0e79, "704 mobile dvr", 0x130d, DEVICE_FLAG_UNLOAD_DRIVER },
00333   // Reported by Joe Rabinoff
00334   { "Archos", 0x0e79, "605 (MTP mode)", 0x1313, DEVICE_FLAG_UNLOAD_DRIVER },
00335 
00336   /*
00337    * Dunlop (OEM of EGOMAN ltd?) reported by Nanomad
00338    * This unit is falsely detected as USB mass storage in Linux
00339    * prior to kernel 2.6.19 (fixed by patch from Alan Stern)
00340    * so on older kernels special care is needed to remove the
00341    * USB mass storage driver that erroneously binds to the device
00342    * interface.
00343    */
00344   { "Dunlop", 0x10d6, "MP3 player 1GB / EGOMAN MD223AFD", 0x2200, DEVICE_FLAG_UNLOAD_DRIVER},
00345   
00346   /*
00347    * Microsoft
00348    */
00349   // Reported by Farooq Zaman
00350   { "Microsoft", 0x045e, "Zune", 0x0710, DEVICE_FLAG_NONE }, 
00351   
00352   /*
00353    * Sirius
00354    */
00355   { "Sirius", 0x18f6, "Stiletto", 0x0102, DEVICE_FLAG_NONE },
00356 
00357   /*
00358    * Canon
00359    * This is actually a camera, but it has a Microsoft device descriptor
00360    * and reports itself as supporting the MTP extension.
00361    */
00362   { "Canon", 0x04a9, "PowerShot A640 (PTP/MTP mode)", 0x3139, DEVICE_FLAG_NONE },
00363 
00364   /*
00365    * Nokia
00366    */
00367   // From: DoomHammer <gaczek@users.sourceforge.net>
00368   { "Nokia", 0x0421, "3110c Mobile Phone", 0x005f, DEVICE_FLAG_NONE },
00369   // From: Mitchell Hicks <mitchix@yahoo.com>
00370   { "Nokia", 0x0421, "5300 Mobile Phone", 0x04ba, DEVICE_FLAG_NONE },
00371   // From Christian Arnold <webmaster@arctic-media.de>
00372   { "Nokia", 0x0421, "N73 Mobile Phone", 0x04d1, DEVICE_FLAG_UNLOAD_DRIVER },
00373   // From Swapan <swapan@yahoo.com>
00374   { "Nokia", 0x0421, "N75 Mobile Phone", 0x04e1, DEVICE_FLAG_NONE },
00375   // From Anonymous Sourceforge User
00376   { "Nokia", 0x0421, "N95 Mobile Phone", 0x04ef, DEVICE_FLAG_NONE },
00377   // From: Pat Nicholls <pat@patandannie.co.uk>
00378   { "Nokia", 0x0421, "N80 Internet Edition (Media Player)", 0x04f1, DEVICE_FLAG_UNLOAD_DRIVER },
00379 
00380 
00381   /*
00382    * LOGIK
00383    * Sold in the UK, seem to be manufactured by CCTech in China.
00384    */
00385   { "Logik", 0x13d1, "LOG DAX MP3 and DAB Player", 0x7002, DEVICE_FLAG_UNLOAD_DRIVER },
00386 
00387   /*
00388    * RCA / Thomson
00389    */
00390   // From kiki <omkiki@users.sourceforge.net>
00391   { "Thomson", 0x069b, "EM28 Series", 0x0774, DEVICE_FLAG_NONE },
00392   { "Thomson / RCA", 0x069b, "Opal / Lyrca MC4002", 0x0777, DEVICE_FLAG_NONE },
00393   // From Svenna <svenna@svenna.de>
00394   // Not confirmed to be MTP.
00395   { "Thomson", 0x069b, "scenium E308", 0x3028, DEVICE_FLAG_NONE },
00396   
00397   /*
00398    * NTT DoCoMo
00399    */
00400   { "FOMA", 0x04c5, "F903iX HIGH-SPEED", 0x1140, DEVICE_FLAG_NONE },
00401 
00402   /*
00403    * Palm device userland program named Pocket Tunes
00404    * Reported by Peter Gyongyosi <gyp@impulzus.com>
00405    */
00406   { "Palm / Handspring", 0x1703, "Pocket Tunes", 0x0001, DEVICE_FLAG_NONE },
00407   // Reported by anonymous submission
00408   { "Palm Handspring", 0x1703, "Pocket Tunes 4", 0x0002, DEVICE_FLAG_NONE },
00409 
00410   /*
00411    * TrekStor devices
00412    * Their datasheet claims their devices are dualmode so probably needs to
00413    * unload the attached drivers here.
00414    */
00415   // Reported by Stefan Voss <svoss@web.de>
00416   // This is a Sigmatel SoC with a hard disk.
00417   { "TrekStor", 0x066f, "Vibez 8/12GB", 0x842a, 
00418       DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
00419   // Reported by Cristi Magherusan <majeru@gentoo.ro>
00420   { "TrekStor", 0x0402, "i.Beat Sweez FM", 0x0611, 
00421       DEVICE_FLAG_UNLOAD_DRIVER },
00422   
00423   /*
00424    * Disney (have had no reports of this actually working.)
00425    */
00426   // Reported by XNJB user
00427   { "Disney", 0x0aa6, "MixMax", 0x6021, DEVICE_FLAG_NONE },
00428 
00429   /*
00430    * Cowon Systems, Inc.
00431    * The iAudio audiophile devices don't encourage the use of MTP.
00432    */
00433   // Reported by Patrik Johansson <Patrik.Johansson@qivalue.com>
00434   { "Cowon", 0x0e21, "iAudio U3 (MTP mode)", 0x0701, DEVICE_FLAG_NONE },
00435   // Reported by Roberth Karman
00436   { "Cowon", 0x0e21, "iAudio 7 (MTP mode)", 0x0751, DEVICE_FLAG_NONE },
00437   // Reported by TJ Something <tjbk_tjb@users.sourceforge.net>
00438   { "Cowon", 0x0e21, "iAudio D2 (MTP mode)", 0x0801, 
00439    DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
00440 
00441   /*
00442    * Insignia, dual-mode.
00443    */
00444   { "Insignia", 0x19ff, "NS-DV45", 0x0303, DEVICE_FLAG_UNLOAD_DRIVER },
00445   // Reported by Rajan Bella <rajanbella@yahoo.com>
00446   { "Insignia", 0x19ff, "Sport Player", 0x0307, DEVICE_FLAG_UNLOAD_DRIVER },
00447   // Reported by "brad" (anonymous, sourceforge)
00448   { "Insignia", 0x19ff, "Pilot 4GB", 0x0309, DEVICE_FLAG_UNLOAD_DRIVER },
00449 
00450   /*
00451    * LG Electronics
00452    */
00453   // Not verified - anonymous submission
00454   { "LG", 0x043e, "UP3", 0x70b1, DEVICE_FLAG_NONE },
00455 
00456   /*
00457    * Sony
00458    * It could be that these PIDs are one-per hundred series, so
00459    * NWZ-A8xx is 0325, NWZ-S5xx is 0x326 etc. We need more devices
00460    * reported to see a pattern here.
00461    */
00462   // Reported by Alessandro Radaelli >alessandro.radaelli@aruba.it>
00463   { "Sony", 0x054c, "Walkman NWZ-A815", 0x0325, DEVICE_FLAG_UNLOAD_DRIVER },
00464   // Reported by anonymous Sourceforge user.
00465   { "Sony", 0x054c, "Walkman NWZ-S516", 0x0326, DEVICE_FLAG_UNLOAD_DRIVER },
00466   // Reported by Endre Oma <endre.88.oma@gmail.com>
00467   { "Sony", 0x054c, "Walkman NWZ-S615F/NWZ-S618F", 0x0327, DEVICE_FLAG_UNLOAD_DRIVER },
00468 
00469   /*
00470    * SonyEricsson
00471    */
00472   // Reported by Øyvind Stegard <stegaro@users.sourceforge.net>
00473   { "SonyEricsson", 0x0fce, "K850i", 0x0075, DEVICE_FLAG_NONE },
00474   // Reported by Michael Eriksson
00475   { "SonyEricsson", 0x0fce, "W910", 0x0076, DEVICE_FLAG_NONE },
00476 
00477   /*
00478    * Motorola
00479    * Assume DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST on all of these.
00480    */
00481   // Reported by Marcus Meissner to libptp2
00482   { "Motorola", 0x22b8, "K1", 0x4811, DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
00483   // Reported by Hans-Joachim Baader <hjb@pro-linux.de> to libptp2
00484   { "Motorola", 0x22b8, "A1200", 0x60ca, DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
00485   // Reported by anonymous user
00486   { "Motorola", 0x22b8, "RAZR2 V8", 0x6415, DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
00487 
00488   /*
00489    * Media Keg
00490    */
00491   // Reported by Rajan Bella <rajanbella@yahoo.com>
00492   { "Kenwood", 0x0b28, "Media Keg HD10GB7 Sport Player", 0x100c, DEVICE_FLAG_UNLOAD_DRIVER},
00493 
00494   /*
00495    * Other strange stuff.
00496    */
00497   { "Isabella", 0x0b20, "Her Prototype", 0xddee, DEVICE_FLAG_NONE }

Generated on Mon Jan 21 06:33:48 2008 for libmtp by  doxygen 1.5.4