summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-21/+20
2014-01-13usb: core: check for valid id_table when using the RefId featureWolfram Sang-0/+3
2014-01-12usb: core: bail out if user gives an unknown RefId when using new_idWolfram Sang-3/+6
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki-20/+20
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki-1/+0
2014-01-10usb: core: allow a reference device for new_idWolfram Sang-3/+15
2014-01-10usb: core: add sanity checks when using bInterfaceClass with new_idWolfram Sang-1/+4
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-3/+0
2014-01-08usb:hub set hub->change_bits when over-current happensShen Guang-1/+2
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar-13/+14
2014-01-07USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern-5/+9
2013-12-21USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman-18/+7
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman-56/+86
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams-3/+43
2013-12-09usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese-39/+7
2013-12-09usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese-2/+2
2013-12-08Revert "USB: quirks: add touchscreen that is dazzeled by remote wakeup"Oliver Neukum-3/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen-6/+1
2013-12-08usb: hcd: Initialize USB phy if neededValentine Barshak-0/+18
2013-12-08usb: hcd: Remove USB phy if neededValentine Barshak-1/+13
2013-12-07ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki-20/+20
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng-1/+0
2013-12-04usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner-2/+3
2013-12-03usb: core: Remove superfluous name castsGeert Uytterhoeven-2/+2
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki-3/+3
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-12/+4
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro-12/+4
2013-10-19USB: change dev_warn about missing reset-resume to dev_dbgAlan Stern-2/+2
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman-9/+49
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman-0/+6
2013-10-16usb: hub_activate kill an 'else'Dan Williams-7/+4
2013-10-16usb: hub: Clear Port Reset Change during init/resumeJulius Werner-0/+5
2013-10-16drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()Matthias Beyer-10/+10
2013-10-16drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()Matthias Beyer-6/+6
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp-0/+4
2013-10-16xhci: Enable LPM support only for hardwired or BESL devicesMathias Nyman-0/+27
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp-2/+8
2013-10-16usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp-0/+6
2013-10-16USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum-0/+3
2013-10-14USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum-0/+3
2013-10-14usb/hcd: remove unnecessary local_irq_saveMichael Opdenacker-15/+0
2013-10-14treewide: Fix typo in KconfigMasanari Iida-1/+1
2013-10-11drivers: usb: core: hub.c: Comments shouldnt be C99 // comment styleMatthias Beyer-2/+2
2013-10-11drivers: usb: core: file.c: moved asterisk to variable nameMatthias Beyer-1/+1
2013-10-11drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer-62/+62
2013-10-11drivers: usb: core: hcd.c: converted busmap from struct to bitmapMatthias Beyer-7/+5
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede-2/+45
2013-10-11usb: Remove unnecessary semicolonsJoe Perches-1/+1