[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.44L0.1009131114050.1315-100000@iolanthe.rowland.org>
Date: Mon, 13 Sep 2010 11:17:54 -0400 (EDT)
From: Alan Stern <stern@...land.harvard.edu>
To: Oliver Neukum <oneukum@...e.de>
cc: Jiri Slaby <jslaby@...e.cz>, Dmitry Torokhov <dtor@...l.ru>,
<pingc@...om.com>, linux-pm <linux-pm@...ts.linux-foundation.org>,
Linux kernel mailing list <linux-kernel@...r.kernel.org>,
<linux-input@...r.kernel.org>
Subject: Re: [linux-pm] wacom + runtime PM = AA deadlock
On Mon, 13 Sep 2010, Oliver Neukum wrote:
> PM in this driver looks broken. Please try this.
>
> In short you want to drop the PM reference and depend on remote
> wakeup and busy marking for this driver. Currently it gets a reference
> on every open() but never drops it.
>
> For locking you depend on the PM core's internal lock. You simply
> make sure you have a PM reference during open() and close()
Is there any point in resuming the device during close() just in order
to kill the interrupt URB? It seems counterproductive -- if the device
had been suspended then there wouldn't be any interrupt URB to kill in
the first place.
Alan Stern
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists