Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756367Ab2HGUr0 (ORCPT ); Tue, 7 Aug 2012 16:47:26 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:46894 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753667Ab2HGUrY (ORCPT ); Tue, 7 Aug 2012 16:47:24 -0400 MIME-Version: 1.0 In-Reply-To: <20120807204228.GA32389@kroah.com> References: <1344369495-21943-1-git-send-email-ccross@android.com> <20120807204228.GA32389@kroah.com> Date: Tue, 7 Aug 2012 13:47:23 -0700 X-Google-Sender-Auth: kve9hN9J6ChZMKg3FN3BPybQnrE Message-ID: Subject: Re: [PATCH v2] leds: triggers: send uevent when changing triggers From: Colin Cross To: Greg KH Cc: linux-kernel@vger.kernel.org, Henrique de Moraes Holschuh , Bryan Wu , Richard Purdie , linux-leds@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1146 Lines: 22 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 permissions on the new files. >> >> A change notification will also be sent during registration of led class >> devices or led triggers if the default trigger of an led class device >> is found. > > Why would a change event be needed at this point in time? Nothing would > have changed from the original "add" notification, right? If the led class device has a default trigger configured, device_create will called before the trigger has been set and the trigger sysfs files have been created. The "change" notification will happen after the extra files have been created. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/