aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-5/+2
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar1-0/+4
2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern1-2/+0
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-3/+2
2010-11-08usb.h: fix ioctl kernel-doc infoRandy Dunlap1-1/+1
2010-08-10USB:: fix linux/usb.h kernel-doc warningsRandy Dunlap1-0/+3
2010-08-10USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen1-1/+1
2010-05-20USB: remove unused usb_buffer_alloc and usb_buffer_free macrosGreg Kroah-Hartman1-12/+0
2010-05-20USB: usb.h: checkpatch cleanupsGreg Kroah-Hartman1-16/+16
2010-05-20USB: remove usb_find_deviceMing Lei1-1/+0
2010-05-20USB: simplify usb_sg_init()Alan Stern1-2/+0
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox1-1/+1
2010-05-20USB: Turn interface_to_usbdev into an inline functionMatthew Wilcox1-2/+5
2010-05-20USB: Add a usb_pipe_endpoint() convenience functionMatthew Wilcox1-0/+8
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern1-17/+11
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern1-16/+3
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+10
2010-05-20USB: Add stream ID field to struct urb.Sarah Sharp1-0/+1
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern1-4/+2
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern1-0/+9
2010-04-30USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack1-3/+15
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox1-5/+13
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-3/+3
2010-03-02USB: Extend and neaten dbg macrosJoe Perches1-5/+9
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-28/+3
2010-03-02USB: implement usb_enable_autosuspendAlan Stern1-0/+8
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern1-0/+1
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp1-0/+1
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp1-0/+4
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern1-16/+10
2009-12-11USB: remove the auto_pm flagAlan Stern1-2/+0
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-0/+1
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern1-3/+3
2009-09-23USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev1-6/+13
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-07-12USB: usb.h: fix kernel-doc notationRandy Dunlap1-2/+4
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+30
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp1-7/+7
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp1-0/+2
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp1-0/+16
2009-06-15USB: Support for submitting control URBs under xHCI.Sarah Sharp1-1/+3
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp1-0/+2
2009-06-15USB: Add route string to struct usb_device.Sarah Sharp1-0/+2
2009-06-15USB: usb.h: change private: kernel-doc for new format requirementRandy Dunlap1-2/+2
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman1-1/+0
2009-06-15USB: add usb debugfs directoryGreg Kroah-Hartman1-0/+3
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers1-0/+3
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-8/+1
2009-03-24USB: make actual_length in struct urb field u32Greg Kroah-Hartman1-1/+1