On Tue, 16 Apr 2013, Sergei Shtylyov wrote: > On 16-04-2013 18:12, Sergei Shtylyov wrote: > > >> When usbfs > > > USBFS support has been removed some months ago. Maybe you meant 'usbdevfs'?.. > > Or was it vice versa, or is there two entities dubbed 'usbfs'? Anyway, > here's the commit removing CONFIG_USB_DEVICEFS (under /proc/bus/usb/): > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=fb28d58b72aa9215b26f1d5478462af394a4d253 Two entities using the same name. One was the now-defunct filesystem under /proc/bus/usb -- that's where the "usbfs" name came from (it is a shortened form of the original name, "usbdevfs"). The other was the driver that implements this interface; see the definition of usbfs_driver in core/devio.c (in particular, the .name member). Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html