aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: fix up some odd parts due to partial mergesGreg Kroah-Hartman2005-10-281-1/+1
* [PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton2005-10-281-2/+0
* [PATCH] USB: fix pm patches with CONFIG_PM off part 1Andrew Morton2005-10-281-3/+12
* [PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern2005-10-285-61/+56
* [PATCH] USB: Fix maxpacket length for ep0 on root hubsAlan Stern2005-10-281-2/+2
* [PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern2005-10-286-20/+10
* [PATCH] usbcore: Wrap lines before column 80Alan Stern2005-10-281-10/+20
* [PATCH] usbcore: endpoint attributes track altsetting changesAlan Stern2005-10-281-3/+9
* [PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern2005-10-281-95/+124
* [PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman2005-10-282-61/+37
* [PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev2005-10-281-14/+42
* [PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman2005-10-282-18/+0
* [PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman2005-10-284-28/+31
* [PATCH] USB: convert usbfs/devio.c to use usb notifiersGreg Kroah-Hartman2005-10-283-11/+34
* [PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman2005-10-285-1/+132
* [PATCH] USB: remove the global function usbdev_lookup_minorGreg Kroah-Hartman2005-10-282-18/+17
* [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern2005-10-283-20/+27
* [PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fi...Greg Kroah-Hartman2005-10-282-11/+13
* [PATCH] USB: usb_bulk_message() handles interrupts endpointsAlan Stern2005-10-281-4/+20
* [PATCH] updates for "controller suspended" handlingDavid Brownell2005-10-282-17/+14
* [PATCH] stop exporting two functionsDavid Brownell2005-10-282-8/+8
* [PATCH] usbcore PCI glue updates for PMDavid Brownell2005-10-282-59/+53
* [PATCH] root hub updates (greater half)David Brownell2005-10-282-77/+97
* [PATCH] root hub changes (lesser half)David Brownell2005-10-285-21/+110
* [PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell2005-10-281-15/+27
* [PATCH] USB: Fix usb hub buildMatt Porter2005-10-281-1/+1
* [PATCH] remove some USB_SUSPEND dependenciesDavid Brownell2005-10-281-0/+2
* [PATCH] remove duplicated resume path codeDavid Brownell2005-10-281-28/+5
* [PATCH] remove usb_suspend_device() parameterDavid Brownell2005-10-282-15/+42
* [PATCH] remove suspend-path recursionDavid Brownell2005-10-281-64/+12
* [PATCH] usb_interface power stateDavid Brownell2005-10-284-32/+85
* [PATCH] USB: add more snooping hooks in devio.cGreg Kroah-Hartman2005-10-281-5/+50
* [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-281-15/+4
* [PATCH] USB: add endpoint information to sysfsGreg Kroah-Hartman2005-10-281-2/+193
* Merge ../bleed-2.6Greg KH2005-10-286-10/+10
|\
| * [PATCH] gfp_t: drivers/usbAl Viro2005-10-286-10/+10
* | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-283-3/+6
* | [PATCH] usb device wakeup flagsDavid Brownell2005-10-281-7/+9
|/
* Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds2005-10-103-3/+6
* [PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte2005-10-101-3/+9
* [PATCH] usb/core/hcd-pci.c: don't free_irq() on suspendDaniel Ritz2005-09-301-9/+0
* [PATCH] driver core: add helper device_is_registered()Daniel Ritz2005-09-222-4/+4
* [PATCH] USB: relax usbcore reset timingsDavid Brownell2005-09-121-4/+5
* [PATCH] USB: get rid of minor log spammingDavid Brownell2005-09-121-1/+1
* [PATCH] usbcore: small changes to HCD glue layerAlan Stern2005-09-121-2/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 Linus Torvalds2005-09-0810-87/+232
|\
| * [PATCH] ehci: add think_timedavid-b@pacbell.net2005-09-082-9/+30
| * [PATCH] USB: remove annoying messagedavid-b@pacbell.net2005-09-081-1/+3
| * [PATCH] USB: tweak highspeed timing calculationsdavid-b@pacbell.net2005-09-081-4/+4
| * [PATCH] USB: Support unbinding of the usb_generic driverAlan Stern2005-09-081-0/+10