[Bug 1964804] Re: lsusb USB devices incorrect naming in Ubuntu 20.04 usbutils 012
Sebastien Bacher
1964804 at bugs.launchpad.net
Tue Mar 15 09:08:33 UTC 2022
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu.
This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.
** Changed in: usbutils (Ubuntu)
Importance: Undecided => Low
** Changed in: usbutils (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to usbutils in Ubuntu.
https://bugs.launchpad.net/bugs/1964804
Title:
lsusb USB devices incorrect naming in Ubuntu 20.04 usbutils 012
Status in usbutils package in Ubuntu:
Fix Released
Bug description:
I've faced this lsusb output from usbutils 012 in Ubuntu 20.04, having
incorrect names in some devices, as can be seen below:
```
Bus 001 Device 012: ID 0eef:c002 D-WAV Scientific Co., Ltd HD USB Camera
Bus 001 Device 014: ID 060e:0960 Transmonde Technologies, Inc. HD USB Camera
Bus 001 Device 019: ID 0b05:1939 ASUSTek Computer, Inc. HD USB Camera
Bus 001 Device 018: ID 04b8:0e28 Seiko Epson Corp. HD USB Camera
```
$ lsusb --version
```
lsusb (usbutils) 012
```
This got fixed after I updated usbutils to 014, from its GitHub
repository:
```
sudo apt-get update
sudo apt-get install libusb-1.0-0-dev libudev-dev -y
git clone https://github.com/gregkh/usbutils.git
cd usbutils
./autogen.sh
make
sudo make install
```
$ lsusb
```
Bus 001 Device 012: ID 0eef:c002 D-WAV Scientific Co., Ltd eGalaxTouch P80H46 1160 vT4_M05 k4.10.143
Bus 001 Device 014: ID 060e:0960 Transmonde Technologies, Inc. 4010E
Bus 001 Device 019: ID 0b05:1939 ASUSTek Computer, Inc. AURA LED Controller
Bus 001 Device 018: ID 04b8:0e28 Seiko Epson Corp. TM-T20III
```
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usbutils/+bug/1964804/+subscriptions
More information about the foundations-bugs
mailing list