diff options
author | L. K. Post <Crote@users.noreply.github.com> | 2021-01-11 06:48:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 21:48:29 -0800 |
commit | efbaf68d5ace3a8f574cc1e3ae375a9f1d7fd0ba (patch) | |
tree | aef6cfdec132a53420c02c6159ba4c0704e05958 | |
parent | e688f2286ff382e446804c8676443ed79cde8659 (diff) | |
download | qmk_firmware-efbaf68d5ace3a8f574cc1e3ae375a9f1d7fd0ba.tar.gz qmk_firmware-efbaf68d5ace3a8f574cc1e3ae375a9f1d7fd0ba.zip |
Fix documentation of `lsusb` behaviour (#10903)
-rw-r--r-- | docs/hardware_avr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_avr.md b/docs/hardware_avr.md index 2c0f2e9a1..42f4a799d 100644 --- a/docs/hardware_avr.md +++ b/docs/hardware_avr.md | |||
@@ -77,7 +77,7 @@ Do change the `MANUFACTURER` and `PRODUCT` lines to accurately reflect your keyb | |||
77 | #define PRODUCT my_awesome_keyboard | 77 | #define PRODUCT my_awesome_keyboard |
78 | ``` | 78 | ``` |
79 | 79 | ||
80 | ?> Windows and macOS will display the `MANUFACTURER` and `PRODUCT` in the list of USB devices. `lsusb` on Linux instead takes these from the list maintained by the [USB ID Repository](http://www.linux-usb.org/usb-ids.html) by default. `lsusb -v` will show the values reported by the device, and they are also present in kernel logs after plugging it in. | 80 | ?> Windows and macOS will display the `MANUFACTURER` and `PRODUCT` in the list of USB devices. `lsusb` on Linux instead prefers the values in the list maintained by the [USB ID Repository](http://www.linux-usb.org/usb-ids.html). By default, it will only use `MANUFACTURER` and `PRODUCT` if the list does not contain that `VENDOR_ID` / `PRODUCT_ID`. `sudo lsusb -v` will show the values reported by the device, and they are also present in kernel logs after plugging it in. |
81 | 81 | ||
82 | ### Keyboard Matrix Configuration | 82 | ### Keyboard Matrix Configuration |
83 | 83 | ||