# 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 -> 1.660.1.5 # drivers/usb/core/hub.c 1.35 -> 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 (&intf->dev, hub); if (usb_hub_configure(hub, endpoint) >= 0) { - strcpy (intf->dev.name, "Hub/Port Status Changes"); + strcpy (intf->dev.name, "Hub"); return 0; }