Comment 4 for bug 540235

Revision history for this message
Martin Pitt (pitti) wrote : Re: displays an ipod nano as a standard disk

Seb, can you please apply this locally?

--- /lib/udev/rules.d/80-udisks.rules
+++ /lib/udev/rules.d/80-udisks.rules
@@ -149,6 +149,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="05e3", ATTRS{idProduct}=="070e", ENV{ID_INS
 # Generic music player
 #
 SUBSYSTEMS=="usb", ENV{ID_MEDIA_PLAYER}=="?*", ENV{UDISKS_PRESENTATION_ICON_NAME}="multimedia-player"
+SUBSYSTEMS=="usb", ENV{ID_MEDIA_PLAYER}=="apple-ipod", ENV{UDISKS_PRESENTATION_ICON_NAME}="multimedia-player-i

 # Apple iPod Video
 #

and then replug the device and verify in udisks --dump that it now says multimedia-player-ipod?