aboutsummaryrefslogtreecommitdiffstats
path: root/main/usbutils/hwdata.patch
blob: 93816c4ba5b01af88fcad0ac93504c3841fb4074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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