svn commit: r287772 - head/sys/dev/usb/controller

Hans Petter Selasky hselasky at FreeBSD.org
Mon Sep 14 07:08:30 UTC 2015


Author: hselasky
Date: Mon Sep 14 07:08:29 2015
New Revision: 287772
URL: https://svnweb.freebsd.org/changeset/base/287772

Log:
  Correct PCI ID.
  
  Submitted by:	Dmitry Luhtionov <dmitryluhtionov at gmail.com>
  MFC after:	1 month
  PR:		202807

Modified:
  head/sys/dev/usb/controller/uhci_pci.c

Modified: head/sys/dev/usb/controller/uhci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/uhci_pci.c	Mon Sep 14 06:10:49 2015	(r287771)
+++ head/sys/dev/usb/controller/uhci_pci.c	Mon Sep 14 07:08:29 2015	(r287772)
@@ -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:


More information about the svn-src-head mailing list