From 4e6111f88ce19a166e576ced8df028dfaaee3440 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 20 Mar 2023 09:55:53 +0100 Subject: merge a patch from google fork https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/chromiumos-overlay/media-libs/libmtp/files/libmtp-1.1.20-10_remove_nexus_s_from_device_list.patch --- src/music-players.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/music-players.h b/src/music-players.h index 9843a33..5394176 100644 --- a/src/music-players.h +++ b/src/music-players.h @@ -2569,12 +2569,6 @@ /* https://sourceforge.net/p/libmtp/bugs/1837/ */ { "Google Inc (for Samsung)", 0x18d1, "Nexus One (MTP)", 0x4e12, DEVICE_FLAGS_ANDROID_BUGS }, - // 0x4e21 (Nexus S) is a USB Mass Storage device. - { "Google Inc (for Samsung)", 0x18d1, "Nexus S (MTP)", 0x4e25, - DEVICE_FLAGS_ANDROID_BUGS }, - // 0x4e26 is also used by "Ramos W30HD Pro Quad Core" - { "Google Inc (for Samsung)", 0x18d1, "Nexus S (MTP+ADB)", 0x4e26, - DEVICE_FLAGS_ANDROID_BUGS }, // Reported by Chris Smith { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP)", 0x4e41, DEVICE_FLAGS_ANDROID_BUGS }, -- cgit v1.2.1