Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-26 Thread Bryan Wu
My bad. I apologize to the delay. I missed the v2 original patch email in this thread, but googled and found it. Applied to my for-next branch now. Thanks, -Bryan On Tue, Aug 14, 2012 at 7:34 PM, Bryan Wu wrote: > On Wed, Aug 8, 2012 at 10:16 AM, Bryan Wu wrote: >> On Wed, Aug 8, 2012 at 9:12

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-26 Thread Bryan Wu
My bad. I apologize to the delay. I missed the v2 original patch email in this thread, but googled and found it. Applied to my for-next branch now. Thanks, -Bryan On Tue, Aug 14, 2012 at 7:34 PM, Bryan Wu bryan...@canonical.com wrote: On Wed, Aug 8, 2012 at 10:16 AM, Bryan Wu

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-14 Thread Bryan Wu
On Wed, Aug 8, 2012 at 10:16 AM, Bryan Wu wrote: > On Wed, Aug 8, 2012 at 9:12 AM, Henrique de Moraes Holschuh > wrote: >> On Tue, 07 Aug 2012, Colin Cross wrote: >>> Some triggers create sysfs files when they are enabled. Send a uevent >>> "change" notification whenever the trigger is changed

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-14 Thread Bryan Wu
On Wed, Aug 8, 2012 at 10:16 AM, Bryan Wu bryan...@canonical.com wrote: On Wed, Aug 8, 2012 at 9:12 AM, Henrique de Moraes Holschuh h...@hmh.eng.br wrote: On Tue, 07 Aug 2012, Colin Cross wrote: Some triggers create sysfs files when they are enabled. Send a uevent change notification

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Bryan Wu
On Wed, Aug 8, 2012 at 9:12 AM, Henrique de Moraes Holschuh wrote: > On Tue, 07 Aug 2012, Colin Cross wrote: >> Some triggers create sysfs files when they are enabled. Send a uevent >> "change" notification whenever the trigger is changed to allow userspace >> processes such as udev to modify

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Henrique de Moraes Holschuh
On Tue, 07 Aug 2012, Colin Cross wrote: > Some triggers create sysfs files when they are enabled. Send a uevent > "change" notification whenever the trigger is changed to allow userspace > processes such as udev to modify permissions on the new files. > > A change notification will also be sent

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Greg KH
On Tue, Aug 07, 2012 at 12:58:15PM -0700, Colin Cross wrote: > Some triggers create sysfs files when they are enabled. Send a uevent > "change" notification whenever the trigger is changed to allow userspace > processes such as udev to modify permissions on the new files. > > A change

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Greg KH
On Tue, Aug 07, 2012 at 01:47:23PM -0700, Colin Cross wrote: > On Tue, Aug 7, 2012 at 1:42 PM, Greg KH wrote: > > On Tue, Aug 07, 2012 at 12:58:15PM -0700, Colin Cross wrote: > >> Some triggers create sysfs files when they are enabled. Send a uevent > >> "change" notification whenever the

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Colin Cross
On Tue, Aug 7, 2012 at 1:42 PM, Greg KH wrote: > On Tue, Aug 07, 2012 at 12:58:15PM -0700, Colin Cross wrote: >> Some triggers create sysfs files when they are enabled. Send a uevent >> "change" notification whenever the trigger is changed to allow userspace >> processes such as udev to modify

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Greg KH
On Tue, Aug 07, 2012 at 12:58:15PM -0700, Colin Cross wrote: > Some triggers create sysfs files when they are enabled. Send a uevent > "change" notification whenever the trigger is changed to allow userspace > processes such as udev to modify permissions on the new files. > > A change

[PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Colin Cross
Some triggers create sysfs files when they are enabled. Send a uevent "change" notification whenever the trigger is changed to allow userspace processes such as udev to modify permissions on the new files. A change notification will also be sent during registration of led class devices or led

[PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Colin Cross
Some triggers create sysfs files when they are enabled. Send a uevent change notification whenever the trigger is changed to allow userspace processes such as udev to modify permissions on the new files. A change notification will also be sent during registration of led class devices or led

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Greg KH
On Tue, Aug 07, 2012 at 12:58:15PM -0700, Colin Cross wrote: Some triggers create sysfs files when they are enabled. Send a uevent change notification whenever the trigger is changed to allow userspace processes such as udev to modify permissions on the new files. A change notification will

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Colin Cross
On Tue, Aug 7, 2012 at 1:42 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Aug 07, 2012 at 12:58:15PM -0700, Colin Cross wrote: Some triggers create sysfs files when they are enabled. Send a uevent change notification whenever the trigger is changed to allow userspace processes such as

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Greg KH
On Tue, Aug 07, 2012 at 01:47:23PM -0700, Colin Cross wrote: On Tue, Aug 7, 2012 at 1:42 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Aug 07, 2012 at 12:58:15PM -0700, Colin Cross wrote: Some triggers create sysfs files when they are enabled. Send a uevent change notification

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Greg KH
On Tue, Aug 07, 2012 at 12:58:15PM -0700, Colin Cross wrote: Some triggers create sysfs files when they are enabled. Send a uevent change notification whenever the trigger is changed to allow userspace processes such as udev to modify permissions on the new files. A change notification will

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Henrique de Moraes Holschuh
On Tue, 07 Aug 2012, Colin Cross wrote: Some triggers create sysfs files when they are enabled. Send a uevent change notification whenever the trigger is changed to allow userspace processes such as udev to modify permissions on the new files. A change notification will also be sent during

Re: [PATCH v2] leds: triggers: send uevent when changing triggers

2012-08-07 Thread Bryan Wu
On Wed, Aug 8, 2012 at 9:12 AM, Henrique de Moraes Holschuh h...@hmh.eng.br wrote: On Tue, 07 Aug 2012, Colin Cross wrote: Some triggers create sysfs files when they are enabled. Send a uevent change notification whenever the trigger is changed to allow userspace processes such as udev to