summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-09-14 07:08:29 +0000
committerhselasky <hselasky@FreeBSD.org>2015-09-14 07:08:29 +0000
commit24cd0071aa9ae79feedccb89ecc74d18dd7de5d2 (patch)
tree2b4243faf23f5653056f3346be9e8823b1bdad21
parent15c18a3cba2d0bc8f705f9f03d94d405cb21614d (diff)
downloadFreeBSD-src-24cd0071aa9ae79feedccb89ecc74d18dd7de5d2.zip
FreeBSD-src-24cd0071aa9ae79feedccb89ecc74d18dd7de5d2.tar.gz
Correct PCI ID.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 1 month PR: 202807
-rw-r--r--sys/dev/usb/controller/uhci_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c
index cd08e89..e7e4412 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:
OpenPOWER on IntegriCloud