]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update hardware config warnings to be more accurate
authorDrashna Jaelre <drashna@live.com>
Mon, 22 Oct 2018 17:13:08 +0000 (10:13 -0700)
committerJack Humbert <jack.humb@gmail.com>
Mon, 22 Oct 2018 18:56:25 +0000 (14:56 -0400)
Closes #3565

docs/hardware_avr.md

index 4d81a23d7d88dcaa801a91ebc75301adb9332299..2c3652a02dbfd4e0ffc07e1c1ad888d573570f5a 100644 (file)
@@ -66,7 +66,7 @@ Do change the `MANUFACTURER`, `PRODUCT`, and `DESCRIPTION` lines to accurately r
 #define DESCRIPTION     A custom keyboard
 ```
 
-?> Note: On Windows and macOS the `MANUFACTURER`, `PRODUCT`, and `DESCRIPTION` fields will be displayed in the list of USB devices. On Linux these values will not be visible in `lsusb`, since Linux takes that information from the list published by the USB-IF.
+?> Note: On Windows and macOS the `MANUFACTURER`, `PRODUCT`, and `DESCRIPTION` fields will be displayed in the list of USB devices. ?> On Linux these values will not be visible in lsusb by default, since Linux takes the information from the list maintained by [USB ID Repository](http://www.linux-usb.org/usb-ids.html) by default. lsusb will show the information reported by the device when executed with -v option. It is also present in kernel logs after plugging in the device.
 
 ### Keyboard Matrix Configuration