GNOME Bugzilla – Bug 672005
support for non-usb mass storage devices
Last modified: 2012-03-13 18:39:57 UTC
Created attachment 209624 [details] [review] handle non usb mass storage devices Hi! I own a sansa fuze v2 player, with rockbox, and use a micro-SD card in this device as the main storage place to put my music on. The advantage oh this method is that a micro-SD card with a SD adapter can be read on my computer without supplementary cables (which is a good thing, as the USB cable for this player has a proprietary connector...) I wanted to try banshee and use this SD card as my sync device, but a found a different behaviour on a Dell box (where the SD card is handled by the usb storage kernel layer, because the SD card reader is an USB device), and on a X220 thinkpad, where the SD card is handled by the MMC layer. So, after looking a bit at the source code, I found that the MassStorageSource class makes the assumption that a mass storage device is always tied to an usb device. This very simple workaround seems to work for me : it allows me to see my SD card, via the mmc layer on the thinkpad, as a rockbox device in banshee.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. I'll move the patch to the main bug. *** This bug has been marked as a duplicate of bug 581018 ***