summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-06-13 10:47:39 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-06-13 10:47:39 +0200
commit04320b6d291c701374240cc947f4ccc8ff31727b (patch)
treef6e14dee9033ad8e5aad159124a616d32a8aac7d
parent76f3256844da641b0566a9a5364d73bef355aedd (diff)
downloadlibmtp-04320b6d291c701374240cc947f4ccc8ff31727b.tar.gz
added NVIDIA Shield Android TV (pro)
https://sourceforge.net/p/libmtp/feature-requests/297/
-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 adf863a..d7e64d0 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -3391,6 +3391,9 @@
/* https://sourceforge.net/p/libmtp/bugs/1447/ */
{ "nVidia", 0x0955, "Shield (MTP)", 0xb401,
DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://sourceforge.net/p/libmtp/feature-requests/297/ */
+ { "nVidia", 0x0955, "Shield Android TV pro (MTP)", 0xb42a,
+ DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1087/ */
{ "nVidia", 0x0955, "Tegra Note", 0xcf02,
DEVICE_FLAGS_ANDROID_BUGS },