Ipod issues

Todd Zullinger tmz at pobox.com
Fri Jan 9 19:54:24 UTC 2009


Craig White wrote:
> I know my 80G iPod has the option in iTunes to 'Enable Disk Storage' to
> use it also as a disk drive which probably comes at hal like a curve
> ball.

I think I've had mine set both ways in the past and never noticed any
difference as far as linux and hal were concerned.  The test for
whether the device needs to be ejected seems pretty simple:

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

    <match key="info.category" string="storage">
      <!-- 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>
          <addset key="portable_audio_player.output_formats" type="strlist">audio/aac</addset>
          <merge key="storage.requires_eject" type="bool">true</merge>
        </match>
      </match>

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
God loves stupid people. That's why he made so many.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20090109/f8343b03/attachment-0001.sig>


More information about the fedora-list mailing list