Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/lsusb.py b/lsusb.py 2index bbc4dbb..8af1b1f 100755 3--- a/lsusb.py 4+++ b/lsusb.py 5@@ -27,8 +27,7 @@ showwakeup = False 6 7 prefix = "/sys/bus/usb/devices/" 8 usbids = [ 9- "/usr/share/hwdata/usb.ids", 10- "/usr/share/usb.ids", 11+ "@hwdata@/share/hwdata/usb.ids", 12 ] 13 cols = ("", "", "", "", "", "") 14