summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-261-0/+16
* usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-241-0/+3
* usbcore: fix incorrect type in assignment in descriptors_changed()Xenia Ragiadakou2013-08-311-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-264-197/+166Star
* USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman2013-08-241-15/+13Star
* usb: don't use bNbrPorts after initializationKrzysztof Mazur2013-08-231-7/+5Star
* 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
* Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp2013-08-163-20/+13Star
|\
| * usb: Don't fail port power resume on device disconnect.Sarah Sharp2013-08-151-8/+5Star
| * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()Lan Tianyu2013-08-151-12/+2Star
| * USB: handle LPM errors during device suspend correctlyAlan Stern2013-08-151-33/+38
| * usb: add two quirky touchscreenOliver Neukum2013-08-141-0/+6
| * usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner2013-07-311-2/+3
* | usb: rh_call_control tbuf overflow fixSean O. Stalley2013-08-141-7/+17
* | usb/hcd: Log error code if reset() failsMark Brown2013-08-121-1/+1
* | usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede2013-08-121-1/+2
* | USB: introduce usb_device_no_sg_constraint() helperMing Lei2013-08-121-1/+2
* | USB: HCD: support giveback of URB in tasklet contextMing Lei2013-08-121-30/+117
* | usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-039-83/+165
* | USB: handle LPM errors during device suspend correctlyAlan Stern2013-08-011-22/+26
* | USB: refactor code for enabling/disabling remote wakeupAlan Stern2013-08-011-52/+46Star
* | USB: simplify the interface of usb_get_status()Alan Stern2013-08-012-12/+11Star
* | usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner2013-08-011-2/+3
* | Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman2013-07-292-8/+43
|\|
| * usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland2013-07-251-0/+9
| * USB: global suspend and remote wakeup don't mixAlan Stern2013-07-172-8/+34
* | usbfs: Allow printer class 'get_device_id' without needing to claim the intfHans de Goede2013-07-251-3/+3
* | USB: remove redundant "#if"Alan Stern2013-07-251-4/+2Star
* | USB: check sg buffer size in usb_submit_urbMing Lei2013-07-251-0/+8
* | USB: remove unneeded idr.h includeGreg Kroah-Hartman2013-07-241-1/+0Star
|/
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-032-2/+2
|\
| * Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-282-2/+2
| |\
| | * PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-032-2/+2
* | | usb: check usb_hub_to_struct_hub() return valueMathias Nyman2013-06-183-10/+19
* | | Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2013-06-091-3/+7
|\| |
| * | usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan2013-05-291-3/+7
| |/
* | Merge tag 'for-usb-next-2013-06-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-06-071-0/+54
|\ \
| * | usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman2013-06-061-0/+54
* | | USB: fix PTR_ERR translation in init_usb_class()Alexey Khoroshilov2013-06-061-1/+1
|/ /
* | Allow the USB HCD to create Wireless USB root hubsThomas Pugliese2013-06-031-0/+28
* | Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-272-1/+4
|\|
| * USB: reset resume quirk needed by a hubOliver Neukum2013-05-171-0/+3
| * USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-151-1/+1
* | usb: ehci: Only sleep for post-resume handover if devices use persistJulius Werner2013-05-201-0/+33
* | usb: message: Fixed parenthesis error in sizeof function.Tülin İzer2013-05-171-1/+1
* | usb: message: Fixed error: 'no space before bracket'Tülin İzer2013-05-171-7/+7
* | usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer2013-05-171-1/+2
* | usb: devio: Fixed macro parenthesis errorTülin İzer2013-05-171-1/+1