Re: [patch 08/28] Input: prepare to sysfs integration

From: Greg KH
Date: Wed Oct 05 2005 - 17:06:09 EST


On Thu, Sep 15, 2005 at 02:01:39AM -0500, Dmitry Torokhov wrote:
> Input: prepare to sysfs integration
>
> Add struct class_device to input_dev; add input_allocate_dev()
> to dynamically allocate input devices; dynamically allocated
> devices are automatically registered with sysfs.
>
> Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx>

Ok, I've applied this one, and the other "convert the input drivers to
be dynamic" to my tree, as this is all great work.

I'll work on the last few patches that you have, with regard to how to
tie it into sysfs "properly" now, and get back to you, just wanted to
apply all of these, so we have a common base to work on.

Oh, I did change one thing in this patch:

>
> +EXPORT_SYMBOL(input_allocate_device);

I made that EXPORT_SYMBOL_GPL(). Let me know if you object to this.

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/