Re: [PATCH 0/2] Remove input_call_hotplug

From: Greg KH
Date: Wed Jan 19 2005 - 17:26:22 EST


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 want classes to be able to have "parent" classes someday. It's
not that tough of a change to the driver core, if someone wants to do
the work. That would enable this input stuff to be cleaner, right?

It would also allow us to move the /sys/block stuff to use classes,
which it can't right now due to the lack of the parent ability.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/