aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-0/+21
|\
| * USB: add USB_VENDOR_AND_INTERFACE_INFO() macroGustavo Padovan2012-08-261-0/+21
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-0/+1
|\ \ | |/
| * usb: fix number of mapped SG DMA entriesClemens Ladisch2012-01-121-0/+1
* | samsung update 1codeworkx2012-06-021-0/+4
|/
* USB: documentation update for the pre_reset methodAlan Stern2011-04-291-2/+4
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell2011-02-041-0/+1
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-5/+2
|\
| * USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-161-2/+0
| * USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-161-3/+2
* | usb: musb: do not use dma for control transfersAnand Gadiyar2010-11-221-0/+4
* | usb.h: fix ioctl kernel-doc infoRandy Dunlap2010-11-081-1/+1
|/
* USB:: fix linux/usb.h kernel-doc warningsRandy Dunlap2010-08-101-0/+3
* USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2010-08-101-1/+1
* USB: remove unused usb_buffer_alloc and usb_buffer_free macrosGreg Kroah-Hartman2010-05-201-12/+0
* USB: usb.h: checkpatch cleanupsGreg Kroah-Hartman2010-05-201-16/+16
* USB: remove usb_find_deviceMing Lei2010-05-201-1/+0
* USB: simplify usb_sg_init()Alan Stern2010-05-201-2/+0
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-201-1/+1
* USB: Turn interface_to_usbdev into an inline functionMatthew Wilcox2010-05-201-2/+5
* USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox2010-05-201-0/+8
* USB: remove URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-17/+11
* USB: remove the usb_host_ss_ep_comp structureAlan Stern2010-05-201-16/+3
* USB: Support for allocating USB 3.0 streams.Sarah Sharp2010-05-201-0/+10
* USB: Add stream ID field to struct urb.Sarah Sharp2010-05-201-0/+1
* USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-201-4/+2
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-201-0/+9
* USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack2010-04-301-3/+15
* USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox2010-03-191-5/+13
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-071-3/+3
* USB: Extend and neaten dbg macrosJoe Perches2010-03-021-5/+9
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-28/+3
* USB: implement usb_enable_autosuspendAlan Stern2010-03-021-0/+8
* USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-261-0/+1
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-201-0/+1
* USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-111-0/+4
* USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-111-16/+10
* USB: remove the auto_pm flagAlan Stern2009-12-111-2/+0
* USB: make urb scatter-gather support more genericDavid Vrabel2009-12-111-0/+1
* USB: make intf.pm_usage an atomic_tAlan Stern2009-09-231-3/+3
* USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev2009-09-231-6/+13
* trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-211-1/+1
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* USB: usb.h: fix kernel-doc notationRandy Dunlap2009-07-121-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-161-4/+30
|\
| * USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp2009-06-151-7/+7
| * USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-151-0/+2
| * USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp2009-06-151-0/+16
| * USB: Support for submitting control URBs under xHCI.Sarah Sharp2009-06-151-1/+3