summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2022-12-13 10:18:33 +0100
committerMarcus Meissner <marcus@jet.franken.de>2022-12-13 10:21:50 +0100
commit96fcd3893678c4b6be2840b765a71e66e4d9973d (patch)
tree9cdb15a59b3fbe559ff2fe7797efd3f0d77c3892
parent00b89a5dc10d2d78dd2db31b2e92ec4316205ae6 (diff)
downloadlibmtp-96fcd3893678c4b6be2840b765a71e66e4d9973d.tar.gz
removed a dup of a Mediatek MT65xx devices https://sourceforge.net/p/libmtp/bugs/1922/
adjusted name of generic MT67xx devices https://sourceforge.net/p/libmtp/bugs/1923/
-rw-r--r--src/music-players.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/music-players.h b/src/music-players.h
index 90b4f6f..b1ed6eb 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -3834,13 +3834,13 @@
{ "Bravis", 0x0e8d, "A401 Neo", 0x0c03,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1422/ */
- { "MediaTek Inc", 0x0e8d, "MT65xx", 0x2008,
- DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1467/ */
- { "elephone", 0x0e8d, "p6000", 0x2008,
+ /* https://sourceforge.net/p/libmtp/bugs/1922/ */
+ { "MediaTek Inc", 0x0e8d, "MT65xx", 0x2008,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/feature-requests/234/ */
- { "DOODGE", 0x0e8d, "X6pro", 0x200a,
+ /* https://sourceforge.net/p/libmtp/bugs/1923/ */
+ { "MediaTek Inc", 0x0e8d, "MT67xx", 0x200a,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/support-requests/289/ */
{ "Jinga", 0x0e8d, "PassPluss", 0x2012, DEVICE_FLAGS_ANDROID_BUGS },