desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #140708
[Bug 1487185] Re: libmtp9 lacks support for LG VS950 phone
Thanks, I'm uploading an update with the current devices list
** Changed in: libmtp (Ubuntu)
Importance: Undecided => High
** Changed in: libmtp (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libmtp in Ubuntu.
https://bugs.launchpad.net/bugs/1487185
Title:
libmtp9 lacks support for LG VS950 phone
Status in libmtp package in Ubuntu:
Fix Committed
Bug description:
I recently obtained an LG VS950 android phone and find that it is not
recognized by the libmtp9 release in trusty. I contacted the
maintainer and he added support to git for the 1.1.10 release, but
this does not get my phone connected. The fix is simply adding the
information about the phone to a single file. The patch is:
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -1426,6 +1426,9 @@
DEVICE_FLAGS_ANDROID_BUGS },
{ "LG Electronics Inc.", 0x1004, "LG2 Optimus", 0x6225,
DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://sourceforge.net/p/libmtp/bugs/1386/ */
+ { "LG Electronics Inc.", 0x1004, "LG VS950", 0x622a,
+ DEVICE_FLAGS_ANDROID_BUGS },
{ "LG Electronics Inc.", 0x1004, "LG VS870", 0x6239,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/992/ */
I had posted to the ubuntu-devel-discuss mailing list and was told
that this was appropriate for an SRU
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmtp/+bug/1487185/+subscriptions
References