Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 07:08:29 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287772 - head/sys/dev/usb/controller
Message-ID:  <201509140708.t8E78T1d014709@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509140708.t8E78T1d014709>