aports/main/usbutils/hwdata.patch
prspkt 2593cb4a48 main/usbutils: upgrade to 010
Use https for sources.
2018-07-19 10:32:43 +03:00

21 lines
643 B
Diff

--- a/lsusb.py.in
+++ b/lsusb.py.in
@@ -101,7 +101,7 @@
return True
def parse_usb_ids():
- "Parse /usr/share/usb.ids and fill usbvendors, usbproducts, usbclasses"
+ "Parse /usr/share/hwdata/usb.ids and fill usbvendors, usbproducts, usbclasses"
id = 0
sid = 0
mode = 0
@@ -525,7 +525,7 @@
print(" -c use colors")
print(" -e display endpoint info")
print(" -w display warning if usb.ids is not sorted correctly")
- print(" -f FILE override filename for /usr/share/usb.ids")
+ print(" -f FILE override filename for /usr/share/hwdata/usb.ids")
print("Use lsusb.py -ciu to get a nice overview of your USB devices.")
return 2