mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-22 00:02:23 +01:00
add autoconf automake bash libtool linux-header to makedepends add prepare() function to invoke autogen.sh adjust hwdata.patch to apply Closes !29
21 lines
816 B
Diff
21 lines
816 B
Diff
--- a/lsusb.py.in 2019-05-07 16:35:51.000000000 +0200
|
|
+++ b/lsusb.py.in 2019-08-15 19:15:29.010497407 +0200
|
|
@@ -67,7 +67,7 @@
|
|
return type('MyEnum', (), enums)
|
|
|
|
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"
|
|
vid = 0
|
|
did = 0
|
|
modes = myenum('Vendor', 'Class', 'Misc')
|
|
@@ -463,7 +463,7 @@
|
|
print(" -C, --no-color disable colors")
|
|
print(" -e, --endpoints display endpoint info")
|
|
print(" -f FILE, --usbids-path FILE")
|
|
- print(" override filename for /usr/share/usb.ids")
|
|
+ print(" override filename for /usr/share/hwdata/usb.ids")
|
|
print()
|
|
print("Use lsusb.py -ciu to get a nice overview of your USB devices.")
|
|
|