https://bugzilla.novell.com/show_bug.cgi?id=467255 User ludovic.rousseau@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=467255#c2 --- Comment #2 from Ludovic Rousseau <ludovic.rousseau@gmail.com> 2009-01-21 12:45:58 MST --- pcscd do not use the USB bus directly when compiled for libhal (default value). Using libusb and udev hotplug is now "deprecated". I used the "/proc/bus/usb" hack so that the udev event does not arrive too early. Comment from PCSC/src/hotplug_libusb.c /* libusb default is /dev/bus/usb but the devices are not yet visible there * when a hotplug is requested */ setenv("USB_DEVFS_PATH", "/proc/bus/usb", 0); Note: the CTAPI should really die now. Direct access to the reader from an application is not serious. The OpenCT framework should also die. But I am a bit biaised here :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.