aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-24USB: root hubs don't lie about their number of TTsAlan Stern1-2/+12
2008-04-24USB: fix comments of 2 functions in hcd.cMing Lei1-2/+0
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-9/+9
2008-02-01USB: use a real vendor and product id for root hubsGreg Kroah-Hartman1-4/+4
2008-02-01usb: dma bounce buffer supportMagnus Damm1-20/+156
2008-02-01USB: Convert from class_device to device for USB coreTony Jones1-7/+7
2007-11-28USB HCD: avoid duplicate local_irq_disable()Alan Stern1-1/+2
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-12USB: Export URB statistics for powertopSarah Sharp1-0/+2
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern1-0/+5
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern1-21/+27
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-11/+11
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern1-1/+1
2007-10-12USB: fix mistake in usb_hcd_giveback_urbAlan Stern1-3/+4
2007-10-12USB: add urb->unlinked fieldAlan Stern1-7/+12
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-2/+7
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-124/+131
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez1-15/+18
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez1-1/+72
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern1-150/+166
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern1-23/+29
2007-10-12USB: cleanup for previous patchesAlan Stern1-5/+0
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern1-16/+24
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern1-2/+2
2007-10-12USB: add ep->enableAlan Stern1-4/+1
2007-10-12USB: add urb->epAlan Stern1-9/+4
2007-07-19USB: change name of spinlock in hcd.cAlan Stern1-23/+26
2007-07-19USB: move routines in hcd.cAlan Stern1-41/+41
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern1-1/+4
2007-07-12USB: Remove usages of dev->power.power_stateAlan Stern1-10/+0
2007-07-12usb: free DMA mappings if enqueue failsPete Zaitcev1-27/+20
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern1-19/+33
2007-07-12USB: introduce usb_anchorOliver Neukum1-0/+2
2007-07-12USB: Patch to align the various USB timers to fire at the same timeArjan van de Ven1-4/+6
2007-05-29USB: replace flush_workqueue with cancel_sync_workAlan Stern1-1/+1
2007-05-22USB: Deref URB after usbmon is done with itPete Zaitcev1-1/+1
2007-05-22USB: remove unneeded WARN_ONAlan Stern1-4/+0
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern1-0/+1
2007-04-27USB: separate autosuspend from external suspendAlan Stern1-3/+22
2007-04-27USB: fix race in HCD removalAlan Stern1-3/+5
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern1-137/+0
2006-12-01usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com1-1/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-8/+7
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-2/+2
2006-09-28USB: allow both root-hub interrupts and pollingAlan Stern1-2/+1
2006-09-28USB: Fix alignment of buffer passed down to ->hub_control()Mikael Pettersson1-1/+2
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern1-44/+0
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-44/+23
2006-09-27usbcore: Add flag for whether a host controller uses DMAAlan Stern1-3/+5
2006-09-27USB: remove struct usb_operationsAlan Stern1-44/+5