| Commit message (Expand) | Author | Age |
* | USB: quirks: adding more quirky webcams to avoid squeaky audio | sordna | 2011-11-14 |
* | USB: add quirk for Logitech C600 web cam | Josh Boyer | 2011-11-14 |
* | Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah... | Greg Kroah-Hartman | 2011-11-14 |
|\ |
|
| * | usb, xhci: Clear warm reset change event during init | Don Zickus | 2011-11-04 |
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 |
|\ \ |
|
| * | | usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 2011-10-31 |
| |/ |
|
* / | USB: Update last_busy time after autosuspend fails | Alan Stern | 2011-11-04 |
|/ |
|
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-10-25 |
|\ |
|
| * | Merge branch 'pm-runtime' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 |
| |\ |
|
| | * | USB: Add wakeup info to debugging messages | Alan Stern | 2011-09-27 |
| | * | PM / Runtime: Add macro to test for runtime PM events | Alan Stern | 2011-08-19 |
* | | | xHCI/USB: Make xHCI driver have a BOS descriptor. | Sarah Sharp | 2011-10-18 |
* | | | USB: add quirk for Logitech C300 web cam | Jon Levell | 2011-09-29 |
* | | | user namespace: usb: make usb urbs user namespace aware (v2) | Serge Hallyn | 2011-09-29 |
* | | | USB: message: cleanup min_t() cast in usb_sg_init() | Dan Carpenter | 2011-09-29 |
* | | | usb/core/devio.c: Check for printer class specific request | Matthias Dellweg | 2011-09-26 |
* | | | USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uid | Serge Hallyn | 2011-09-26 |
* | | | USB: Update USB default wakeup settings | Alan Stern | 2011-09-26 |
* | | | usbcore: add sysfs support to xHCI usb2 hardware LPM | Andiry Xu | 2011-09-26 |
* | | | xHCI: set USB2 hardware LPM | Andiry Xu | 2011-09-26 |
* | | | usbcore: check device's LPM capability | Andiry Xu | 2011-09-26 |
* | | | usbcore: get BOS descriptor set | Andiry Xu | 2011-09-26 |
* | | | USB: When hot reset for USB3 fails, try warm reset. | Sarah Sharp | 2011-09-20 |
* | | | usbcore: refine warm reset logic | Andiry Xu | 2011-09-20 |
* | | | USB: add RESET_RESUME for webcams shown to be quirky | Oliver Neukum | 2011-09-18 |
* | | | USB: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-09-18 |
* | | | usb: Provide usb_speed_string() function | Michal Nazarewicz | 2011-09-18 |
* | | | USB: for usb_autopm_get_interface_async -EINPROGRESS is not an error | Jim Wylder | 2011-09-09 |
* | | | Merge 3.1-rc4 into usb-next | Greg Kroah-Hartman | 2011-08-29 |
|\ \ \
| |/ /
|/| | |
|
| * | | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 2011-08-23 |
| * | | USB: Remove test for NULL that'll never happen in usb_disconnect() | Jesper Juhl | 2011-08-22 |
| |/ |
|
* / | USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth. | Sarah Sharp | 2011-08-15 |
|/ |
|
* | usb/config: use proper endian access for wMaxPacketSize | Sebastian Andrzej Siewior | 2011-08-01 |
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-07-26 |
|\ |
|
| * | Merge 3.0-rc2 into usb-linus as it's needed by some USB patches | Greg Kroah-Hartman | 2011-06-14 |
| |\ |
|
| * | | USB: Add "authorized_default" parameter to the usbcore module | Carl-Daniel Hailfinger | 2011-06-06 |
* | | | USB: additional regression fix for device removal | Alan Stern | 2011-07-07 |
* | | | USB: fix regression occurring during device removal | Alan Stern | 2011-07-01 |
* | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2011-06-28 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2011-06-27 |
| |\ \ \ |
|
| | * | | | USB: Free bandwidth when usb_disable_device is called. | Sarah Sharp | 2011-06-15 |
| | | |/
| | |/| |
|
| * | | | USB: don't let errors prevent system sleep | Alan Stern | 2011-06-15 |
| * | | | USB: don't let the hub driver prevent system sleep | Alan Stern | 2011-06-15 |
| |/ / |
|
* / / | PM: Rename dev_pm_info.in_suspend to is_prepared | Alan Stern | 2011-06-21 |
|/ / |
|
* | | usb: remove bad dput after dentry_unhash | Sage Weil | 2011-06-06 |
* | | USB: core: Tolerate protocol stall during hub and port status read | Libor Pechacek | 2011-06-06 |
|/ |
|
* | USB: remove remaining usages of hcd->state from usbcore and fix regression | Alan Stern | 2011-05-19 |
* | usbcore: warm reset USB3 port in SS.Inactive state | Andiry Xu | 2011-05-02 |
* | usbcore: Refine USB3.0 device suspend and resume | Andiry Xu | 2011-05-02 |
* | xHCI: report USB3.0 portstatus comply with USB3.0 specification | Andiry Xu | 2011-05-02 |