summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2022-08-20 09:29:30 +0200
committerMarcus Meissner <marcus@jet.franken.de>2022-08-20 09:29:30 +0200
commit75516f0e1f41ef1af6d4b96c9cdd02ab740e4449 (patch)
treef0da5ee790532f8a49dcae7b35e429681139a8c4
parent4767e1ed7260f2259dce6f6d8df91c50c7544c6b (diff)
downloadlibmtp-75516f0e1f41ef1af6d4b96c9cdd02ab740e4449.tar.gz
added another Lenovo Tab TB-X306F id
fixes https://github.com/libmtp/libmtp/issues/116
-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 82dac8a..baec38e 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -3153,6 +3153,9 @@
/* https://github.com/libmtp/libmtp/issues/74 */
{ "Lenovo", 0x17ef, "TB-X606F (Lenovo Tab M10 FHD Plus)", 0x7c46,
DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://github.com/libmtp/libmtp/issues/116 */
+ { "Lenovo", 0x17ef, "TB-X306F (3rd id)", 0x7c97,
+ DEVICE_FLAGS_ANDROID_BUGS },
/*https://github.com/libmtp/libmtp/issues/111 */
{ "Lenovo", 0x17ef, "TAB M7 Gen 3", 0x7cb3,
DEVICE_FLAGS_ANDROID_BUGS },