After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639604 - Add insufficient usb id (Huawai Ideos and Xperia mini pro)
Add insufficient usb id (Huawai Ideos and Xperia mini pro)
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Device - USB Mass Storage
git master
Other Linux
: Normal minor
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-15 15:13 UTC by Kentaro KAZUHAMA
Modified: 2011-01-18 08:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix two devices usb id (1.39 KB, patch)
2011-01-15 15:14 UTC, Kentaro KAZUHAMA
none Details | Review

Description Kentaro KAZUHAMA 2011-01-15 15:13:27 UTC
I reported two android phone device's usb id, but following usb id was insufficient. 

Huawai Ideos:0x1037 (Non-USB debug mode)
Xperia mini pro:0x2138 (USB debug mode)

So, I added usb id to Banshee.Dap.MassStorage.addin.xml,
and confirmed two devices connected Banshee works fine.
Comment 1 Kentaro KAZUHAMA 2011-01-15 15:14:36 UTC
Created attachment 178393 [details] [review]
Patch to fix two devices usb id
Comment 2 David Nielsen 2011-01-15 22:26:38 UTC
You are likely going to want these directly in media-player-info rather than hard coded in Banshee.

see:
http://ernstfamily.ch/jonathan/2010/10/help-me-make-your-music-player-or-phone-recognized-as-such-under-linux/
Comment 3 Bertrand Lorentz 2011-01-17 19:44:45 UTC
Thanks for the follow up !

I've committed the patch to git master and the stable-1.8 branch.

David, having those ids in Banshee allows us to recognize them as Android phones and use our custom support. This brings additional features that are not (yet ?) possible only with media-player-info, in particular cover art.
But of course we want them also into media-player-info !

It's already there for the Xperia, so the additional id for the Ideos just need to be added.

I was going to do a proper patch on https://bugs.freedesktop.org, but I see Jonathan has already been alerted.
Comment 4 Jonathan Ernst 2011-01-18 08:04:15 UTC
Thanks everyone !

Pushed the Huawai Ideos non debug mode to m-p-i and usb.ids (the other one was already there).