| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: fix bug of device descriptor got from superspeed device | Elric Fu | 2012-04-11 | 1 | -0/+16 |
* | USB: fix race between root-hub suspend and remote wakeup | Alan Stern | 2012-04-09 | 1 | -0/+12 |
* | USB: don't ignore suspend errors for root hubs | Alan Stern | 2012-04-09 | 1 | -2/+7 |
* | Merge 3.2-rc1 into usb-linus | Greg Kroah-Hartman | 2012-04-08 | 2 | -5/+18 |
|\ |
|
| * | USB documentation: explain lifetime rules for unlinking URBs | Alan Stern | 2012-04-06 | 1 | -0/+12 |
| * | USB: don't clear urb->dev in scatter-gather library | Alan Stern | 2012-04-06 | 1 | -5/+6 |
* | | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-05 | 1 | -9/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 | 1 | -20/+3 |
|\ |
|
| * | usbfs: kill racy detection of simple_pin_fs() | Al Viro | 2012-03-20 | 1 | -9/+1 |
| * | tidy up after d_make_root() conversion | Al Viro | 2012-03-20 | 1 | -4/+2 |
| * | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-20 | 1 | -8/+1 |
* | | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2012-03-20 | 8 | -113/+285 |
|\ \ |
|
| * | | USB: dynamically allocate usb_device children pointers instead of using a fix... | Huajun Li | 2012-03-13 | 1 | -3/+7 |
| * | | usb/core: remove "always" from usb_unlink_urb() kernel doc entry | Sebastian Andrzej Siewior | 2012-03-02 | 1 | -4/+7 |
| * | | usb: core: hcd: make hcd->irq unsigned | Felipe Balbi | 2012-03-01 | 1 | -3/+3 |
| * | | usb: fix defined but not used warnings in hcd-pci.c | Paul Gortmaker | 2012-02-28 | 1 | -0/+2 |
| * | | Merge branch 'usb-3.3-rc4' into usb-next | Greg Kroah-Hartman | 2012-02-23 | 6 | -103/+266 |
| |\ \
| | |/
| |/| |
|
| | * | USB: Turn on auto-suspend for USB 3.0 hubs. | Sarah Sharp | 2012-02-14 | 1 | -8/+2 |
| | * | USB: Set wakeup bits for all children hubs. | Sarah Sharp | 2012-02-14 | 1 | -7/+15 |
| | * | USB/xHCI: Support device-initiated USB 3.0 resume. | Sarah Sharp | 2012-02-14 | 1 | -12/+39 |
| | * | USB: Refactor hub remote wake handling. | Sarah Sharp | 2012-02-14 | 1 | -24/+35 |
| | * | USB/xHCI: Enable USB 3.0 hub remote wakeup. | Sarah Sharp | 2012-02-14 | 1 | -0/+12 |
| | * | USB: Suspend functions before putting dev into U3. | Sarah Sharp | 2012-02-14 | 1 | -1/+2 |
| | * | USB/xhci: Enable remote wakeup for USB3 devices. | Sarah Sharp | 2012-02-14 | 1 | -5/+20 |
| | * | usb: Use hub port data to determine whether a port is removable | Matthew Garrett | 2012-02-09 | 1 | -0/+40 |
| | * | usb: Add support for indicating whether a port is removable | Matthew Garrett | 2012-02-09 | 1 | -0/+23 |
| | * | USB: debugging code shouldn't alter control flow | Alan Stern | 2012-02-02 | 1 | -13/+8 |
| | * | USB: cleanup the handling of the PM complete call | Oliver Neukum | 2012-01-24 | 3 | -18/+22 |
| | * | USB: code cleanup in suspend/resume path (3rd try) | Oliver Neukum | 2012-01-24 | 1 | -30/+63 |
* | | | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 2012-03-09 | 3 | -16/+25 |
|\| | |
|
| * | | USB: Set hub depth after USB3 hub reset | Elric Fu | 2012-02-21 | 1 | -13/+17 |
| * | | USB: Don't fail USB3 probe on missing legacy PCI IRQ. | Sarah Sharp | 2012-02-14 | 2 | -3/+8 |
| |/ |
|
* | | USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routines | Alan Stern | 2012-01-26 | 1 | -41/+20 |
* | | Dynamic ID addition doesn't need get_driver() | Alan Stern | 2012-01-24 | 1 | -4/+1 |
|/ |
|
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 3 | -6/+6 |
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-01-09 | 7 | -175/+193 |
|\ |
|
| * | USB: remove dead code from suspend/resume path | Oliver Neukum | 2012-01-03 | 1 | -21/+7 |
| * | USB: add quirk for another camera | Oliver Neukum | 2012-01-03 | 1 | -1/+4 |
| * | usbfs: Fix oops related to user namespace conversion. | Sarah Sharp | 2011-12-22 | 1 | -1/+2 |
| * | USB: Adding #define in hub_configure() and hcd.c file | Aman Deep | 2011-12-09 | 2 | -45/+45 |
| * | usb: fix number of mapped SG DMA entries | Clemens Ladisch | 2011-12-09 | 1 | -3/+2 |
| * | USB: remove BKL comments | Davidlohr Bueso | 2011-11-26 | 1 | -1/+0 |
| * | Merge 3.2-rc3 into usb-linus | Greg Kroah-Hartman | 2011-11-26 | 2 | -0/+33 |
| |\ |
|
| * | | USB: make the usbfs memory limit configurable | Alan Stern | 2011-11-18 | 1 | -4/+22 |
| * | | USB: change the memory limits in usbfs URB submission | Alan Stern | 2011-11-18 | 1 | -19/+57 |
| * | | USB: unify some error pathways in usbfs | Alan Stern | 2011-11-18 | 1 | -46/+50 |
| * | | USB: move usb_translate_errors to linux/usb.h | Johan Hovold | 2011-11-15 | 1 | -14/+0 |
| * | | USB: Add optional match for interface class to dynamic ID facility | Josua Dietze | 2011-11-15 | 1 | -1/+7 |
| * | | USB: Remove the SAW_IRQ hcd flag | Alan Stern | 2011-11-14 | 2 | -25/+3 |
* | | | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-06 | 1 | -1/+1 |