summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] USB: arm26: fix compilation of drivers/usb/core/message.cAlexey Dobriyan2006-02-011-0/+1
* [PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman2006-02-011-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-101-14/+14
* [PATCH] shrink dentry structEric Dumazet2006-01-091-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-051-43/+41Star
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-051-45/+41Star
* | [PATCH] USB: fix usb_find_interface for ppc64Pete Zaitcev2006-01-041-10/+13
* | [PATCH] USB: replace __setup("nousb") with __module_param_callPete Zaitcev2006-01-041-12/+1Star
* | [PATCH] USB: fix local variable clashAlan Stern2006-01-041-3/+3
* | [PATCH] USB: mark various usb tables constArjan van de Ven2006-01-041-10/+10
* | [PATCH] USB: Don't assume root-hub resume succeedsAlan Stern2006-01-041-0/+2
* | [PATCH] USB: don't allocate dma pools for PIO HCDsChris Humbert2006-01-041-0/+3
* | [PATCH] USB: Store port number in usb_deviceAlan Stern2006-01-042-61/+19Star
* | [PATCH] USB: Consider power budget when choosing configurationAlan Stern2006-01-044-81/+162
* | [PATCH] USB: Fix locking for USB suspend/resumeAlan Stern2006-01-041-15/+39
* | [PATCH] USB: Disconnect children during hub unbindAlan Stern2006-01-041-63/+31Star
* | [PATCH] USB: Remove USB private semaphoreAlan Stern2006-01-047-148/+32Star
* | [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-042-2/+0Star
* | [PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman2006-01-041-4/+5
* | [PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman2006-01-041-0/+19
* | [PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman2006-01-041-50/+168
* | [PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman2006-01-044-312/+342
* | [PATCH] USB: central handling for host controllers that were reset during sus...Alan Stern2006-01-042-0/+34
|/
* [PATCH] usbcore: allow suspend/resume even if drivers don't support itAlan Stern2005-12-211-3/+6
* [PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt2005-11-303-7/+18
* [PATCH] USB: ohci, move ppc asic tweaks nearer pciDavid Brownell2005-11-241-2/+36
* [PATCH] USB: EHCI updatesDavid Brownell2005-11-241-1/+0Star
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-1712-69/+4Star
* [PATCH] usb devio warning fixAndrew Morton2005-11-171-1/+1
* [PATCH] USB: usbdevfs_ioctl 32bit fixAndrew Morton2005-11-171-2/+2
* [PATCH] usbfs: usbfs_dir_inode_operations cleanupOGAWA Hirofumi2005-11-171-6/+1Star
* [PATCH] USB: fix 'unused variable' warningDmitry Torokhov2005-11-171-2/+1Star
* USB: fix up some odd parts due to partial mergesGreg Kroah-Hartman2005-10-291-1/+1
* [PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton2005-10-291-2/+0Star
* [PATCH] USB: fix pm patches with CONFIG_PM off part 1Andrew Morton2005-10-291-3/+12
* [PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern2005-10-295-61/+56Star
* [PATCH] USB: Fix maxpacket length for ep0 on root hubsAlan Stern2005-10-291-2/+2
* [PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern2005-10-296-20/+10Star
* [PATCH] usbcore: Wrap lines before column 80Alan Stern2005-10-291-10/+20
* [PATCH] usbcore: endpoint attributes track altsetting changesAlan Stern2005-10-291-3/+9
* [PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern2005-10-291-95/+124
* [PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman2005-10-292-61/+37Star
* [PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev2005-10-291-14/+42
* [PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman2005-10-292-18/+0Star
* [PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman2005-10-294-28/+31
* [PATCH] USB: convert usbfs/devio.c to use usb notifiersGreg Kroah-Hartman2005-10-293-11/+34
* [PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman2005-10-295-1/+132
* [PATCH] USB: remove the global function usbdev_lookup_minorGreg Kroah-Hartman2005-10-292-18/+17Star
* [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern2005-10-293-20/+27
* [PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fi...Greg Kroah-Hartman2005-10-292-11/+13