summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: find internal hub tier mismatch via acpiDan Williams2014-05-274-22/+83
* usb: assign usb3 external hub port peersDan Williams2014-05-271-8/+24
* usb: assign default peer ports for root hubsDan Williams2014-05-275-27/+134
* usb: cleanup setting udev->removable from port_dev->connect_typeDan Williams2014-05-272-33/+23
* usb: rename usb_port device objectsDan Williams2014-05-274-189/+158
* usb: disable port power control if not supported in wHubCharacteristicsDan Williams2014-05-273-11/+20
* USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern2014-05-273-0/+19
* USB: separate usb_address0 mutexes for each busTodd E Brandt2014-05-272-4/+3
* usb: common: rename phy-fsm-usb.c to usb-otg-fsm.cPeter Chen2014-05-271-0/+9
* usb: core: remove the Kconfig entry for USB_DEBUGPeter Chen2014-05-271-7/+0
* usb: remove redundant D0 power state setYijing Wang2014-05-271-1/+0
* usb: catch attempts to submit urbs with a vmalloc'd transfer bufferDan Williams2014-05-201-0/+3
* USB: fix crash during hotplug of PCI USB controller cardAlan Stern2014-04-161-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-023-3/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-2015-129/+174
| |\
| * | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-201-1/+0
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-192-2/+2
* | | 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
| |/ / |/| |
OpenPOWER on IntegriCloud