diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-04-15 17:32:38 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-04-15 17:32:38 +0000 |
commit | 16fba2f38a8258ea656bba74d52e55436464e66b (patch) | |
tree | 7d02ebd12350fc1197323f10ba66ec5b2b93c1e9 | |
parent | 538ff57b75c5bf64f178ffedc1690665b1f82a47 (diff) |
Notes
-rw-r--r-- | sys/dev/usb/controller/ehci_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 21a618a44e904..8e8b8cf55aef0 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -181,7 +181,7 @@ ehci_pci_match(device_t self) case 0x8d2d8086: return ("Intel Wellsburg USB 2.0 controller"); case 0x9c268086: - return ("Intel Lynx Point-LP USB 2.0 controller USB"); + return ("Intel Lynx Point-LP USB 2.0 controller"); case 0x00e01033: return ("NEC uPD 72010x USB 2.0 controller"); |