summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Mikhailov <mvp@users.noreply.github.com>2020-04-14 22:47:21 -0700
committerVadim Mikhailov <mvp@users.noreply.github.com>2020-04-14 22:47:21 -0700
commite327f5aeb17e088fe6b936fdae2102e87d9969e8 (patch)
treef70533b53529c654c77e23654e160eac8a268080
parent9b824b5587bafa29927b09ec7115acfe10c105cf (diff)
Move keyboard/mouse warning to usage section
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d1ee45..8fd4233 100644
--- a/README.md
+++ b/README.md
@@ -83,9 +83,6 @@ exact product model and add output from `uhubctl`.
Note that quite a few modern motherboards have built-in root hubs that
do support this feature - you may not even need to buy any external hub.
-> :warning: Turning off built-in USB ports may cut off your keyboard or mouse,
-so be careful what ports you are turning off!
-
USB 3.0 duality note
====================
@@ -153,6 +150,9 @@ on port 2 (`-p 2`). Supported actions are `off`/`on`/`cycle` (or `0`/`1`/`2`).
`cycle` means turn power off, wait some delay (configurable with `-d`) and turn it back on.
Ports can be comma separated list, and may use `-` for ranges e.g. `2`, or `2,4`, or `2-5`, or `1-2,5-8`.
+> :warning: Turning off built-in USB ports may cut off your keyboard or mouse,
+so be careful which ports you are turning off!
+
If you have more than one smart USB hub connected, you should choose
specific hub to control using `-l` (location) parameter.
To find hub locations, simply run `uhubctl` without any parameters.