gregkh / usbutils

USB utilities for Linux, including lsusb
http://www.linux-usb.org
356 stars 202 forks source link

lsusb.py: remove private paths for usb.ids #104

Closed pinotree closed 3 years ago

pinotree commented 4 years ago

Do not look for usb.ids in the private paths of other software, as those locations are not public interface.

Signed-off-by: Pino Toscano toscano.pino@tiscali.it

gregkh commented 3 years ago

You are right, we shouldn't poke around in other random files on the system, thanks for this.