<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.660.1.4 -&gt; 1.660.1.5
#	drivers/usb/core/hub.c	1.35    -&gt; 1.36   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/09/30	greg@kroah.com	1.660.1.5
# USB: Fix the name of usb hubs in driverfs.
# --------------------------------------------
#
diff -Nru a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
--- a/drivers/usb/core/hub.c	Mon Sep 30 17:25:28 2002
+++ b/drivers/usb/core/hub.c	Mon Sep 30 17:25:28 2002
@@ -537,7 +537,7 @@
 	dev_set_drvdata (&amp;intf-&gt;dev, hub);
 
 	if (usb_hub_configure(hub, endpoint) &gt;= 0) {
-		strcpy (intf-&gt;dev.name, "Hub/Port Status Changes");
+		strcpy (intf-&gt;dev.name, "Hub");
 		return 0;
 	}
 
</pre></body></html>