From: Scott James Remnant Date: Tue, 21 Apr 2009 16:21:40 +0000 (+0100) Subject: USB: usbfs: deprecate and hide option for !embedded X-Git-Tag: v2.6.31-rc1~304^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc71329b3b89b4a5be849b617f2c4f151f0b9213;p=pandora-kernel.git USB: usbfs: deprecate and hide option for !embedded Modern systems do not use usbfs; the entries within it are files, not device nodes, and do not support ACLs which are the default way to provide access to USB devices to untrusted users. It is replaced by device-nodes maintained by udev in /dev/bus/usb, libusb uses this device nodes. Mark the option as deprecated, and hide entirely for non-embedded builds (which may not be using udev but require raw USB device access). Signed-off-by: Scott James Remnant Acked-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed