aboutsummaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern
2009-12-11USB: remove the auto_pm flagAlan Stern
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern
2009-09-23USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-07-12USB: usb.h: fix kernel-doc notationRandy Dunlap
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp
2009-06-15USB: Support for submitting control URBs under xHCI.Sarah Sharp
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp
2009-06-15USB: Add route string to struct usb_device.Sarah Sharp
2009-06-15USB: usb.h: change private: kernel-doc for new format requirementRandy Dunlap
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman
2009-06-15USB: add usb debugfs directoryGreg Kroah-Hartman
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers
2009-04-17USB: add reset endpoint operationsDavid Vrabel
2009-03-24USB: make actual_length in struct urb field u32Greg Kroah-Hartman
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman
2009-03-24USB: Move definitions from usb.h to usb/ch9.hJulia Lawall
2009-01-27USB: add kernel-doc for wusb_dev in struct usb_deviceInaky Perez-Gonzalez
2009-01-07USB: remove info() macro from usb.hGreg Kroah-Hartman
2009-01-07USB: remove warn() macro from usb.hGreg Kroah-Hartman
2009-01-07USB: extension of anchor API to unpoison an anchorOliver Neukum
2009-01-07USB: mark "reject" field of struct urb as atomic_tMing Lei
2009-01-07USB: utilize the bus notifiersAlan Stern
2009-01-07USB: Enhance usage of pm_message_tAlan Stern
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern
2008-11-13USB: don't register endpoints for interfaces that are going awayAlan Stern
2008-10-17USB: anchor API changes needed for btusbOliver Neukum
2008-10-17USB: extend poisoning to anchorsOliver Neukum
2008-10-17USB: kill URBs permanentlyOliver Neukum
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern
2008-08-13USB: add missing kerneldoc line for "needs_binding"Alan Stern
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei
2008-07-21USB: implement "soft" unbindingAlan Stern
2008-07-21USB: handle pci_name() being constGreg Kroah-Hartman
2008-04-24wusb: add link wusb-usb deviceInaky Perez-Gonzalez
2008-04-24wusb: add authenticathed bit to usb_devInaky Perez-Gonzalez
2008-04-24USB: update comments about usb driver's headerOliver Neukum
2008-04-24USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum