Re: [BK PATCH] USB changes for 2.5.39

Greg KH (greg@kroah.com)
Mon, 30 Sep 2002 17:34:57 -0700


# 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;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/