Re: [PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Thomas Hellstrom
On 12/07/2013 04:41 PM, Dmitry Torokhov wrote: Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes into 'id' group, when only 'type', 'proto', 'id',

Re: [PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Greg Kroah-Hartman
On Sat, Dec 07, 2013 at 07:41:19AM -0800, Dmitry Torokhov wrote: > Restore previous layout of sysfs attributes that was broken by commit > 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of > dev_attrs) which moved all serio device attributes into 'id' group, when > only

[PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Dmitry Torokhov
Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes into 'id' group, when only 'type', 'proto', 'id', and 'extra' should be in 'id' group and the rest of

[PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Dmitry Torokhov
Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes into 'id' group, when only 'type', 'proto', 'id', and 'extra' should be in 'id' group and the rest of

Re: [PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Greg Kroah-Hartman
On Sat, Dec 07, 2013 at 07:41:19AM -0800, Dmitry Torokhov wrote: Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes into 'id' group, when only

Re: [PATCH] Input: serio - fix sysfs layout

2013-12-07 Thread Thomas Hellstrom
On 12/07/2013 04:41 PM, Dmitry Torokhov wrote: Restore previous layout of sysfs attributes that was broken by commit 3778a2129bcce84f684cc0017ed20d2524afd289 (input: serio: remove bus usage of dev_attrs) which moved all serio device attributes into 'id' group, when only 'type', 'proto', 'id',