Displaying 1 result from an estimated 1 matches for "usb_devicefs".
Did you mean:
  usb_device
  
2013 Jul 29
2
Kernel 3.10 and CentOS 5
I have a Centos 5 machine which I've just compiled the 3.10.4 kernel
on (remembering to set CONFIG_SYSFS_DEPRECATED) because I needed new
rtlwifi drivers for my rtl8192cu device.
So far, so good.  It seems to work.
Except /proc/bus/usb doesn't exist anymore.  USB_DEVICEFS has been
removed.  An older kernel (3.2.9) says
       Usbfs entries are files and not character devices; usbfs can't
       handle Access Control Lists (ACL) which are the default way to
       grant access to USB devices for untrusted users of a desktop
       system.
       The usbfs funct...