summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/endpoint.c
AgeCommit message (Expand)Author
2013-08-25USB: core: be specific about attribute permissionsGreg Kroah-Hartman
2013-07-24USB: remove unneeded idr.h includeGreg Kroah-Hartman
2012-08-20usb/endpoint: Set release callback in the struct device_type instead of in th...Lan Tianyu
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-01-22usb: set ep_dev async suspend should be later than device_initializePeter Chen
2010-10-22usb: core: endpoint: Fix error pathRahul Ruikar
2010-08-10USB: core endpoint: Fix Coding Stylescsanchez@neurowork.net
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall
2009-01-07USB: utilize the bus notifiersAlan Stern
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-05-14USB: create attributes before sending ueventAlan Stern
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-10-12USB: Get rid of annoying endpoint-release messageAlan Stern
2007-02-16USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett
2007-01-05USB: Fixed bug in endpoint release function.Sarah Bailey
2006-12-01USB: added dynamic major number for USB endpointsSarah Bailey
2006-10-17usbcore: fix endpoint device creationAlan Stern
2006-10-17usbcore: fix refcount bug in endpoint removalAlan Stern
2006-09-27USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman
2006-06-21[PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman
2006-06-21[PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman
2006-06-21[PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman