| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: don't choose configs with no interfaces | Alan Stern | 2010-05-12 | 1 | -1/+1 |
* | USB: fix testing the wrong variable in fs_create_by_name() | Dan Carpenter | 2010-05-12 | 1 | -2/+2 |
* | USB: don't read past config->interface[] if usb_control_msg() fails in usb_re... | Roel Kluin | 2010-05-12 | 1 | -1/+1 |
* | USB: fix remote wakeup settings during system sleep | Alan Stern | 2010-05-12 | 1 | -2/+30 |
* | USB: fix usbfs regression | Alan Stern | 2010-04-01 | 1 | -3/+14 |
* | USB: Move hcd free_dev call into usb_disconnect to fix oops | Herbert Xu | 2010-03-15 | 3 | -4/+13 |
* | USB: remove debugging message for uevent constructions | Alan Stern | 2010-03-15 | 1 | -3/+1 |
* | USB: fix the idProduct value for USB-3.0 root hubs | Alan Stern | 2010-03-15 | 1 | -1/+1 |
* | USB: usbfs: properly clean up the as structure on error paths | Linus Torvalds | 2010-02-16 | 1 | -14/+26 |
* | USB: usbfs: only copy the actual data received | Greg KH | 2010-02-16 | 1 | -4/+4 |
* | USB: Fix duplicate sysfs problem after device reset. | Sarah Sharp | 2010-01-20 | 2 | -10/+23 |
* | USB: add speed values for USB 3.0 and wireless controllers | Greg Kroah-Hartman | 2010-01-20 | 1 | -0/+6 |
* | USB: add missing delay during remote wakeup | Alan Stern | 2010-01-20 | 1 | -0/+3 |
* | USB: Don't use GFP_KERNEL while we cannot reset a storage device | Oliver Neukum | 2010-01-20 | 2 | -5/+5 |
* | USB core: fix recent kernel-doc warnings | Randy Dunlap | 2009-12-23 | 2 | -4/+6 |
* | USB: fix bugs in usb_(de)authorize_device | Alan Stern | 2009-12-23 | 2 | -13/+25 |
* | USB: rename usb_configure_device | Alan Stern | 2009-12-23 | 1 | -13/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-12-15 | 1 | -7/+16 |
|\ |
|
| * | USB: Close usb_find_interface race v3 | Russ Dill | 2009-12-15 | 1 | -15/+16 |
| * | Revert "USB: Close usb_find_interface race" | Greg Kroah-Hartman | 2009-12-15 | 1 | -10/+18 |
* | | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 3 | -3/+3 |
|/ |
|
* | Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-11 | 1 | -11/+99 |
|\ |
|
| * | usbdevfs: move compat_ioctl handling to devio.c | Arnd Bergmann | 2009-12-10 | 1 | -11/+99 |
* | | USB: core: message: fix sparse warning | Felipe Balbi | 2009-12-11 | 1 | -1/+1 |
* | | USB: core: hub: fix sparse warning | Felipe Balbi | 2009-12-11 | 1 | -1/+1 |
* | | USB: core: fix sparse warning for static function | Felipe Balbi | 2009-12-11 | 1 | -1/+1 |
* | | USB: Check bandwidth when switching alt settings. | Sarah Sharp | 2009-12-11 | 4 | -22/+149 |
* | | USB: Refactor code to find alternate interface settings. | Sarah Sharp | 2009-12-11 | 2 | -10/+39 |
* | | USB: add remove_id sysfs attr for usb drivers | CHENG Renquan | 2009-12-11 | 1 | -9/+91 |
* | | USB: prepare for changover to Runtime PM framework | Alan Stern | 2009-12-11 | 3 | -65/+36 |
* | | USB: add devpath sysfs attribute | Greg Kroah-Hartman | 2009-12-11 | 1 | -1/+12 |
* | | USB: fix possible null deref in init_usb_class() | Dan Carpenter | 2009-12-11 | 1 | -0/+1 |
* | | USB: remove the auto_pm flag | Alan Stern | 2009-12-11 | 1 | -4/+0 |
* | | USB: hcd.c: quiet NULL pointer sparse noise | H Hartley Sweeten | 2009-12-11 | 1 | -1/+1 |
* | | USB: Close usb_find_interface race | Russ Dill | 2009-12-11 | 1 | -18/+10 |
* | | USB: Check results of dma_map_single | Larry Finger | 2009-12-11 | 1 | -4/+10 |
* | | USB: fix a bug in the scatter-gather library | Alan Stern | 2009-12-11 | 1 | -1/+2 |
* | | USB: add a "remove hardware" sysfs attribute | Alan Stern | 2009-12-11 | 3 | -2/+72 |
* | | USB: don't use a fixed DMA mapping for hub status URBs | Alan Stern | 2009-12-11 | 1 | -7/+2 |
* | | USB: improved error handling in usb_port_suspend() | Oliver Neukum | 2009-12-11 | 1 | -2/+7 |
* | | USB: allow interrupt transfers to WUSB devices | David Vrabel | 2009-12-11 | 1 | -4/+18 |
* | | USB: make urb scatter-gather support more generic | David Vrabel | 2009-12-11 | 1 | -7/+1 |
* | | USB: Convert a dev_info to a dev_dbg | Matthew Wilcox | 2009-12-11 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | USB: EHCI: don't send Clear-TT-Buffer following a STALL | Alan Stern | 2009-11-30 | 1 | -1/+1 |
|/ |
|
* | USB: Add hub descriptor update hook for xHCI | Sarah Sharp | 2009-09-23 | 2 | -0/+19 |
* | USB: xhci: Set route string for all devices. | Sarah Sharp | 2009-09-23 | 1 | -2/+7 |
* | USB: fix missing error check in probing | Oliver Neukum | 2009-09-23 | 1 | -12/+22 |
* | USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flag | Alan Stern | 2009-09-23 | 1 | -1/+77 |