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

Maxim Levitsky maximlevitsky at gmail.com
Thu Jun 24 15:51:19 UTC 2010


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 Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list