PERFORCE change 131550 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Dec 24 14:33:11 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131550

Change 131550 by hselasky at hselasky_laptop001 on 2007/12/24 22:32:20

	
	Uppercase the word "hub".

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ehci.c#64 edit
.. //depot/projects/usb/src/sys/dev/usb/ohci.c#53 edit
.. //depot/projects/usb/src/sys/dev/usb/uhci.c#54 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/ehci.c#64 (text+ko) ====

@@ -3162,7 +3162,7 @@
 				break;
 
 			case 2:	/* Product */
-				ptr = "EHCI root hub";
+				ptr = "EHCI root HUB";
 				break;
 
 			default:

==== //depot/projects/usb/src/sys/dev/usb/ohci.c#53 (text+ko) ====

@@ -2289,7 +2289,7 @@
 				break;
 
 			case 2:	/* Product */
-				ptr = "OHCI root hub";
+				ptr = "OHCI root HUB";
 				break;
 
 			default:

==== //depot/projects/usb/src/sys/dev/usb/uhci.c#54 (text+ko) ====

@@ -2635,7 +2635,7 @@
 				break;
 
 			case 2:	/* Product */
-				ptr = "UHCI root hub";
+				ptr = "UHCI root HUB";
 				break;
 
 			default:


More information about the p4-projects mailing list