summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)Author
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
2007-10-12USB: Export URB statistics for powertopSarah Sharp
2007-10-12USB: flush outstanding URBs when suspendingAlan 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: fix mistake in usb_hcd_giveback_urbAlan Stern
2007-10-12USB: add urb->unlinked fieldAlan Stern
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern
2007-10-12USB: cleanup for previous patchesAlan Stern
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern
2007-10-12USB: add ep->enableAlan Stern