From: "Ville Syrjälä" <syrjala-ORSVBvAovxo@public.gmane.org>
To: Oliver Neukum <oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
Cc: linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Peter Stokes <linux-2UcvvYt7w9fQXOPxS62xeg@public.gmane.org>
Subject: Re: [PATCH 2/2] ati_remote2: Add autosuspend support
Date: Wed, 4 Jun 2008 11:20:21 +0300 [thread overview]
Message-ID: <20080604082021.GH5067@sci.fi> (raw)
In-Reply-To: <200806032211.10052.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
On Tue, Jun 03, 2008 at 10:11:09PM +0200, Oliver Neukum wrote:
> Am Dienstag 03 Juni 2008 20:45:47 schrieb Ville Syrjala:
> > +static int ati_remote2_open(struct input_dev *idev)
> > +{
> > + struct ati_remote2 *ar2 = input_get_drvdata(idev);
> > + int r;
> > +
> > + dev_dbg(&ar2->intf[0]->dev, "%s()\n", __FUNCTION__);
> > +
> > + r = usb_autopm_get_interface(ar2->intf[0]);
> > + if (r) {
> > + dev_err(&ar2->intf[0]->dev,
> > + "%s(): usb_autopm_get_interface() = %d\n", __FUNCTION__, r);
> > + goto fail1;
> > + }
> > + r = usb_autopm_get_interface(ar2->intf[1]);
> > + if (r) {
> > + dev_err(&ar2->intf[1]->dev,
> > + "%s(): usb_autopm_get_interface() = %d\n", __FUNCTION__, r);
> > + goto fail2;
> > + }
>
> If you have two interfaces on one device upping the count for one of them
> is enough.
OK. But now I wonder why do I even bother calling this function. It
doesn't seem to do anything particularly useful.
> > +
> > + mutex_lock(&ati_remote2_mutex);
>
> Too late. You can race with disconnect()
Hmm. Do you mean open() vs. disconnect()? Doesn't the input_dev's locking
take care of that? ati_remote2_mutex is there just to make ar2->flags
handling and urb submitting/killing atomic, it didn't even exist before
this autosuspend patch. Or perhaps I'm missing something...
> And you should set needs_remote_wakeup.
What exactly does that do? As I said remote wakeup isn't enabled on the
device but it still wakes up just fine.
--
Ville Syrjälä
syrjala-ORSVBvAovxo@public.gmane.org
http://www.sci.fi/~syrjala/
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-06-04 8:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-03 18:45 [PATCH 1/2] ati_remote2: Add loadable keymap support Ville Syrjala
2008-06-03 18:45 ` [PATCH 2/2] ati_remote2: Add autosuspend support Ville Syrjala
2008-06-03 20:11 ` Oliver Neukum
[not found] ` <200806032211.10052.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2008-06-04 8:20 ` Ville Syrjälä [this message]
2008-06-04 8:32 ` Oliver Neukum
[not found] ` <200806041032.58237.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2008-06-17 14:13 ` Dmitry Torokhov
2008-06-17 14:39 ` Alan Stern
[not found] ` <Pine.LNX.4.44L0.0806171038310.2513-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org>
2008-06-17 15:28 ` Dmitry Torokhov
2008-06-17 17:24 ` Alan Stern
2008-06-17 17:53 ` Dmitry Torokhov
2008-06-17 18:52 ` Alan Stern
-- strict thread matches above, loose matches on Subject: below --
2008-06-25 10:56 [PATCH 0/2] ati_remote2 patches Ville Syrjala
2008-06-25 10:56 ` [PATCH 1/2] ati_remote2: Add loadable keymap support Ville Syrjala
[not found] ` <1214391371-13698-2-git-send-email-syrjala-ORSVBvAovxo@public.gmane.org>
2008-06-25 10:56 ` [PATCH 2/2] ati_remote2: Add autosuspend support Ville Syrjala
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=20080604082021.GH5067@sci.fi \
--to=syrjala-orsvbvaovxo@public.gmane.org \
--cc=linux-2UcvvYt7w9fQXOPxS62xeg@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).