aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/endpoint.c
Commit message (Expand)AuthorAgeFilesLines
* usb: set ep_dev async suspend should be later than device_initializePeter Chen2011-01-221-1/+1
* usb: core: endpoint: Fix error pathRahul Ruikar2010-10-221-1/+1
* USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net2010-08-101-2/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-261-0/+1
* driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-151-152/+8
* USB: drivers: use USB API functions rather than constantsJulia Lawall2009-03-241-5/+4
* USB: utilize the bus notifiersAlan Stern2009-01-071-2/+2
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-171-1/+2
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* USB: create attributes before sending ueventAlan Stern2008-05-141-6/+5
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* USB: Get rid of annoying endpoint-release messageAlan Stern2007-10-121-1/+0
* USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett2007-02-161-1/+1
* USB: Fixed bug in endpoint release function.Sarah Bailey2007-01-051-1/+1
* USB: added dynamic major number for USB endpointsSarah Bailey2006-12-011-13/+85
* usbcore: fix endpoint device creationAlan Stern2006-10-171-10/+8
* usbcore: fix refcount bug in endpoint removalAlan Stern2006-10-171-3/+1
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-271-8/+22
* [PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman2006-06-211-88/+150
* [PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman2006-06-211-2/+2
* [PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman2006-06-211-0/+213