diff options
author | bugzilla-daemon@freedesktop.org <bugzilla-daemon@freedesktop.org> | 2010-05-23 11:19:05 -0700 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2010-05-25 16:39:14 +0200 |
commit | a2822ea35e2392978468d4d59fd67d701ac31a02 (patch) | |
tree | e731046e907c1d4dd27c1a2723efe3f867000ae0 | |
parent | c8fcd6ffc56c5dcfd1e51dfce0cbcc6462996675 (diff) |
Add TEAC MP3 Player MP-375SD
• This player does not seem to support MTP [1].
• The manual can be found under [2].
• Here is an excerpt from `dmesg` after connecting the device to the USB port.
[ 4846.242455] usb 1-2: New USB device found, idVendor=0402, idProduct=5668
[ 4846.242468] usb 1-2: New USB device strings: Mfr=3, Product=1,
SerialNumber=2
[ 4846.242477] usb 1-2: Product: Audio Player
[ 4846.242484] usb 1-2: Manufacturer: ALi Corp.
[ 4846.242491] usb 1-2: SerialNumber: 00101000100000000116
[ 4846.242802] usb 1-2: configuration #1 chosen from 1 choice
The reported serialnumber is different from the one written on the device.
• Playlists do not seem to be supported.
• It can record FM radio and voice.
• I took the string for `Product` from the manual page. On the device it is
only written »MP-375SD«.
[1]
http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTilNBAEtTNaz0Jf-stbh3DDGKOlu_bB_jiGmxxKY%40mail.gmail.com&forum_name=libmtp-discuss
[2]
http://dspd.teac.de/fileadmin/redaktion/downloads/MP3%20Player/MP-375SD/Manual/MP-375SD_English.pdf
https://bugs.freedesktop.org/show_bug.cgi?id=28221
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
-rw-r--r-- | media-players/teac-mp-375sd.mpi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-players/teac-mp-375sd.mpi b/media-players/teac-mp-375sd.mpi new file mode 100644 index 0000000..1346610 --- /dev/null +++ b/media-players/teac-mp-375sd.mpi @@ -0,0 +1,13 @@ +[Device] +Product=MP3 Player MP-375SD +Vendor=TEAC +AccessProtocol=storage +DeviceMatch=usb:0402:5668; + +[Media] +InputFormats=audio/x-wav +OutputFormats=audio/mpeg;audio/x-wav;audio/x-ms-wma + +[storage] +DriveType=microsd +AudioFolders=Music;FMREC;VOICE |