diff options
author | TBK <tbk@jjtc.dk> | 2017-11-26 14:01:57 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-28 17:24:04 +0000 |
commit | ff3fb011376a73e8bea50d3b6479b0828933ea88 (patch) | |
tree | bf256f5fb6fa75ea8eac1f116b74cec378333a10 /main/usbutils/hwdata.patch | |
parent | 218771f06c3f7c0d692d8909ed7115dfaf42a72c (diff) | |
download | aports-ff3fb011376a73e8bea50d3b6479b0828933ea88.tar.bz2 aports-ff3fb011376a73e8bea50d3b6479b0828933ea88.tar.xz |
main/usbutils: upgrade to 009
Diffstat (limited to 'main/usbutils/hwdata.patch')
-rw-r--r-- | main/usbutils/hwdata.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/usbutils/hwdata.patch b/main/usbutils/hwdata.patch new file mode 100644 index 0000000000..93816c4ba5 --- /dev/null +++ b/main/usbutils/hwdata.patch @@ -0,0 +1,20 @@ +--- a/lsusb.py.in ++++ b/lsusb.py.in +@@ -96,7 +96,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 +@@ -520,7 +520,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 + |