From 4bc7e098c7edf613fb4215f5e3edda78bf5c8d2d Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Wed, 10 Feb 2016 08:03:10 +0000 Subject: [PATCH] Correct PCI device description. Submitted by: Dmitry Luhtionov --- sys/dev/usb/controller/ehci_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 9b862a5a018..3a6f7253a3e 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -172,7 +172,7 @@ ehci_pci_match(device_t self) return ("Intel Lynx Point LP USB 2.0 controller USB"); case 0x00e01033: - return ("NEC uPD 720100 USB 2.0 controller"); + return ("NEC uPD 72010x USB 2.0 controller"); case 0x006810de: return "NVIDIA nForce2 USB 2.0 controller";