aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)Author
2010-05-20USB: add missing "{}" in map_urb_for_dmaMing Lei
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox
2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern
2010-05-20USB: remove duplicated #includeHuang Weiyi
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-03-02USB: fix the idProduct value for USB-3.0 root hubsAlan Stern
2010-03-02USB: convert to the runtime PM frameworkAlan Stern
2010-03-02USB: consolidate remote wakeup routinesAlan Stern
2010-03-02USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp
2009-12-23USB core: fix recent kernel-doc warningsRandy Dunlap
2009-12-11USB: Check bandwidth when switching alt settings.Sarah Sharp
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp
2009-12-11USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten
2009-12-11USB: Check results of dma_map_singleLarry Finger
2009-09-23USB: Clean up root hub string descriptorsGeorge Spelvin
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-06-15USB: xhci: replace if-elseif-else with switch-caseViral Mehta
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp
2009-06-15USB: Add USB 3.0 roothub support to USB core.Sarah Sharp
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman
2009-04-17USB: add reset endpoint operationsDavid Vrabel
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2009-01-07USB: mark "reject" field of struct urb as atomic_tMing Lei
2009-01-07USB: Enhance usage of pm_message_tAlan Stern
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev
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-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-09-23USB: fix hcd interrupt disablingGeoff Levand
2008-08-21USB: automatically enable RHSC interruptsAlan Stern
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
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-07-03USB: fix interrupt disabling for HCDs with shared interrupt handlersStefan Becker
2008-05-20USB: Core: fix race in device_createGreg Kroah-Hartman
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern
2008-04-24USB: root hubs don't lie about their number of TTsAlan Stern
2008-04-24USB: fix comments of 2 functions in hcd.cMing Lei
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman
2008-02-01USB: use a real vendor and product id for root hubsGreg Kroah-Hartman
2008-02-01usb: dma bounce buffer supportMagnus Damm
2008-02-01USB: Convert from class_device to device for USB coreTony Jones
2007-11-28USB HCD: avoid duplicate local_irq_disable()Alan Stern
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk