aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-17/+16
2011-10-18xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp1-2/+16
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki3-17/+16
2011-09-29USB: add quirk for Logitech C300 web camJon Levell1-0/+3
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-17/+13
2011-09-29USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter1-1/+1
2011-09-27USB: Add wakeup info to debugging messagesAlan Stern2-8/+8
2011-09-26usb/core/devio.c: Check for printer class specific requestMatthias Dellweg1-3/+18
2011-09-26USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn1-2/+4
2011-09-26USB: Update USB default wakeup settingsAlan Stern1-1/+8
2011-09-26usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu1-1/+58
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu3-0/+28
2011-09-26usbcore: check device's LPM capabilityAndiry Xu1-2/+8
2011-09-26usbcore: get BOS descriptor setAndiry Xu4-0/+109
2011-09-20USB: When hot reset for USB3 fails, try warm reset.Sarah Sharp1-0/+43
2011-09-20usbcore: refine warm reset logicAndiry Xu1-104/+112
2011-09-18USB: add RESET_RESUME for webcams shown to be quirkyOliver Neukum1-0/+21
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-18/+9
2011-09-09USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder1-1/+1
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman5-14/+9
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto5-9/+9
2011-08-22USB: Remove test for NULL that'll never happen in usb_disconnect()Jesper Juhl1-5/+0
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern3-12/+11
2011-08-15USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth.Sarah Sharp1-0/+2
2011-08-01usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior1-5/+6
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+16
2011-07-07USB: additional regression fix for device removalAlan Stern1-1/+8
2011-07-01USB: fix regression occurring during device removalAlan Stern1-0/+2
2011-06-28Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-7/+35
2011-06-27Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman2-1/+17
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern1-3/+3
2011-06-15USB: don't let errors prevent system sleepAlan Stern1-1/+10
2011-06-15USB: don't let the hub driver prevent system sleepAlan Stern1-5/+8
2011-06-15USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2-1/+17
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman2-3/+4
2011-06-06USB: Add "authorized_default" parameter to the usbcore moduleCarl-Daniel Hailfinger1-1/+16
2011-06-06usb: remove bad dput after dentry_unhashSage Weil1-1/+0
2011-06-06USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek1-2/+4
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern1-4/+1
2011-05-02usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu1-0/+46
2011-05-02usbcore: Refine USB3.0 device suspend and resumeAndiry Xu1-13/+20
2011-05-02xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu1-15/+37
2011-05-02usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior1-1/+1
2011-04-29usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz3-11/+7
2011-04-29usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior1-0/+1
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman2-19/+11
2011-04-13usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0 hubAndiry Xu1-1/+11
2011-04-13USB: Fix unplug of device with active streamsMatthew Wilcox1-1/+1
2011-04-13USB: remove dead code from usb_deregister_dev()Libor Pechacek1-8/+0