Re: [PATCH 1/2] serio: support multiple child devices per single parent
From: Dmitry Eremin-Solenikov <hidden>
Date: 2010-09-23 16:36:52
From: Dmitry Eremin-Solenikov <hidden>
Date: 2010-09-23 16:36:52
On Tue, Sep 14, 2010 at 10:03:16PM -0700, Dmitry Torokhov wrote:
Hi Dmitry, On Mon, Aug 16, 2010 at 03:26:36PM +0400, Dmitry Eremin-Solenikov wrote:quoted
@@ -50,6 +52,7 @@ struct serio { struct device dev; struct list_head node; + struct list_head internal; /* Used internally to avoid recursion */I think we can do without this one, how about the patch below? (Depends on synaptics changes in attached patch).
Yes, it works for me. Sorry for the (long) delay in testing - I was on vacation. I'll resubmit updated ps2mult driver in a few minutes. -- With best wishes Dmitry