aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-3/+3
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2-3/+3
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+4
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-12/+4
2013-10-19USB: change dev_warn about missing reset-resume to dev_dbgAlan Stern1-2/+2
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman4-9/+49
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman1-0/+6
2013-10-16usb: hub_activate kill an 'else'Dan Williams1-7/+4
2013-10-16usb: hub: Clear Port Reset Change during init/resumeJulius Werner1-0/+5
2013-10-16drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()Matthias Beyer1-10/+10
2013-10-16drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()Matthias Beyer1-6/+6
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp1-0/+4
2013-10-16xhci: Enable LPM support only for hardwired or BESL devicesMathias Nyman1-0/+27
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp3-2/+8
2013-10-16usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp1-0/+6
2013-10-16USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum1-0/+3
2013-10-14USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum1-0/+3
2013-10-14usb/hcd: remove unnecessary local_irq_saveMichael Opdenacker1-15/+0
2013-10-14treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-10-11drivers: usb: core: hub.c: Comments shouldnt be C99 // comment styleMatthias Beyer1-2/+2
2013-10-11drivers: usb: core: file.c: moved asterisk to variable nameMatthias Beyer1-1/+1
2013-10-11drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer4-62/+62
2013-10-11drivers: usb: core: hcd.c: converted busmap from struct to bitmapMatthias Beyer1-7/+5
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede2-2/+45
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-05drivers: usb: core: hcd: if-else-braces fixedMatthias Beyer1-2/+2
2013-10-05drivers: usb: core: hcd: removed braces for return statementsMatthias Beyer1-4/+4
2013-10-05drivers: usb: core: hcd: replaced C99 // commentsMatthias Beyer1-5/+5
2013-10-05drivers: usb: core: hcd: Whitespace fixesMatthias Beyer1-28/+28
2013-10-05drivers: usb: core: hcd: moved asterix to variableMatthias Beyer1-1/+1
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2-0/+19
2013-09-26usb: core: usb_amd_resume_quirk() can be staticFengguang Wu1-1/+1
2013-09-26USB: correct the usb_disconnect() comment about usb_bus_list_lockBjorn Helgaas1-2/+2
2013-09-25usb/core/devio.c: Don't reject control message to endpoint with wrong direction bitKurt Garloff1-0/+16
2013-09-25USB: fix substandard locking for the sysfs filesAlan Stern1-27/+26
2013-09-25usb: core: implement AMD remote wakeup quirkHuang Rui2-0/+40
2013-09-23usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou1-0/+3
2013-09-17usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou1-4/+2
2013-09-17usbcore: fix incorrect type in assignment in usb_set_lpm_parameters()Xenia Ragiadakou1-2/+2
2013-09-17usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou3-1/+8
2013-09-17usb-core: Make usb_free_streams return an errorHans de Goede1-4/+7
2013-09-17USB: see if URB comes from a completion handlerAlan Stern1-0/+2
2013-08-30usbcore: fix incorrect type in assignment in descriptors_changed()Xenia Ragiadakou1-3/+3
2013-08-30usbcore: compare and release one bos descriptor in usb_reset_and_verify_device()Xenia Ragiadakou1-2/+21
2013-08-25USB: core: be specific about attribute permissionsGreg Kroah-Hartman4-197/+166
2013-08-23USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman1-15/+13
2013-08-23usb: don't use bNbrPorts after initializationKrzysztof Mazur1-7/+5
2013-08-23usb: fail on usb_hub_create_port_device() errorsKrzysztof Mazur1-2/+8
2013-08-23usb: fix cleanup after failure in hub_configure()Krzysztof Mazur1-0/+1