Comment 24 for bug 345916

Revision history for this message
bkristan (bkristan) wrote :

I figured it out! It's the file:

/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi

The vendor id for SanDisk players is missing a leading zero. Line 445 of the file reads:

 <match key="@storage.originating_device:usb.vendor_id" int="0x781">

when it should read:

 <match key="@storage.originating_device:usb.vendor_id" int="0x0781">

Now my e280 is mounting as expected. Spread the word, there are lots of duplicate bugs I'll bet are being caused by this!