aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2020-03-08 09:25:31 +0100
committerPino Toscano <toscano.pino@tiscali.it>2020-03-08 09:29:24 +0100
commiteea0a151df8ad5d2c79061bf6848b80d6af91e7b (patch)
treeaa50d2d10ae401707fd019ebc5a4873ae6e9cf3d
parentc92f1962892d709cb9bad3aac2440932dd9684f6 (diff)
downloadusbutils-eea0a151df8ad5d2c79061bf6848b80d6af91e7b.tar.gz
lsusb.py: remove private paths for usb.ids
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>
-rw-r--r--lsusb.py.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/lsusb.py.in b/lsusb.py.in
index ca8e6fc..00dfbdc 100644
--- a/lsusb.py.in
+++ b/lsusb.py.in
@@ -30,8 +30,6 @@ prefix = "/sys/bus/usb/devices/"
usbids = [
"@usbids@",
"/usr/share/usb.ids",
- "/usr/share/libosinfo/usb.ids",
- "/usr/share/kcmusb/usb.ids",
]
cols = ("", "", "", "", "", "")