OSDN Git Service

[PATCH] USB: make endpoints real struct devices
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Jun 2006 19:14:34 +0000 (12:14 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:19 +0000 (15:04 -0700)
commit9bde7497e0b54178c317fac47a18be7f948dd471
tree395a1c86801a1ba1bd04a007ffac3c5a73d9f27d
parent36679ea59846d8f34a48f71ca1a37671ca0ad3c5
[PATCH] USB: make endpoints real struct devices

This will allow for us to give endpoints a major/minor to create a
"usbfs2-like" way to access endpoints directly from userspace in an
easier manner than the current usbfs provides us.

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