← Back to team overview

registry team mailing list archive

[Bug 202490] Re: [Feature Request] Provide a driver for Ricoh R5C822 xD card reader

 

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

-- 
[Feature Request] Provide a driver for Ricoh R5C822 xD card reader
https://bugs.launchpad.net/bugs/202490
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.