Quantcast
Viewing all articles
Browse latest Browse all 4325

Raspberry Pi OS • Re: Update database of USB device IDs and USB device names

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:

Code:

sudo nano /usr/lib/udev/hwdb.d/99-usb-vendor-model.hwdb
2. Added a new USB device entry:

Code:

usb:v8087p0036* ID_MODEL_FROM_DATABASE=BE200 Bluetooth
3. Refreshed the bin database (which is actually used by systemd) by:

Code:

sudo systemd-hwdb update
4. And lsusb now shows the newly added device name.

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



Viewing all articles
Browse latest Browse all 4325

Trending Articles