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

2007-02-08 Thread Greg KH
On Thu, Feb 08, 2007 at 12:20:05PM -0500, Dmitry Torokhov wrote: > Hi Greg, > > On 2/7/07, Greg KH <[EMAIL PROTECTED]> wrote: > >From: Greg Kroah-Hartman <[EMAIL PROTECTED]> > > > >This adds the module name to all SERIO drivers, if they are built into > >the kernel or not. It will show up in /sys

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

2007-02-08 Thread Dmitry Torokhov
Hi Greg, On 2/7/07, Greg KH <[EMAIL PROTECTED]> wrote: From: Greg Kroah-Hartman <[EMAIL PROTECTED]> 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? -- Dmitry - To unsubsc

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

2007-02-07 Thread Greg KH
From: Greg Kroah-Hartman <[EMAIL PROTECTED]> 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/ Cc: Kay Sievers <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/input