aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-578/+0
2010-03-02USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu1-1/+1
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-3/+7
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp1-0/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-11USB: Check bandwidth when switching alt settings.Sarah Sharp1-2/+17
2009-09-23USB: Add hub descriptor update hook for xHCISarah Sharp1-0/+5
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern1-0/+4
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp1-0/+32
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp1-0/+8
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp1-0/+1
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp1-0/+1
2009-06-15USB: new flag for resume-from-hibernationAlan Stern1-2/+2
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern1-6/+3
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-0/+14
2009-02-17USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki1-1/+0
2009-01-27USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki1-1/+0
2009-01-07USB: fix up suspend and resume for PCI host controllersAlan Stern1-1/+3
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-2/+2
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev1-2/+2
2009-01-07USB: protect hcd.h from multiple inclusionsAnton Vorontsov1-0/+4
2008-10-29USB: fix crash when URBs are unlinked after the device is goneAlan Stern1-0/+1
2008-10-17USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern1-0/+6
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-4/+0
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi1-0/+2
2008-07-21USB: handle pci_name() being constGreg Kroah-Hartman1-1/+1
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+2
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern1-0/+2
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-2/+0
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern1-2/+2
2008-04-24USB: root hubs don't lie about their number of TTsAlan Stern1-0/+1
2008-04-24USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell1-1/+1
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman1-45/+45
2008-02-01usb: dma bounce buffer supportMagnus Damm1-0/+1
2008-02-01USB: force handover port to companion when hub_port_connect_change failsBalaji Rao1-0/+3
2007-10-12USB: mutual exclusion for EHCI init and port resetsAlan Stern1-1/+7
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern1-1/+3
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-1/+2
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern1-4/+6
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-5/+9
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez1-0/+7
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern1-12/+2
2007-04-27USB: separate autosuspend from external suspendAlan Stern1-0/+3
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern1-6/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+3
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern1-6/+0
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-6/+7
2006-09-27USB: remove struct usb_operationsAlan Stern1-25/+7
2006-09-27wusb: hub code recognizes wusb portsInaky Perez-Gonzalez1-0/+1
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov1-0/+8
2006-03-20[PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell1-2/+0
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven1-1/+1
2006-01-04[PATCH] USB: central handling for host controllers that were reset during sus...Alan Stern1-0/+1
2005-11-29[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt1-1/+6
2005-10-28[PATCH] USB: fix pm patches with CONFIG_PM off part 1Andrew Morton1-3/+12
2005-10-28[PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman1-16/+0
2005-10-28[PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman1-10/+0
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-6/+17
2005-10-28[PATCH] usbcore PCI glue updates for PMDavid Brownell1-3/+3
2005-10-28[PATCH] root hub changes (lesser half)David Brownell1-0/+1
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-4/+4
2005-09-08[PATCH] USB: tweak highspeed timing calculationsdavid-b@pacbell.net1-4/+4
2005-07-29[PATCH] USB: fix in usb_calc_bus_timeDan Streetman1-3/+5
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-4/+4
2005-06-27[PATCH] usbcore: register root hub in usb_add_hcdAlan Stern1-3/+0
2005-06-27[PATCH] usbcore: Remove hub_set_power_budgetAlan Stern1-0/+1
2005-06-27[PATCH] usbcore support for root-hub IRQ instead of pollingAlan Stern1-1/+14
2005-06-23[PATCH] better USB_MON dependenciesAdrian Bunk1-1/+1
2005-04-18[PATCH] USB: hcd suspend uses pm_message_tDavid Brownell1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+476