summaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * USB: Support for addressing a USB device under xHCISarah Sharp2009-06-151-0/+2
| * USB: Add route string to struct usb_device.Sarah Sharp2009-06-151-0/+2
| * USB: usb.h: change private: kernel-doc for new format requirementRandy Dunlap2009-06-151-2/+2
| * USB: remove unused usb_host classGreg Kroah-Hartman2009-06-151-1/+0
| * USB: add usb debugfs directoryGreg Kroah-Hartman2009-06-151-0/+3
* | Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-151-0/+3
|/
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-8/+1
* USB: make actual_length in struct urb field u32Greg Kroah-Hartman2009-03-241-1/+1
* USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman2009-03-241-1/+1
* USB: Move definitions from usb.h to usb/ch9.hJulia Lawall2009-03-241-180/+0
* USB: add kernel-doc for wusb_dev in struct usb_deviceInaky Perez-Gonzalez2009-01-271-0/+2
* USB: remove info() macro from usb.hGreg Kroah-Hartman2009-01-071-2/+0
* USB: remove warn() macro from usb.hGreg Kroah-Hartman2009-01-071-2/+0
* USB: extension of anchor API to unpoison an anchorOliver Neukum2009-01-071-0/+1
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-071-1/+1
* USB: utilize the bus notifiersAlan Stern2009-01-071-0/+2
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-1/+1
* USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-071-1/+1
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-071-0/+8
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-071-0/+9
* USB: don't register endpoints for interfaces that are going awayAlan Stern2008-11-131-0/+2
* USB: anchor API changes needed for btusbOliver Neukum2008-10-171-0/+3
* USB: extend poisoning to anchorsOliver Neukum2008-10-171-0/+2
* USB: kill URBs permanentlyOliver Neukum2008-10-171-0/+2
* USB: Defer Set-Interface for suspended devicesAlan Stern2008-08-211-0/+3
* USB: add missing kerneldoc line for "needs_binding"Alan Stern2008-08-131-0/+2
* USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern2008-07-211-0/+1
* USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2008-07-211-3/+2
* USB: remove interface parameter of usb_reset_composite_deviceMing Lei2008-07-211-2/+1
* USB: implement "soft" unbindingAlan Stern2008-07-211-0/+3
* USB: handle pci_name() being constGreg Kroah-Hartman2008-07-211-1/+1
* wusb: add link wusb-usb deviceInaky Perez-Gonzalez2008-04-241-0/+2
* wusb: add authenticathed bit to usb_devInaky Perez-Gonzalez2008-04-241-0/+2
* USB: update comments about usb driver's headerOliver Neukum2008-04-241-6/+4
* USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum2008-04-241-0/+1