From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754241AbaFPHpq (ORCPT ); Mon, 16 Jun 2014 03:45:46 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:46910 "EHLO mail-la0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbaFPHpo (ORCPT ); Mon, 16 Jun 2014 03:45:44 -0400 X-Google-Original-Sender: Date: Mon, 16 Jun 2014 09:45:03 +0200 From: Johan Hovold To: Janne Kanniainen Cc: Pavel Machek , Jiri Kosina , Johan Hovold , Bryan Wu , linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-usb@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH v5] leds: USB: HID: Add support for MSI GT683R led panels Message-ID: <20140616074503.GB20636@localhost> References: <20140612090636.GK10256@localhost> <1402605252-9620-1-git-send-email-janne.kanniainen@gmail.com> <20140614224222.GE1389@xo-6d-61-c0.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 15, 2014 at 02:23:25AM +0300, Janne Kanniainen wrote: > > Hi! > > Hi. > > >> --- /dev/null > >> +++ b/Documentation/ABI/testing/sysfs-class-hid-driver-gt683r > >> @@ -0,0 +1,10 @@ > >> +What: /sys/class/hidraw//device/state > >> +Date: Jun 2014 > >> +KernelVersion: 3.15 > >> +Contact: Janne Kanniainen > >> +Description: > >> + Set the mode of LEDs > >> + > >> + 0 - normal > >> + 1 - audio > >> + 2 - breathing > > > > THat's some strange interface. Don't we normally use led triggers > > for this? > > I can implement it that way, if you all think that it is correct way. > What do Jiri and Johan thinks of it? > > > And the mode of the LED should really be in /sys/class/leds, not in > > hidraw somewhere... > > The problem is that all panels can only be in one mode at the time. > For example front panel can't be in breathing mode while side panel is > in normal mode. As Janne explained above, it's really an attribute of the parent device and not the individual LEDs. The latter could still use the software timer trigger to blink independently. Johan