aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Da Silva <digital@joescat.com>2023-09-28 20:26:46 -0700
committerJoe Da Silva <digital@joescat.com>2023-09-28 20:26:46 -0700
commit6c3c55728226df4440a29d75b8c7e8a127255864 (patch)
tree8aceca918539d457b0f9392b67ae51c20997143e
parent55ffcb9f0e2d538a670c6a5196df3b5d553bd9f8 (diff)
downloadlibmtp-6c3c55728226df4440a29d75b8c7e8a127255864.tar.gz
Add Motorola E22i
Thanks to alpenb for capturing the different modes listed here: https://github.com/M0Rf30/android-udev-rules/issues/259 (include PIDs to likely avoid in future, due to other functionality)
-rw-r--r--src/music-players.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h
index fddc804..7641b93 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -3840,6 +3840,7 @@
/* https://sourceforge.net/p/libmtp/bugs/1553/ */
{ "Bravis", 0x0e8d, "A401 Neo", 0x0c03,
DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://github.com/M0Rf30/android-udev-rules/issues/259 (MOTO e22i, 2005=USB) */
/* https://sourceforge.net/p/libmtp/bugs/1422/ */
/* https://sourceforge.net/p/libmtp/bugs/1467/ */
/* https://sourceforge.net/p/libmtp/bugs/1922/ */
@@ -3849,14 +3850,19 @@
/* https://sourceforge.net/p/libmtp/bugs/1923/ */
{ "MediaTek Inc", 0x0e8d, "MT65xx/67xx (MTP + CDC + ADB mode)", 0x200a,
DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://github.com/M0Rf30/android-udev-rules/issues/259 (MOTO e22i) */
+ { "MediaTek Inc", 0x0e8d, "MOTO E22i (PTP + ADB mode)", 0x200c, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/support-requests/289/ */
{ "MediaTek Inc", 0x0e8d, "MT65xx/67xx (MTP + CDC mode)", 0x2012, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/feature-requests/79/ */
+ /* https://github.com/M0Rf30/android-udev-rules/issues/259 (MOTO e22i) */
{ "MediaTek Inc", 0x0e8d, "MT65xx/67xx (MTP + ADB mode)", 0x201d, DEVICE_FLAGS_ANDROID_BUGS },
/* likely also a mediatek rebrand: https://github.com/libmtp/libmtp/issues/155 */
{ "qin", 0x0e8d, "phone f21 pro", 0x2026, DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://github.com/M0Rf30/android-udev-rules/issues/259 (MOTO e22i, 2048=MIDI) */
+
/* https://sourceforge.net/p/libmtp/bugs/1717/ */
{ "MediaTek Inc", 0x0e8d, "Wiko Sunny", 0x4001,
DEVICE_FLAGS_ANDROID_BUGS },