summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman2-0/+8
2014-03-07usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsJulius Werner1-0/+4
2014-03-07usb: Add device quirk for Logitech HD Pro Webcams C920 and C930eJulius Werner1-0/+4
2014-03-05usb: Reset USB-3 devices on USB-3 link bounceHans de Goede1-2/+20
2014-03-05usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede2-3/+9
2014-03-05usbfs: Add support for allocating / freeing streamsHans de Goede1-0/+118
2014-03-05usbfs: Add ep_to_host_endpoint helper functionHans de Goede1-7/+11
2014-03-05usbfs: Add support for bulk stream idsHans de Goede1-0/+4
2014-03-05usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede1-8/+7
2014-03-05usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede1-0/+3
2014-03-05usb-core: Free bulk streams on interface releaseHans de Goede1-1/+22
2014-03-05usb-core: Track if an endpoint has streamsHans de Goede1-8/+26
2014-03-05usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede1-1/+0
2014-03-05usb-core: Fix usb_free_streams return value documentationHans de Goede1-2/+1
2014-03-05usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp1-8/+16
2014-03-01usb: hub: usb_ext_cap_descriptor.bmAttributes is le32Bjørn Mork1-1/+1
2014-03-01hub: debug message for failing to enable deviceOliver Neukum1-1/+5
2014-02-25USB: complain if userspace resets an active endpointAlan Stern1-0/+16
2014-02-18Merge 3.14-rc3 into usb-nextGreg Kroah-Hartman1-7/+17
2014-02-08usb: move hub init and LED blink work to power efficient workqueueShaibal Dutta1-6/+13
2014-02-08usb: core: let dynamic ids override static idsBjørn Mork1-2/+2
2014-02-05usb: core: Fix potential memory leak adding dyn USBdevice IDsChristian Engelmayer1-7/+17
2014-02-05Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-8/+1
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+20
2014-01-23Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp3-8/+1
2014-01-14usb: core: check for valid id_table when using the RefId featureWolfram Sang1-0/+3
2014-01-13usb: core: bail out if user gives an unknown RefId when using new_idWolfram Sang1-3/+6
2014-01-13Merge branch 'acpi-hotplug'Rafael J. Wysocki1-20/+20
2014-01-13Merge branch 'acpi-cleanup'Rafael J. Wysocki1-1/+0
2014-01-11usb: core: allow a reference device for new_idWolfram Sang1-3/+15
2014-01-11usb: core: add sanity checks when using bInterfaceClass with new_idWolfram Sang1-1/+4
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2014-01-09usb:hub set hub->change_bits when over-current happensShen Guang1-1/+2
2014-01-08USB: core: correct spelling mistakes in comments and warningRahul Bedarkar9-13/+14
2014-01-07USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern1-5/+9
2013-12-22USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman3-18/+7
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman7-56/+86
2013-12-11usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams1-3/+43
2013-12-10usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese2-39/+7
2013-12-10usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese1-2/+2
2013-12-09Revert "USB: quirks: add touchscreen that is dazzeled by remote wakeup"Oliver Neukum1-3/+0
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2-6/+1
2013-12-09usb: hcd: Initialize USB phy if neededValentine Barshak1-0/+18
2013-12-09usb: hcd: Remove USB phy if neededValentine Barshak1-1/+13
2013-12-07ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki1-20/+20
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+0
2013-12-05usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner1-2/+3
2013-12-03usb: core: Remove superfluous name castsGeert Uytterhoeven1-2/+2
2013-11-21Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1