Thank you! Yes, you are right.
lsusb uses udev's hardware database to associate a full human-readable name to the vendor ID and the product ID.
1. I've successfully created my hwdb:2. Added a new USB device entry:3. Refreshed the bin database (which is actually used by systemd) by:4. And lsusb now shows the newly added device name.
lsusb uses udev's hardware database to associate a full human-readable name to the vendor ID and the product ID.
1. I've successfully created my hwdb:
Code:
sudo nano /usr/lib/udev/hwdb.d/99-usb-vendor-model.hwdb
Code:
usb:v8087p0036* ID_MODEL_FROM_DATABASE=BE200 Bluetooth
Code:
sudo systemd-hwdb update
Code:
wlanpi@wlanpi-84d:~ $ lsusbBus 001 Device 003: ID 8087:0036 Intel Corp. BE200 Bluetooth
Statistics: Posted by jiribrejcha — Mon Jan 29, 2024 9:40 pm