USB: add devpath sysfs attribute
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 30 Nov 2009 19:15:02 +0000 (11:15 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:25 +0000 (11:55 -0800)
commit9af23624ae2c7978313b46e58fdc4ca5d8b799f5
tree4720c696b9416c3c0be2df1dc625e7be1bd30659
parentbe30fc4b650acb85549fd0a9c42fe042366de009
USB: add devpath sysfs attribute

This is not exported from the usb core, yet we rely on it to create
paths to interfaces for this device in sysfs.  Export it to make
userspace tools have an easier time to figure things out.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/sysfs.c