summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.h
Commit message (Expand)AuthorAgeFilesLines
* USB: fix the clear_tt_buffer interfaceAlan Stern2009-07-131-0/+4
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-161-0/+32
* USB: Support for addressing a USB device under xHCISarah Sharp2009-06-161-0/+8
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-161-0/+1
* USB: xhci: BIOS handoff and HW initialization.Sarah Sharp2009-06-161-0/+1
* USB: new flag for resume-from-hibernationAlan Stern2009-06-161-2/+2
* USB: move PCI host controllers to new PM frameworkAlan Stern2009-06-161-6/+3Star
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-0/+14
* USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2009-02-181-1/+0Star
* USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2009-01-281-1/+0Star
* USB: fix up suspend and resume for PCI host controllersAlan Stern2009-01-071-1/+3
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-2/+2
* USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-071-2/+2
* USB: protect hcd.h from multiple inclusionsAnton Vorontsov2009-01-071-0/+4
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-291-0/+1
* USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern2008-10-171-0/+6
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-4/+0Star
* usb: hub: add check for unsupported bus topologyFelipe Balbi2008-07-221-0/+2
* USB: handle pci_name() being constGreg Kroah-Hartman2008-07-221-1/+1
* Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-061-0/+2
* USB: EHCI: suppress unwanted error messagesAlan Stern2008-05-291-0/+2
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-251-2/+0Star
* USB: clarify usage of hcd->suspend/resume methodsAlan Stern2008-04-251-2/+2
* USB: root hubs don't lie about their number of TTsAlan Stern2008-04-251-0/+1
* USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell2008-04-251-1/+1
* USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman2008-02-011-45/+45
* usb: dma bounce buffer supportMagnus Damm2008-02-011-0/+1
* USB: force handover port to companion when hub_port_connect_change failsBalaji Rao2008-02-011-0/+3
* USB: mutual exclusion for EHCI init and port resetsAlan Stern2007-10-121-1/+7
* USB: break apart flush_endpoint and disable_endpointAlan Stern2007-10-121-1/+3
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-1/+2
* USB: reorganize urb->status use in usbmonAlan Stern2007-10-121-4/+6
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-5/+9
* usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez2007-10-121-0/+7
* USB: separate root and non-root suspend/resumeAlan Stern2007-07-131-12/+2Star
* USB: separate autosuspend from external suspendAlan Stern2007-04-271-0/+3
* usbcore: remove unused bandwith-related codeAlan Stern2007-02-081-6/+0Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-6/+3Star
* usbcore: remove usb_suspend_root_hubAlan Stern2006-09-271-6/+0Star
* usbcore: trim down usb_bus structureAlan Stern2006-09-271-6/+7
* USB: remove struct usb_operationsAlan Stern2006-09-271-25/+7Star
* wusb: hub code recognizes wusb portsInaky Perez-Gonzalez2006-09-271-0/+1
* USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov2006-09-271-0/+8
* [PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell2006-03-201-2/+0Star
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-201-1/+1
* [PATCH] USB: central handling for host controllers that were reset during sus...Alan Stern2006-01-041-0/+1
* [PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt2005-11-301-1/+6
* [PATCH] USB: fix pm patches with CONFIG_PM off part 1Andrew Morton2005-10-291-3/+12
* [PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman2005-10-291-16/+0Star
* [PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman2005-10-291-10/+0Star