aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
Commit message (Expand)AuthorAge
* USB: xHCI: Supporting MSI/MSI-XDong Nguyen2010-08-10
* USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi2010-08-10
* USB: fix race between root-hub wakeup & controller suspendAlan Stern2010-08-10
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-10
* USB: don't stop root-hub status polls too soonAlan Stern2010-08-10
* USB: fix failure path in usb_add_hcd()Alan Stern2010-08-10
* USB: add missing "{}" in map_urb_for_dmaMing Lei2010-05-20
* USB: Change the scatterlist type in struct urbMatthew Wilcox2010-05-20
* USB: remove URB_NO_SETUP_DMA_MAPAlan Stern2010-05-20
* USB: Support for allocating USB 3.0 streams.Sarah Sharp2010-05-20
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-20
* USB: remove duplicated #includeHuang Weiyi2010-05-20
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-20
* USB: fix the idProduct value for USB-3.0 root hubsAlan Stern2010-03-02
* USB: convert to the runtime PM frameworkAlan Stern2010-03-02
* USB: consolidate remote wakeup routinesAlan Stern2010-03-02
* USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp2010-03-02
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-20
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-23
* USB: Check bandwidth when switching alt settings.Sarah Sharp2009-12-11
* USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-11
* USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten2009-12-11
* USB: Check results of dma_map_singleLarry Finger2009-12-11
* USB: Clean up root hub string descriptorsGeorge Spelvin2009-09-23
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
* USB: xhci: replace if-elseif-else with switch-caseViral Mehta2009-06-16
* USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-16
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-16
* USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-16
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-16
* USB: remove unused usb_host classGreg Kroah-Hartman2009-06-16
* USB: add reset endpoint operationsDavid Vrabel2009-04-17
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-24
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-24
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-07
* USB: Enhance usage of pm_message_tAlan Stern2009-01-07
* USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-07
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-29
* USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern2008-10-17
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* USB: fix hcd interrupt disablingGeoff Levand2008-09-23
* USB: automatically enable RHSC interruptsAlan Stern2008-08-21
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-21
* USB: handle pci_name() being constGreg Kroah-Hartman2008-07-21
* Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-06
* USB: fix interrupt disabling for HCDs with shared interrupt handlersStefan Becker2008-07-03
* USB: Core: fix race in device_createGreg Kroah-Hartman2008-05-20
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-25
* USB: root hubs don't lie about their number of TTsAlan Stern2008-04-25
* USB: fix comments of 2 functions in hcd.cMing Lei2008-04-25