summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-202-3/+3
|\
| * ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2013-11-142-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in KconfigMasanari Iida2013-10-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-12/+4
|\ \
| * | consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-241-12/+4
* | | USB: change dev_warn about missing reset-resume to dev_dbgAlan Stern2013-10-191-2/+2
* | | Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-10-194-9/+49
|\ \ \
| * | | usb: hub_activate kill an 'else'Dan Williams2013-10-161-7/+4
| * | | usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp2013-10-161-0/+4
| * | | xhci: Enable LPM support only for hardwired or BESL devicesMathias Nyman2013-10-161-0/+27
| * | | usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-163-2/+8
| * | | usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp2013-10-161-0/+6
* | | | Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-191-0/+6
|\ \ \ \
| * | | | USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum2013-10-161-0/+3
| * | | | USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum2013-10-141-0/+3
| | |/ / | |/| |
* | | | usb: hub: Clear Port Reset Change during init/resumeJulius Werner2013-10-161-0/+5
* | | | drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()Matthias Beyer2013-10-161-10/+10
* | | | drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()Matthias Beyer2013-10-161-6/+6
| |/ / |/| |
* | | usb/hcd: remove unnecessary local_irq_saveMichael Opdenacker2013-10-141-15/+0
* | | drivers: usb: core: hub.c: Comments shouldnt be C99 // comment styleMatthias Beyer2013-10-111-2/+2
* | | drivers: usb: core: file.c: moved asterisk to variable nameMatthias Beyer2013-10-111-1/+1
* | | drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer2013-10-114-62/+62
* | | drivers: usb: core: hcd.c: converted busmap from struct to bitmapMatthias Beyer2013-10-111-7/+5
* | | usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede2013-10-112-2/+45
* | | usb: Remove unnecessary semicolonsJoe Perches2013-10-111-1/+1
* | | drivers: usb: core: hcd: if-else-braces fixedMatthias Beyer2013-10-051-2/+2
* | | drivers: usb: core: hcd: removed braces for return statementsMatthias Beyer2013-10-051-4/+4
* | | drivers: usb: core: hcd: replaced C99 // commentsMatthias Beyer2013-10-051-5/+5
* | | drivers: usb: core: hcd: Whitespace fixesMatthias Beyer2013-10-051-28/+28
* | | drivers: usb: core: hcd: moved asterix to variableMatthias Beyer2013-10-051-1/+1
* | | Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-292-0/+19
|\ \ \ | |/ /
| * | usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-251-0/+16
| * | usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-231-0/+3
| |/
* | usb: core: usb_amd_resume_quirk() can be staticFengguang Wu2013-09-261-1/+1
* | USB: correct the usb_disconnect() comment about usb_bus_list_lockBjorn Helgaas2013-09-261-2/+2
* | USB: fix substandard locking for the sysfs filesAlan Stern2013-09-251-27/+26
* | usb: core: implement AMD remote wakeup quirkHuang Rui2013-09-252-0/+40
* | usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou2013-09-171-4/+2
* | usbcore: fix incorrect type in assignment in usb_set_lpm_parameters()Xenia Ragiadakou2013-09-171-2/+2
* | usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou2013-09-173-1/+8
* | usb-core: Make usb_free_streams return an errorHans de Goede2013-09-171-4/+7
* | USB: see if URB comes from a completion handlerAlan Stern2013-09-171-0/+2
|/
* usbcore: fix incorrect type in assignment in descriptors_changed()Xenia Ragiadakou2013-08-301-3/+3
* usbcore: compare and release one bos descriptor in usb_reset_and_verify_device()Xenia Ragiadakou2013-08-301-2/+21
* USB: core: be specific about attribute permissionsGreg Kroah-Hartman2013-08-254-197/+166
* USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman2013-08-231-15/+13
* usb: don't use bNbrPorts after initializationKrzysztof Mazur2013-08-231-7/+5
* usb: fail on usb_hub_create_port_device() errorsKrzysztof Mazur2013-08-231-2/+8
* usb: fix cleanup after failure in hub_configure()Krzysztof Mazur2013-08-231-0/+1
OpenPOWER on IntegriCloud