https://bugs.kde.org/show_bug.cgi?id=325335
Dominik Haumann <dhaum...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/kio- | |extras/50c52ee3795ce0077936 | |9fe152b3bc3d330e34f5 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #15 from Dominik Haumann <dhaum...@kde.org> --- Git commit 50c52ee3795ce00779369fe152b3bc3d330e34f5 by Dominik Haumann. Committed on 31/03/2016 at 11:39. Pushed by dhaumann into branch 'Applications/16.04'. kio-mtp: Better support for mtp devices This patch removes the call of LIBMTP_Check_Specific_Device(), since it is generally not adviced to use it at all, see [1]. Instead, it should only be used in case LIBMTP_Detect_Raw_Devices() fails. Looking into other mtp implementations (gvfs, smtpfs) revelas, that LIBMTP_Check_Specific_Device() is not used at all. Therefore, this patch brings the kio-mtp implementation more in line with other implmentations. It was confirmed [2] that with this patch some Windows Phones (e.g. Lumia 630) get properly detected and work as expected. [1] https://sourceforge.net/p/libmtp/mailman/message/34948820/ [2] https://www.reddit.com/r/kde/comments/4aggg0 REVIEW: 127386 M +10 -9 mtp/devicecache.cpp http://commits.kde.org/kio-extras/50c52ee3795ce00779369fe152b3bc3d330e34f5 -- You are receiving this mail because: You are watching all bug changes.