From: Dmitry Torokhov Date: Sun, 10 Jul 2005 06:21:24 +0000 (-0500) Subject: [PATCH] Driver core: link device and all class devices derived from it. X-Git-Tag: v2.6.14-rc1~751^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d1ce00bdd76c2987fbfb763cd40447413a55b3;p=pandora-kernel.git [PATCH] Driver core: link device and all class devices derived from it. Driver core: link device and all class devices derived from it. To ease the task of locating class devices derived from a certain device create symlinks from parent device to its class devices. Change USB host class device name from usbX to usb_hostX to avoid conflict when creating aforementioned links. Tweaked by Greg to have the symlink be "class_name:class_device_name" in order to prevent duplicate links. Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed