summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2023-04-22 10:58:03 +0200
committerMarcus Meissner <marcus@jet.franken.de>2023-04-22 10:58:03 +0200
commit3ef19a395fdfcdaf5e75e3c563181cee601d5189 (patch)
tree535fc15bb958083ee8216ae5a13e0f77dafe26e1
parent3b417127bf92c660053dea7d106021dc805d0f73 (diff)
downloadlibmtp-3ef19a395fdfcdaf5e75e3c563181cee601d5189.tar.gz
added Lenovo TAB 2 A8-50F, https://sourceforge.net/p/libmtp/feature-requests/310/
-rw-r--r--src/music-players.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h
index e3601cb..bbdabd5 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -3057,6 +3057,9 @@
/* https://sourceforge.net/p/libmtp/bugs/1572/ */
{ "Lenovo", 0x17ef, "PHAB Plus", 0x78d1,
DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://sourceforge.net/p/libmtp/feature-requests/310/ */
+ { "Lenovo", 0x17ef, "TAB 2 A8-50F", 0x78da,
+ DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1562/ */
{ "Lenovo", 0x17ef, "Vibe K4 Note", 0x78f6,
DEVICE_FLAGS_ANDROID_BUGS },