summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: quirks: adding more quirky webcams to avoid squeaky audiosordna2011-11-151-0/+24
* USB: add quirk for Logitech C600 web camJosh Boyer2011-11-141-0/+3
* Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah...Greg Kroah-Hartman2011-11-141-0/+6
|\
| * usb, xhci: Clear warm reset change event during initDon Zickus2011-11-041-0/+6
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072-0/+2
|\ \
| * | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-11-012-0/+2
| |/
* / USB: Update last_busy time after autosuspend failsAlan Stern2011-11-041-0/+5
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-253-17/+16Star
|\
| * Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-073-17/+16Star
| |\
| | * USB: Add wakeup info to debugging messagesAlan Stern2011-09-272-8/+8
| | * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-193-12/+11Star
* | | xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp2011-10-181-2/+16
* | | USB: add quirk for Logitech C300 web camJon Levell2011-09-291-0/+3
* | | user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-291-17/+13Star
* | | USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter2011-09-291-1/+1
* | | usb/core/devio.c: Check for printer class specific requestMatthias Dellweg2011-09-271-3/+18
* | | USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn2011-09-271-2/+4
* | | USB: Update USB default wakeup settingsAlan Stern2011-09-271-1/+8
* | | usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu2011-09-271-1/+58
* | | xHCI: set USB2 hardware LPMAndiry Xu2011-09-273-0/+28
* | | usbcore: check device's LPM capabilityAndiry Xu2011-09-271-2/+8
* | | usbcore: get BOS descriptor setAndiry Xu2011-09-274-0/+109
* | | USB: When hot reset for USB3 fails, try warm reset.Sarah Sharp2011-09-201-0/+43
* | | usbcore: refine warm reset logicAndiry Xu2011-09-201-104/+112
* | | USB: add RESET_RESUME for webcams shown to be quirkyOliver Neukum2011-09-181-0/+21
* | | USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* | | usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-181-18/+9Star
* | | USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder2011-09-101-1/+1
* | | Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2011-08-295-14/+9Star
|\ \ \ | |/ / |/| |
| * | USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-235-9/+9
| * | USB: Remove test for NULL that'll never happen in usb_disconnect()Jesper Juhl2011-08-231-5/+0Star
| |/
* / USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth.Sarah Sharp2011-08-151-0/+2
|/
* usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior2011-08-011-5/+6
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-261-1/+16
|\
| * Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman2011-06-142-3/+4
| |\
| * | USB: Add "authorized_default" parameter to the usbcore moduleCarl-Daniel Hailfinger2011-06-071-1/+16
* | | USB: additional regression fix for device removalAlan Stern2011-07-071-1/+8
* | | USB: fix regression occurring during device removalAlan Stern2011-07-011-0/+2
* | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-283-7/+35
|\ \ \
| * \ \ Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2011-06-272-1/+17
| |\ \ \
| | * | | USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2011-06-152-1/+17
| | | |/ | | |/|
| * | | USB: don't let errors prevent system sleepAlan Stern2011-06-161-1/+10
| * | | USB: don't let the hub driver prevent system sleepAlan Stern2011-06-161-5/+8
| |/ /
* / / PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-211-3/+3
|/ /
* | usb: remove bad dput after dentry_unhashSage Weil2011-06-071-1/+0Star
* | USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek2011-06-071-2/+4
|/
* USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern2011-05-201-4/+1Star
* usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu2011-05-031-0/+46
* usbcore: Refine USB3.0 device suspend and resumeAndiry Xu2011-05-031-13/+20
* xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu2011-05-031-15/+37