mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
do not mention tools; instead link back
This commit is contained in:
parent
d5b561ab0f
commit
d00e69f461
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
# Listing USB Devices
|
||||
|
||||
In the `tools` folder you'll find `usb-list`: a minimal cross-platform version of the `lsusb` tool.
|
||||
|
||||
✅ To list all USB devices, run `usb-list`.
|
||||
|
||||
❗️ If you haven't yet installed `usb-list`; [installation instructions can be found in a previous section][install].
|
||||
|
||||
[install]: ./tooling-check.md#more-tools
|
||||
|
||||
``` console
|
||||
$ usb-list
|
||||
Bus 002 Device 001: ID 1d6b:0003
|
||||
|
|
Loading…
Reference in a new issue