summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* USB: fix the idProduct value for USB-3.0 root hubsAlan Stern2010-03-021-1/+1
* USB: convert to the runtime PM frameworkAlan Stern2010-03-021-4/+9
* USB: consolidate remote wakeup routinesAlan Stern2010-03-021-2/+1Star
* USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp2010-03-021-2/+7
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-211-0/+18
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-231-1/+3
* USB: Check bandwidth when switching alt settings.Sarah Sharp2009-12-111-12/+44
* USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-111-10/+2Star
* USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten2009-12-111-1/+1
* USB: Check results of dma_map_singleLarry Finger2009-12-111-4/+10
* USB: Clean up root hub string descriptorsGeorge Spelvin2009-09-231-47/+64
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* USB: xhci: replace if-elseif-else with switch-caseViral Mehta2009-06-161-7/+18
* USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-161-1/+2
* USB: Support for bandwidth allocation.Sarah Sharp2009-06-161-0/+86
* USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-161-2/+69
* USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-161-2/+14
* USB: remove unused usb_host classGreg Kroah-Hartman2009-06-161-27/+0Star
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-0/+26
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-251-19/+12Star
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-251-1/+1
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-071-3/+3
* USB: Enhance usage of pm_message_tAlan Stern2009-01-071-5/+5
* USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-071-2/+2
* USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-291-3/+32
* USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern2008-10-171-0/+4
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2Star
* USB: fix hcd interrupt disablingGeoff Levand2008-09-231-1/+2
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-9/+0Star
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-221-2/+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/+9
* USB: fix interrupt disabling for HCDs with shared interrupt handlersStefan Becker2008-07-041-10/+28
* USB: Core: fix race in device_createGreg Kroah-Hartman2008-05-201-3/+3
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-251-9/+0Star
* USB: root hubs don't lie about their number of TTsAlan Stern2008-04-251-2/+12
* USB: fix comments of 2 functions in hcd.cMing Lei2008-04-251-2/+0Star
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-011-9/+9
* USB: use a real vendor and product id for root hubsGreg Kroah-Hartman2008-02-011-4/+4
* usb: dma bounce buffer supportMagnus Damm2008-02-011-20/+156
* USB: Convert from class_device to device for USB coreTony Jones2008-02-011-7/+7
* USB HCD: avoid duplicate local_irq_disable()Alan Stern2007-11-281-1/+2
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0Star
* USB: Export URB statistics for powertopSarah Sharp2007-10-121-0/+2
* USB: flush outstanding URBs when suspendingAlan Stern2007-10-121-0/+5
* USB: break apart flush_endpoint and disable_endpointAlan Stern2007-10-121-21/+27
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-11/+11
* USB: reorganize urb->status use in usbmonAlan Stern2007-10-121-1/+1
* USB: fix mistake in usb_hcd_giveback_urbAlan Stern2007-10-121-3/+4
* USB: add urb->unlinked fieldAlan Stern2007-10-121-7/+12