diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2021-12-19 11:30:01 +0100 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2021-12-19 11:30:01 +0100 |
commit | eff5ab1111ef31d171af2cebc917f3cfcd023188 (patch) | |
tree | 162fcb75d6e26783fe7e38694f12356cd9546be3 | |
parent | 232923213864bd1abb593d504e371dddb8c9ae56 (diff) | |
download | libmtp-eff5ab1111ef31d171af2cebc917f3cfcd023188.tar.gz |
added ONEPLUS 6T A6013, fixes https://github.com/libmtp/libmtp/issues/88
-rw-r--r-- | src/music-players.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h index bc016b5..81042b4 100644 --- a/src/music-players.h +++ b/src/music-players.h @@ -2589,6 +2589,9 @@ DEVICE_FLAGS_ANDROID_BUGS }, { "Google Inc (for Toshiba)", 0x18d1, "Thrive 7/AT105", 0x7102, DEVICE_FLAGS_ANDROID_BUGS }, + /* https://github.com/libmtp/libmtp/issues/88 */ + { "OnePlus", 0x18d1, "6T A6013", 0x7169, + DEVICE_FLAGS_ANDROID_BUGS }, { "Google Inc (for Lenovo)", 0x18d1, "Ideapad K1", 0x740a, DEVICE_FLAGS_ANDROID_BUGS }, // Another OEM for Medion |