*** This bug is a duplicate of bug 215761 ***
    https://bugs.launchpad.net/bugs/215761

I don't think this is a duplicate of bug #215761. It is actually exact
the opposite problem. The problem in #215761 was _not_ setting
portable_audio_player.type to generic, but in this case is the problem
that it sets portable_audio_player.type to generic even for ipods. On
the top of 10-usb-music-players.fdi it sets the type correctly to ipod:

      <!-- Apple iPod - TODO: use USB ids to determine exact output formats  -->
      <match key="storage.vendor" contains="Apple">
        <match key="storage.model" contains="iPod">
          <addset key="portable_audio_player.access_method.protocols" 
type="strlist">storage</addset>
          <addset key="portable_audio_player.access_method.protocols" 
type="strlist">ipod</addset>
          <!-- portable_audio_player.type is deprecated and get removed in the 
future -->
          <merge key="portable_audio_player.type" type="string">ipod</merge>
          <addset key="portable_audio_player.output_formats" 
type="strlist">audio/aac</addset>
          <merge key="storage.requires_eject" type="bool">true</merge>
        </match>
      </match>

and then later it resets it to "generic", because it contains "storage"
in "portable_audio_player.access_method.protocols":

      <match key="portable_audio_player.access_method.protocols" 
contains="storage">
        <!-- NOTE: for backward compatibility until key get removed finally -->
        <merge key="portable_audio_player.access_method" 
type="string">storage</merge>
        <!-- NOTE: for backward compatibility until key get removed finally -->
        <merge key="portable_audio_player.type" type="string">generic</merge>
        <merge key="portable_audio_player.storage_device" 
type="copy_property">info.udi</merge>
      </match>

-- 
(hardy) hal does not recognize iPod nano 3rd generation any more
https://bugs.launchpad.net/bugs/201227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to