summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-10-02 16:16:48 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-10-02 16:16:48 +0200
commit55d4b179dc69c11430373c7de0aebc9759901927 (patch)
tree4588ce0370e5ffaf7867dcb7f01d507f1ffff242
parent07f5277ecf192131cdf33c401a9cf94845a33c99 (diff)
downloadlibmtp-55d4b179dc69c11430373c7de0aebc9759901927.tar.gz
added A&K player SR15 https://sourceforge.net/p/libmtp/support-requests/292/
-rw-r--r--src/music-players.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h
index aa72768..7f1d1cd 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -873,6 +873,10 @@
{ "iRiver", 0x4102, "AK70", 0x1200,
DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
DEVICE_FLAG_OGG_IS_UNKNOWN },
+ /* https://bugzilla.suse.com/show_bug.cgi?id=1176588 ... */
+ { "A&K", 0x4102, "SR15", 0x1213,
+ DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
+ DEVICE_FLAG_OGG_IS_UNKNOWN },
// Reported by Scott Call
// Assume this actually supports OGG though it reports it doesn't.
{ "iRiver", 0x4102, "H10 20GB", 0x2101,