summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2018-07-15 16:46:43 +0200
committerMarcus Meissner <marcus@jet.franken.de>2018-07-15 16:46:43 +0200
commit57976fc91f498c4e7d27cbd59a6e07e2ed4c3de6 (patch)
treebe39f644d6cf615abeb17dbd403353bbce7c3077
parentae818eac5012fed6221c43876647d29a2af5d2ef (diff)
downloadlibmtp-57976fc91f498c4e7d27cbd59a6e07e2ed4c3de6.tar.gz
added lenovo p1ma40 2nd id (https://sourceforge.net/p/libmtp/bugs/1784/) and nokia 6.1 (https://sourceforge.net/p/libmtp/bugs/1783/)
-rw-r--r--src/music-players.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h
index cdd4e76..93575ec 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -1247,6 +1247,8 @@
/* https://sourceforge.net/p/libmtp/bugs/1711/ */
{ "Nokia", 0x2e04, "6", 0xc025, DEVICE_FLAG_NONE },
+ /* https://sourceforge.net/p/libmtp/bugs/1783/ */
+ { "Nokia", 0x2e04, "6.1", 0xc026, DEVICE_FLAG_NONE },
/*
* Qualcomm
@@ -2887,6 +2889,9 @@
/* https://sourceforge.net/p/libmtp/bugs/1531/ */
{ "Lenovo", 0x17ef, "Vibe X", 0x7902,
DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://sourceforge.net/p/libmtp/bugs/1784/ */
+ { "Lenovo", 0x17ef, "P1ma40 (2nd ID)", 0x7920,
+ DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/support-requests/235/ */
{ "Lenovo", 0x17ef, "P1ma40", 0x7921,
DEVICE_FLAGS_ANDROID_BUGS },