[PATCH] USB: add endpoint information to sysfs
commit094f1649577dfc7f2c7407a8380e05a506b31f7f
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 21 Jun 2005 04:15:16 +0000 (20 21:15 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:37 +0000 (28 16:47 -0700)
tree5775c40d5c05f5427bb36c3c61d0db143c719bdd
parent8da608caa07d5c9745ec86bf7c25ad423352f9a4
[PATCH] USB: add endpoint information to sysfs

This patch adds endpoint information for both devices and interfaces to
sysfs.  Previously it was only possible to get the endpoint information
from usbfs, and never possible to get any information on endpoint 0.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 drivers/usb/core/sysfs.c |  195 ++++++++++++++++++++++++++++++++++++++++++++++-
 include/linux/usb.h      |    4
 2 files changed, 197 insertions(+), 2 deletions(-)
drivers/usb/core/sysfs.c
include/linux/usb.h