Re: [PATCH 10/28] SERIO: add the sysfs driver name to all modules

From: Greg KH
Date: Thu Feb 08 2007 - 13:53:06 EST


On Thu, Feb 08, 2007 at 12:20:05PM -0500, Dmitry Torokhov wrote:
> Hi Greg,
>
> On 2/7/07, Greg KH <greg@xxxxxxxxx> wrote:
> >From: Greg Kroah-Hartman <gregkh@xxxxxxx>
> >
> >This adds the module name to all SERIO drivers, if they are built into
> >the kernel or not. It will show up in /sys/modules/MODULE_NAME/drivers/
> >
>
> What is this needed for?

All modules show up today in /sys/module/ no matter if they are built
into the kernel or not.

But, if they are built as a module, the /sys/module/drivers/ link was
present. This is not consistant, as we always want to see that link, no
matter if the driver is built in or not. So with this change, we now
always see the links.

I also fixed the PCI and USB drivers to do this as well.

Hope this helps explain it.

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/