From 6eed0dd7c44cf5b95bfe9704625a260745b158e0 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Mon, 14 Sep 2015 07:08:29 +0000 Subject: [PATCH] Correct PCI ID. Submitted by: Dmitry Luhtionov MFC after: 1 month PR: 202807 --- sys/dev/usb/controller/uhci_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c index cd08e89a3da8..e7e4412de5ef 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -223,7 +223,7 @@ uhci_pci_match(device_t self) case 0x76028086: return ("Intel 82372FB/82468GX USB controller"); - case 0x3309103c: + case 0x3300103c: return ("HP iLO Standard Virtual USB controller"); case 0x30381106: