Hi,
On 8/17/05, Alan Stern <[EMAIL PROTECTED]> wrote:
> On Tue, 16 Aug 2005, Dmitry Torokhov wrote:
>
> > Alan,
> >
> > I am sorry I don't have time to properly review the patch at
> > themoment, just a couple of comments about serio - I would not look at
> > serio for examples of typical use as
On Tue, 16 Aug 2005, Dmitry Torokhov wrote:
> Alan,
>
> I am sorry I don't have time to properly review the patch at
> themoment, just a couple of comments about serio - I would not look at
> serio for examples of typical use as it was trying very hard to work
> around the original driver model l
On 8/15/05, Alan Stern <[EMAIL PROTECTED]> wrote:
> On the face of it, neither is particularly more attractive than the other.
> However, reading through the various places that call these routines (for
> example, drivers/input/serio/serio.c or drivers/pnp/card.c) revealed a
> pattern. In most ca
Dmitry, Pat, Greg, and everyone else:
This is a revised version of the patch I sent in last week -- not yet a
submission, more of an RFC. It turns out that removing the driver's list
of bound devices isn't practical, because there are times when a device
not yet on the bus's overall klist will be
On Thu, 11 Aug 2005, Dmitry Torokhov wrote:
> Hmm, so what do I do in the following scenario - I have a serio port
> (AUX) that has a synaptics touchpad bound to it which is driven by
> psmouse driver. psmouse driver registers a child port (synaptics
> pass-through) during probe call. The child po
On Thu, 11 Aug 2005, Dmitry Torokhov wrote:
> Hmm, so what do I do in the following scenario - I have a serio port
> (AUX) that has a synaptics touchpad bound to it which is driven by
> psmouse driver. psmouse driver registers a child port (synaptics
> pass-through) during probe call. The child po
On 8/11/05, Alan Stern <[EMAIL PROTECTED]> wrote:
> On Thu, 11 Aug 2005, Christoph Hellwig wrote:
>
> > On Thu, Aug 11, 2005 at 11:24:23AM -0700, Greg KH wrote:
> > > > This patch (as536) simplifies the driver-model core by replacing the
> > > > klist
> > > > used to store the set of devices boun
On Thu, 11 Aug 2005, Christoph Hellwig wrote:
> On Thu, Aug 11, 2005 at 11:24:23AM -0700, Greg KH wrote:
> > > This patch (as536) simplifies the driver-model core by replacing the
> > > klist
> > > used to store the set of devices bound to a driver with a regular list
> > > protected by a mutex
On Thu, Aug 11, 2005 at 11:24:23AM -0700, Greg KH wrote:
> > This patch (as536) simplifies the driver-model core by replacing the klist
> > used to store the set of devices bound to a driver with a regular list
> > protected by a mutex. It turns out that even with a klist, there are too
> > man
On Wed, Aug 10, 2005 at 04:56:08PM -0400, Alan Stern wrote:
> Greg and Pat:
>
> This patch (as536) simplifies the driver-model core by replacing the klist
> used to store the set of devices bound to a driver with a regular list
> protected by a mutex. It turns out that even with a klist, there
10 matches
Mail list logo