aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
...
* USB: always announce a device has been added to the systemGreg Kroah-Hartman2008-02-012-12/+39
* USB: force handover port to companion when hub_port_connect_change failsBalaji Rao2008-02-012-0/+6
* USB: don't change HC power state for a FREEZEAlan Stern2008-02-011-0/+6
* USB: make ksuspend_usbd thread non-freezableAlan Stern2008-02-011-1/+1
* USB: Convert from class_device to device for USB coreTony Jones2008-02-011-7/+7
* USB: handle idVendor of 0x0000Greg Kroah-Hartman2008-02-011-2/+2
* USB: use GFP_NOIO in reset pathOliver Neukum2008-02-011-1/+1
* USB : correct comments in usb/core/notify.cManish Katiyar2008-02-011-1/+1
* USB: use proper call to driver_create_fileGreg Kroah-Hartman2008-01-241-4/+4
* USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern2007-12-171-1/+1
* USB: fix locking loop by avoiding flush_scheduled_workAlan Stern2007-12-171-3/+3
* USB: uevent environment key fixAlan Stern2007-11-283-35/+25
* USB: keep track of whether interface sysfs files existAlan Stern2007-11-282-10/+8
* USB HCD: avoid duplicate local_irq_disable()Alan Stern2007-11-281-1/+2
* USB: Fix priority mistakes in drivers/usb/core/hub.cRoel Kluin2007-11-281-1/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-023-3/+1
* x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel2007-10-301-1/+1
* USB: fix interface sysfs file-creation bugAlan Stern2007-10-251-1/+7
* USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum2007-10-251-1/+1
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-231-1/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-4/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-182-3/+3
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-181-2/+1
* security/ cleanupsAdrian Bunk2007-10-171-1/+0
* docbook: fix usb contentRandy Dunlap2007-10-151-1/+5
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-123-47/+16
|\
| * cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+2
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-122-43/+14
* | USB: fix race in autosuspend rescheduleAlan Stern2007-10-121-16/+16
* | USB: skip autosuspended devices during system resumeAlan Stern2007-10-121-7/+20
* | USB: mutual exclusion for EHCI init and port resetsAlan Stern2007-10-122-2/+21
* | USB: Export URB statistics for powertopSarah Sharp2007-10-123-0/+14
* | USB: remove USB_QUIRK_NO_AUTOSUSPENDAlan Stern2007-10-121-80/+1
* | USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern2007-10-121-1/+6
* | USB: fix limited_power setting mistake in hub.cjidong xiao2007-10-121-2/+2
* | USB: flush outstanding URBs when suspendingAlan Stern2007-10-125-12/+16
* | USB: break apart flush_endpoint and disable_endpointAlan Stern2007-10-123-23/+32
* | USB: move decision to ignore FREEZE eventsAlan Stern2007-10-122-8/+6
* | USB: Get rid of annoying endpoint-release messageAlan Stern2007-10-121-1/+0
* | USB: remove traces of urb->status from usbcoreAlan Stern2007-10-122-7/+9
* | USB: get rid of urb->lockAlan Stern2007-10-121-5/+6
* | USB: Eliminate urb->status usage!Alan Stern2007-10-122-12/+13
* | USB: reorganize urb->status use in usbmonAlan Stern2007-10-122-5/+7
* | USB: fix mistake in usb_hcd_giveback_urbAlan Stern2007-10-121-3/+4
* | USB: add urb->unlinked fieldAlan Stern2007-10-121-7/+12
* | USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-2/+7
* | USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern2007-10-121-2/+4
* | USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-122-129/+140
* | USB: make usb_release_interface staticGreg Kroah-Hartman2007-10-121-1/+1