aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/endpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-16USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett1-1/+1
2007-01-05USB: Fixed bug in endpoint release function.Sarah Bailey1-1/+1
2006-12-01USB: added dynamic major number for USB endpointsSarah Bailey1-13/+85
2006-10-17usbcore: fix endpoint device creationAlan Stern1-10/+8
2006-10-17usbcore: fix refcount bug in endpoint removalAlan Stern1-3/+1
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman1-8/+22
2006-06-21[PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman1-88/+150
2006-06-21[PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman1-2/+2
2006-06-21[PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman1-0/+213