Comment 150 for bug 202490

Revision history for this message
Maxim Levitsky (maximlevitsky) wrote :

This udev patch is now included in udev-158.
I hope maveric will use it.

The only thing that isn't 'working' yet, (and you probably noticed it) is that xD card isn't automounted.

This is partially thanks to this piece of hardcoded code (devicekit and its friends are full of this junk):

                      if (g_strcmp0 (connection_interface, "usb") == 0 ||
                          g_strcmp0 (connection_interface, "firewire") == 0 ||
                          g_strcmp0 (connection_interface, "sdio") == 0 ||
                          gdu_device_is_optical_disc (drive_device))
                        {
                          volume->should_automount = TRUE;
                        }

in package 'gvfs', gvfs/monitor/ggduvolume.c