summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2023-04-16 11:05:20 +0200
committerMarcus Meissner <marcus@jet.franken.de>2023-04-16 11:05:20 +0200
commit33f41bdec01f0110cfee7181d2bbae294afa2c8f (patch)
treeb0ef0b5844ff18bae7aa66a8f52e8fcad0346ccb
parent9f0762007ba43083319e42ec01c448de4b1f92fa (diff)
downloadlibmtp-33f41bdec01f0110cfee7181d2bbae294afa2c8f.tar.gz
rename and merge, also reshuffle to sorting ... fixes https://sourceforge.net/p/libmtp/bugs/1933/
-rw-r--r--src/music-players.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/music-players.h b/src/music-players.h
index bfd4983..db76ce8 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -4052,21 +4052,16 @@
{ "Yota", 0x2916, "Phone 2 (ID2)", 0xf003, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1212/ */
- { "Fly", 0x2970, "Evo Tech 4", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
- /* https://sourceforge.net/p/libmtp/bugs/1865/ */
- { "Fly", 0x2970, "5S ", 0x4002, DEVICE_FLAGS_ANDROID_BUGS },
-
/* https://sourceforge.net/p/libmtp/bugs/1720/ */
- { "Wileyfox", 0x2970, "Spark Plus", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
-
+ { "Fly", 0x2970, "Evo Tech 4", 0x2008, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/feature-requests/289/ */
- { "Wileyfox", 0x2970, "Spark", 0x201d, DEVICE_FLAGS_ANDROID_BUGS },
-
+ { "Wileyfox", 0x2970, "Spark/Spark Plus", 0x201d, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/feature-requests/146/ */
{ "Wileyfox", 0x2970, "Swift", 0x2281, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/feature-requests/159/ */
{ "Wileyfox", 0x2970, "Swift 2", 0x2282, DEVICE_FLAGS_ANDROID_BUGS },
-
+ /* https://sourceforge.net/p/libmtp/bugs/1865/ */
+ { "Fly", 0x2970, "5S ", 0x4002, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1554/ */
{ "Kazam", 0x2970, "Trooper 650 4G", 0x9039, DEVICE_FLAGS_ANDROID_BUGS },