Lines Matching +full:per +full:- +full:device
5 Copyright (C) 2007 Inaky Perez-Gonzalez <inaky@linux.intel.com> Intel Corporation
7 This feature allows you to control if a USB device can be used (or
8 not) in a system. This feature will allow you to implement a lock-down
11 As of now, when a USB device is connected it is configured and
13 modification, only if root authorizes the device to be configured will
19 Authorize a device to connect::
21 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized
23 De-authorize a device::
25 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized
42 ------------------------------
49 rc.local ->
90 etc, but you get the idea. Anybody with access to a device gadget kit
91 can fake descriptors and device info. Don't trust that. You are
96 -----------------------
99 That allows to block only a subset of an USB device.
112 Allow interfaces per default::
116 Deny interfaces per default::
120 Per default the interface_authorized_default bit is 1.
121 So all interfaces would authorized per default.