From e7f7167cd9e55a1f37f8486e40011f20d608d2c6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 23 Jan 2023 08:48:15 +0100 Subject: fixed order, https://sourceforge.net/p/libmtp/bugs/1931/ --- src/music-players.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/music-players.h b/src/music-players.h index 32465a8..2661cd4 100644 --- a/src/music-players.h +++ b/src/music-players.h @@ -3883,9 +3883,9 @@ * Garmin */ { "Garmin", 0x091e, "Monterra", 0x2585, DEVICE_FLAGS_ANDROID_BUGS }, + { "Garmin", 0x091e, "D2 Air", 0x488b, DEVICE_FLAGS_ANDROID_BUGS }, /* https://sourceforge.net/p/libmtp/bugs/1779/ */ { "Garmin", 0x091e, "Forerunner 645 Music", 0x4b48, DEVICE_FLAGS_ANDROID_BUGS }, - { "Garmin", 0x091e, "D2 Air", 0x488b, DEVICE_FLAGS_ANDROID_BUGS }, /* https://github.com/libmtp/libmtp/issues/15 */ { "Garmin", 0x091e, "Fenix 5/5S/5X Plus", 0x4b54, DEVICE_FLAGS_ANDROID_BUGS }, /* https://sourceforge.net/p/libmtp/feature-requests/271/ */ -- cgit v1.2.1