diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2011-05-31 15:31:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-06 19:41:47 -0400 |
commit | c4fc2342cb611f945fa468e742759e25984005ad (patch) | |
tree | 133ec26407179938857d323f0aa51e75149f19c7 /Documentation/kernel-parameters.txt | |
parent | 680681747ff933fdedfbf11bd03c369e5b14085c (diff) |
USB: Add "authorized_default" parameter to the usbcore module
The "authorized_default" module parameter of usbcore controls the default
for the authorized_default variable of each USB host controller.
-1 is authorized for all devices except wireless (default, old behaviour)
0 is unauthorized for all devices
1 is authorized for all devices
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d9a203b058f1..74230bd14b05 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2538,6 +2538,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2538 | unknown_nmi_panic | 2538 | unknown_nmi_panic |
2539 | [X86] Cause panic on unknown NMI. | 2539 | [X86] Cause panic on unknown NMI. |
2540 | 2540 | ||
2541 | usbcore.authorized_default= | ||
2542 | [USB] Default USB device authorization: | ||
2543 | (default -1 = authorized except for wireless USB, | ||
2544 | 0 = not authorized, 1 = authorized) | ||
2545 | |||
2541 | usbcore.autosuspend= | 2546 | usbcore.autosuspend= |
2542 | [USB] The autosuspend time delay (in seconds) used | 2547 | [USB] The autosuspend time delay (in seconds) used |
2543 | for newly-detected USB devices (default 2). This | 2548 | for newly-detected USB devices (default 2). This |