From: Alan S. <st...@ro...> - 2009-04-06 14:13:51
|
On Mon, 6 Apr 2009, Peter Stuge wrote: > Richard wrote: > > Why it is that libusb-1.0 can't find these > > files on its own, whereas libusb-0.1.12 is > > able to find them, I don't know. > > The default mount point (and name) for usbfs has changed over time. This is not true. The default mount point has always been /proc/bus/usb. Some distributions may choose to mount a usbfs filesystem somewhere else; that's their business. If they do then they should make the corresponding changes to the version of libusb they distribute. The name change part _is_ true -- usbfs used to be called usbdevfs. But that was a long time ago. Alan Stern |