summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern-10/+7
2016-06-01usb: quirks: Add no-lpm quirk for Acer C120 LED ProjectorHans de Goede-0/+3
2016-06-01usb: quirks: Fix sortingHans de Goede-10/+10
2016-05-09Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman-13/+1
2016-05-03USB: usbfs: fix potential infoleak in devioKangjie Lu-4/+5
2016-05-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern-17/+23
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold-13/+1
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen-1/+1
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge-6/+17
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti-1/+1
2016-04-28usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun-0/+3
2016-04-26drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger-20/+17
2016-04-26drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger-8/+7
2016-04-26hub: admit devices are SS+Oliver Neukum-0/+2
2016-04-13usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski-0/+9
2016-03-30usb: fix regression in SuperSpeed endpoint descriptor parsingMathias Nyman-9/+7
2016-03-18USB: usb_driver_claim_interface: add sanity checkingOliver Neukum-1/+5
2016-03-18usb/core: usb_alloc_dev(): fix setting of ->portnumNicolai Stange-2/+3
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-165/+608
2016-03-05USB: core: let USB device know device nodePeter Chen-1/+58
2016-03-05usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant-5/+58
2016-03-03usb: hub: fix a typo in hub_port_init() leading to wrong logicOliver Neukum-5/+5
2016-03-01Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman-5/+3
2016-02-20usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven-12/+22
2016-02-20Revert "usb: hub: do not clear BOS field during reset device"Greg Kroah-Hartman-5/+3
2016-02-14usb: retry reset if a device times outOliver Neukum-1/+7
2016-02-14USB: Add support for usbfs zerocopy.Steinar H. Gunderson-25/+202
2016-02-14usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman-0/+3
2016-02-14usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman-0/+31
2016-02-09drivers: usb: removed assignment of 0 to static variablesSaurabh Sengar-2/+2
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit-20/+20
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas-1/+0
2016-02-03usb: no locking for reading descriptors in sysfsOliver Neukum-5/+1
2016-02-03usb: sysfs: make locking interruptibleOliver Neukum-20/+49
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit-23/+9
2016-02-01Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman-3/+5
2016-01-24usb: hub: do not clear BOS field during reset deviceDu, Changbin-3/+5
2016-01-24USB: core, wusbcore: use bus_to_hcdGeliang Tang-5/+5
2016-01-24USB: core, devio: use to_usb_deviceGeliang Tang-2/+2
2016-01-24usb: core: use kbasename() instead of open-coded variantAndy Shevchenko-7/+2
2016-01-24usb: Support USB 3.1 extended port status requestMathias Nyman-10/+75
2016-01-24usb: add device descriptor for usb 3.1 root hubMathias Nyman-0/+23
2016-01-24usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devicesMathias Nyman-0/+3
2016-01-24usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman-1/+3
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman-22/+30
2016-01-24usb: Use memdup_user to reuse the codeRahul Pathak-5/+4
2016-01-24usb: core: devio.c: Removed unnecessary spaceChase Metzger-1/+1
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+13
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki-1/+13
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-34/+193