summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)Author
2015-03-06USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern
2014-11-14usb: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede
2014-02-22Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp
2013-11-20usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman
2013-01-25USB: add usb_hcd_{start,end}_port_resumeAlan Stern
2013-01-21USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu
2013-01-11usb/core: update power budget for SuperSpeedSebastian Andrzej Siewior
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman
2012-11-13Revert "USB/host: Cleanup unneccessary irq disable code"Greg Kroah-Hartman
2012-10-24USB: speed up usb_bus_resume()Alan Stern
2012-09-26USB: Fix race condition when removing host controllersAlan Stern
2012-09-10USB/host: Cleanup unneccessary irq disable codeChuansheng Liu
2012-09-10usb/core: use bin2bcd() for bcdDevice in RHSebastian Andrzej Siewior
2012-07-09usb/hcd: Ensure scatter-gather is not used for isoc transfersHans de Goede
2012-05-18USB: Make sure to fetch the BOS desc for roothubs.Sarah Sharp
2012-05-07USB: make vendor id of root hubs greppablePaul Bolle
2012-04-09USB: fix race between root-hub suspend and remote wakeupAlan Stern
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi
2012-02-14USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp
2011-12-09USB: Adding #define in hub_configure() and hcd.c fileAman Deep
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-18xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki
2011-09-27USB: Add wakeup info to debugging messagesAlan Stern
2011-09-26USB: Update USB default wakeup settingsAlan Stern
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern
2011-08-15USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth.Sarah Sharp
2011-06-06USB: Add "authorized_default" parameter to the usbcore moduleCarl-Daniel Hailfinger
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern
2011-04-29usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior
2011-04-13USB: Fix unplug of device with active streamsMatthew Wilcox
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp
2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp
2011-03-13usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp
2011-03-13usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp
2011-03-13usb: Initialize hcd->state roothubs.Sarah Sharp
2011-03-13USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp
2011-03-07USB: move usbcore away from hcd->stateAlan Stern
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman
2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell
2011-02-04USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell
2011-02-03USB: fix race between root-hub resume and wakeup requestsAlan Stern