summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-017-93/+346
|\
| * USB: disable reset-resume when USB_QUIRK_RESET is setAlan Stern2014-03-191-2/+12
| * USB: unbind all interfaces before rebinding anyAlan Stern2014-03-173-41/+60
| * Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman2014-03-122-0/+8
| |\
| * | usb: Reset USB-3 devices on USB-3 link bounceHans de Goede2014-03-041-2/+20
| * | usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede2014-03-042-3/+9
| * | usbfs: Add support for allocating / freeing streamsHans de Goede2014-03-041-0/+118
| * | usbfs: Add ep_to_host_endpoint helper functionHans de Goede2014-03-041-7/+11
| * | usbfs: Add support for bulk stream idsHans de Goede2014-03-041-0/+4
| * | usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede2014-03-041-8/+7
| * | usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede2014-03-041-0/+3
| * | usb-core: Free bulk streams on interface releaseHans de Goede2014-03-041-1/+22
| * | usb-core: Track if an endpoint has streamsHans de Goede2014-03-041-8/+26
| * | usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede2014-03-041-1/+0
| * | usb-core: Fix usb_free_streams return value documentationHans de Goede2014-03-041-2/+1
| * | usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp2014-03-041-8/+16
| * | usb: hub: usb_ext_cap_descriptor.bmAttributes is le32Bjørn Mork2014-02-281-1/+1
| * | hub: debug message for failing to enable deviceOliver Neukum2014-02-281-1/+5
| * | USB: complain if userspace resets an active endpointAlan Stern2014-02-241-0/+16
| * | Merge 3.14-rc3 into usb-nextGreg Kroah-Hartman2014-02-181-7/+17
| |\ \
| * | | usb: move hub init and LED blink work to power efficient workqueueShaibal Dutta2014-02-071-6/+13
| * | | usb: core: let dynamic ids override static idsBjørn Mork2014-02-071-2/+2
* | | | Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-016-69/+69
|\ \ \ \
| * \ \ \ Merge 3.14-rc7 into staging-nextGreg Kroah-Hartman2014-03-172-0/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea2014-03-104-65/+65
| * | | | staging: usbip: claim ports used by shared devicesValentina Manea2014-03-082-4/+2
| * | | | Merge 3.14-rc3 into staging-nextGreg Kroah-Hartman2014-02-174-15/+18
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | staging: usbip: convert usbip-host driver to usb_device_driverValentina Manea2014-02-072-0/+2
* | | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-03-311-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | usb: don't use PREPARE_DELAYED_WORKTejun Heo2014-03-071-2/+2
| | |/ / | |/| |
* | | | usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsJulius Werner2014-03-071-0/+4
* | | | usb: Add device quirk for Logitech HD Pro Webcams C920 and C930eJulius Werner2014-03-071-0/+4
|/ / /
* | / usb: core: Fix potential memory leak adding dyn USBdevice IDsChristian Engelmayer2014-02-051-7/+17
| |/ |/|
* | Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-02-043-8/+1
|\ \ | |/ |/|
| * Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp2014-01-223-8/+1
* | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-21/+20
|\ \ | |/ |/|
| * Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-121-20/+20
| |\
| | * ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki2013-12-071-20/+20
| * | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-1/+0
| |\|
| | * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-1/+0
* | | usb: core: check for valid id_table when using the RefId featureWolfram Sang2014-01-131-0/+3
* | | usb: core: bail out if user gives an unknown RefId when using new_idWolfram Sang2014-01-121-3/+6
* | | usb: core: allow a reference device for new_idWolfram Sang2014-01-101-3/+15
* | | usb: core: add sanity checks when using bInterfaceClass with new_idWolfram Sang2014-01-101-1/+4
* | | usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-083-3/+0
* | | usb:hub set hub->change_bits when over-current happensShen Guang2014-01-081-1/+2
* | | USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-079-13/+14
* | | USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern2014-01-071-5/+9
* | | USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman2013-12-213-18/+7
* | | Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-167-56/+86
|\ \ \ | |/ / |/| |