summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/endpoint.c
Commit message (Collapse)AuthorAgeFilesLines
* USB: added dynamic major number for USB endpointsSarah Bailey2006-12-011-13/+85
| | | | | | | | | | | | | This patch is an update for Greg K-H's proposed usbfs2: http://sourceforge.net/mailarchive/message.php?msg_id=19295229 It creates a dynamic major for USB endpoints and fixes the endpoint minor calculation. Signed-off-by: Sarah Bailey <saharabeara@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* usbcore: fix endpoint device creationAlan Stern2006-10-171-10/+8
| | | | | | | | | This patch (as800) straightens out the USB endpoint class device creation routine, fixing a refcount bug in the process. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* usbcore: fix refcount bug in endpoint removalAlan Stern2006-10-171-3/+1
| | | | | | | | This patch (as799) fixes a nasty refcount error in the USB endpoint class. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-271-8/+22
| | | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* [PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman2006-06-211-88/+150
| | | | | | | | 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>
* [PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman2006-06-211-2/+2
| | | | | | | Instead of a kobject, will make things easier in the future (don't know what I was thinking when I did this originally...) Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* [PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman2006-06-211-0/+213
This makes it easier to modify in the future without touching anything else. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud