From: Felipe Balbi <felipe.balbi@linux.intel.com>
To: Abhijeet@vger.kernel.org, Kumar@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
abhijeet kumar <abhijeet.kumar@intel.com>,
Jaejoong Kim <climbbb.kim@gmail.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Jonathan Corbet <corbet@lwn.net>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] USB :core :Prevent USB devices to autosuspend while setting interface
Date: Fri, 10 Nov 2017 14:54:49 +0200 [thread overview]
Message-ID: <87mv3ue1k6.fsf@linux.intel.com> (raw)
In-Reply-To: <1510318190-25180-1-git-send-email-abhijeet.kumar@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]
Hi,
Abhijeet@vger.kernel.org, Kumar@vger.kernel.org writes:
these emails don't exist. Fix your email client.
> From: abhijeet kumar <abhijeet.kumar@intel.com>
capitalize names
> Runtime resume USB device in order to ensure that PM framework
> knows that the we might be using the device in a short time and doesn't
> autosuspend the device while we updating it's interface.
this doesn't tell me about any problem. What, exactly, are you trying to
fix?
> Signed-off-by: abhijeet kumar <abhijeet.kumar@intel.com>
capitalize names
> diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c
> index 371a07d874a3..658603ed779e 100644
> --- a/drivers/usb/core/message.c
> +++ b/drivers/usb/core/message.c
> @@ -1305,6 +1305,9 @@ int usb_set_interface(struct usb_device *dev, int interface, int alternate)
> if (iface->unregistering)
> return -ENODEV;
>
> + /*Letting runtime PM now that we wish to use the device in a short time
> + *pm_runtime_get(&iface->dev);
> + */
why is it so that adding commented out code help? Did you *really* test
this at all?
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2017-11-10 12:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-10 12:49 [PATCH] USB :core :Prevent USB devices to autosuspend while setting interface Abhijeet, Kumar
2017-11-10 12:54 ` Felipe Balbi [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-11-10 16:02 Abhijeet, Kumar
2017-11-10 16:07 ` Greg Kroah-Hartman
2017-11-10 16:30 ` Alan Stern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mv3ue1k6.fsf@linux.intel.com \
--to=felipe.balbi@linux.intel.com \
--cc=Abhijeet@vger.kernel.org \
--cc=Kumar@vger.kernel.org \
--cc=abhijeet.kumar@intel.com \
--cc=climbbb.kim@gmail.com \
--cc=corbet@lwn.net \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mchehab@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.