]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] USB: add endpoint information to sysfs
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 21 Jun 2005 04:15:16 +0000 (21:15 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:37 +0000 (16:47 -0700)
commitabaf0dbda99de966558e655d8c98c9f51d6dbedc
tree5775c40d5c05f5427bb36c3c61d0db143c719bdd
parentc2e1b112ce8762bd1e7ff507588ce4f4c6902172
[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