Signed-off-by: Mantas Mikulėnas <grawity@xxxxxxxxx> --- lsusb.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsusb.py.in b/lsusb.py.in index 823cc8a..2c1e5e2 100644 --- a/lsusb.py.in +++ b/lsusb.py.in @@ -359,7 +359,7 @@ class UsbDevice: except: pass if self.name and self.name[:5] == "Linux": - mch = re.match(r"Linux [^ ]* (.hci_hcd) .HCI Host Controller", self.name) + mch = re.match(r"Linux [^ ]* (.hci[_-]hcd) .HCI Host Controller", self.name) if mch: self.name = mch.group(1) if not self.name: -- 2.21.0