aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/hcd.h
AgeCommit message (Expand)Author
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-11USB: Check bandwidth when switching alt settings.Sarah Sharp
2009-09-23USB: Add hub descriptor update hook for xHCISarah Sharp
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp
2009-06-15USB: new flag for resume-from-hibernationAlan Stern
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern
2009-04-17USB: add reset endpoint operationsDavid Vrabel
2009-02-17USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki
2009-01-27USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki
2009-01-07USB: fix up suspend and resume for PCI host controllersAlan 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: protect hcd.h from multiple inclusionsAnton Vorontsov
2008-10-29USB: fix crash when URBs are unlinked after the device is goneAlan Stern
2008-10-17USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern
2008-08-21USB: automatically enable RHSC interruptsAlan Stern
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi
2008-07-21USB: handle pci_name() being constGreg Kroah-Hartman
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern
2008-04-24USB: root hubs don't lie about their number of TTsAlan Stern
2008-04-24USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman
2008-02-01usb: dma bounce buffer supportMagnus Damm
2008-02-01USB: force handover port to companion when hub_port_connect_change failsBalaji Rao
2007-10-12USB: mutual exclusion for EHCI init and port resetsAlan Stern
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern
2007-10-12USB: Eliminate urb->status usage!Alan Stern
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern
2007-04-27USB: separate autosuspend from external suspendAlan Stern
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern
2006-09-27usbcore: trim down usb_bus structureAlan Stern
2006-09-27USB: remove struct usb_operationsAlan Stern
2006-09-27wusb: hub code recognizes wusb portsInaky Perez-Gonzalez
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov
2006-03-20[PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven
2006-01-04[PATCH] USB: central handling for host controllers that were reset during sus...Alan Stern
2005-11-29[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt