Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-19 Thread Greg KH
On Wed, Jan 19, 2005 at 09:30:14AM -0500, Dmitry Torokhov wrote: > If I understand correctly we do not have subclasses so it will look like > class > |- input_device > | |- input0 > | |- input1 > | > |- input > | |-event0 > | |-event1 > | |-mouse0 > > So breakage is really minimal. I really

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-19 Thread Dmitry Torokhov
On Wed, 19 Jan 2005 12:56:16 +0100, Hannes Reinecke <[EMAIL PROTECTED]> wrote: > Greg KH wrote: > > On Tue, Jan 18, 2005 at 05:20:40PM -0500, Dmitry Torokhov wrote: > > > >>I was mostly talking about the need of 2 separate classes and this > >>patch lays groundwork for it althou lifetime rules in i

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-19 Thread Hannes Reinecke
Greg KH wrote: On Tue, Jan 18, 2005 at 05:20:40PM -0500, Dmitry Torokhov wrote: On Tue, 18 Jan 2005 13:58:20 -0800, Greg KH <[EMAIL PROTECTED]> wrote: On Tue, Jan 18, 2005 at 04:49:34PM -0500, Dmitry Torokhov wrote: On Tue, 18 Jan 2005 13:30:02 -0800, Greg KH <[EMAIL PROTECTED]> wrote: On Tue, Jan

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-18 Thread Greg KH
On Tue, Jan 18, 2005 at 05:20:40PM -0500, Dmitry Torokhov wrote: > On Tue, 18 Jan 2005 13:58:20 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > On Tue, Jan 18, 2005 at 04:49:34PM -0500, Dmitry Torokhov wrote: > > > On Tue, 18 Jan 2005 13:30:02 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > > > On Tue,

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-18 Thread Dmitry Torokhov
On Tue, 18 Jan 2005 13:58:20 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > On Tue, Jan 18, 2005 at 04:49:34PM -0500, Dmitry Torokhov wrote: > > On Tue, 18 Jan 2005 13:30:02 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > > On Tue, Jan 18, 2005 at 03:56:35PM +0100, Hannes Reinecke wrote: > > > > Hi all,

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-18 Thread Greg KH
On Tue, Jan 18, 2005 at 04:49:34PM -0500, Dmitry Torokhov wrote: > On Tue, 18 Jan 2005 13:30:02 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > > On Tue, Jan 18, 2005 at 03:56:35PM +0100, Hannes Reinecke wrote: > > > Hi all, > > > > > > the input subsystem is using call_usermodehelper directly, which b

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-18 Thread Dmitry Torokhov
On Tue, 18 Jan 2005 13:30:02 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > On Tue, Jan 18, 2005 at 03:56:35PM +0100, Hannes Reinecke wrote: > > Hi all, > > > > the input subsystem is using call_usermodehelper directly, which breaks > > all sorts of assertions especially when using udev. > > And it's

Re: [PATCH 0/2] Remove input_call_hotplug

2005-01-18 Thread Greg KH
On Tue, Jan 18, 2005 at 03:56:35PM +0100, Hannes Reinecke wrote: > Hi all, > > the input subsystem is using call_usermodehelper directly, which breaks > all sorts of assertions especially when using udev. > And it's definitely going to fail once someone is trying to use netlink > messages for ho