Lines Matching +full:per +full:- +full:device
4 (C) 2007 Inaky Perez-Gonzalez <inaky@linux.intel.com> Intel Corporation
6 This feature allows you to control if a USB device can be used (or
7 not) in a system. This feature will allow you to implement a lock-down
10 As of now, when a USB device is connected it is configured and
12 modification, only if root authorizes the device to be configured will
17 Authorize a device to connect:
19 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized
21 Deauthorize a device:
23 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized
41 -----------------------
48 rc.local ->
89 etc, but you get the idea. Anybody with access to a device gadget kit
90 can fake descriptors and device info. Don't trust that. You are
95 -----------------------
97 That allows to block only a subset of an USB device.
108 Allow interfaces per default:
111 Deny interfaces per default:
114 Per default the interface_authorized_default bit is 1.
115 So all interfaces would authorized per default.