Comment 4 for bug 647564

Revision history for this message
jan (jan-ubuntu-h-i-s) wrote :

> First of all, I don't have 10freedesktop folder on my computer. In my
> case is /usr/share/hal/fdi/information/20thirdparty so I've tried:
> - Create 10freedesktop folder and made 10-usb-music-players.fdi file.
> - Put 10-usb-music-players.fdi file on 20thirparty.
> - Modify 20-libmtp9.fdi on 20htirdparty.
>
> I reboot everytime I made a change there but nothing works.
>
Just guessing:

Have you tried replacing the lines

        <match key="@storage.originating_device:usb.vendor_id" int="0x177f">
          <match key="@storage.originating_device:usb.product_id" int_outof="0x0460">

with

      <match key="usb.vendor_id" int="0x177f">
        <match key="usb.product_id" int="0x0460">

in 20-libmtp9.fdi
I see a different syntax on that file on my Ubuntu 10.4 system