aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-05-08[PATCH] USB: usbcore: don't check the device's power sourceAlan Stern1-10/+13
2006-05-08[PATCH] USB: fix OHCI PM regressionDavid Brownell1-7/+6
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-4/+3
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton1-4/+3
2006-04-14[PATCH] USB: otg hub support is optionalDavid Brownell2-0/+14
2006-04-14[PATCH] USB: drivers/usb/core/: remove unused exportsAdrian Bunk2-3/+0
2006-03-29Merge ../linux-2.6Paul Mackerras2-60/+11
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-3/+3
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-2/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-57/+8
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds9-125/+156
2006-03-20[PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESSHorst Schirmeier1-1/+2
2006-03-20[PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)Horst Schirmeier1-5/+7
2006-03-20[PATCH] USB: usbcore: Don't assume a USB configuration includes any interfacesAlan Stern1-6/+10
2006-03-20[PATCH] usbcore: fix compile error with CONFIG_USB_SUSPEND=nAlan Stern1-1/+1
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-2/+0
2006-03-20[PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell4-27/+48
2006-03-20[PATCH] USB: usbcore sets up root hubs earlierDavid Brownell1-49/+55
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven6-28/+33
2006-03-20[PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk1-3/+2
2006-03-20[PATCH] USB: optimise devio.c usbdev_read fixAndrew Morton1-4/+4
2006-03-20[PATCH] USB: optimise devio.c::usbdev_readOliver Neukum1-13/+8
2006-03-20[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to USB subsystemGreg Kroah-Hartman1-3/+3
2006-02-05[PATCH] USB: Fix GPL markings on usb core functions.Greg KH1-3/+3
2006-01-31[PATCH] USB: arm26: fix compilation of drivers/usb/core/message.cAlexey Dobriyan1-0/+1
2006-01-31[PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-14/+14
2006-01-08[PATCH] shrink dentry structEric Dumazet1-3/+3
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-43/+41
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-45/+41
2006-01-04[PATCH] USB: fix usb_find_interface for ppc64Pete Zaitcev1-10/+13
2006-01-04[PATCH] USB: replace __setup("nousb") with __module_param_callPete Zaitcev1-12/+1
2006-01-04[PATCH] USB: fix local variable clashAlan Stern1-3/+3
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven1-10/+10
2006-01-04[PATCH] USB: Don't assume root-hub resume succeedsAlan Stern1-0/+2
2006-01-04[PATCH] USB: don't allocate dma pools for PIO HCDsChris Humbert1-0/+3
2006-01-04[PATCH] USB: Store port number in usb_deviceAlan Stern2-61/+19
2006-01-04[PATCH] USB: Consider power budget when choosing configurationAlan Stern4-81/+162
2006-01-04[PATCH] USB: Fix locking for USB suspend/resumeAlan Stern1-15/+39
2006-01-04[PATCH] USB: Disconnect children during hub unbindAlan Stern1-63/+31
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern7-148/+32
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2-2/+0
2006-01-04[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman1-4/+5
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman1-0/+19
2006-01-04[PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman1-50/+168
2006-01-04[PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman4-312/+342
2006-01-04[PATCH] USB: central handling for host controllers that were reset during suspend/resumeAlan Stern2-0/+34
2005-12-21[PATCH] usbcore: allow suspend/resume even if drivers don't support itAlan Stern1-3/+6
2005-11-29[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt3-7/+18
2005-11-23[PATCH] USB: ohci, move ppc asic tweaks nearer pciDavid Brownell1-2/+36