Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 25 Jan 2002 17:09:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 25 Jan 2002 17:08:56 -0500 Received: from www.transvirtual.com ([206.14.214.140]:58887 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Fri, 25 Jan 2002 17:08:51 -0500 Date: Fri, 25 Jan 2002 14:08:43 -0800 (PST) From: James Simmons To: Corey Minyard cc: linux-kernel@vger.kernel.org Subject: Re: LED device driver In-Reply-To: <3C51D44B.2050402@acm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > A lot of boards have LEDs on the front, it is useful to be able to > control these LEDs from userland. I have implemented a start at a > device driver front-end for this that gives a generic interface. I'd > appreciate comments on it. I have not tied things like the num lock > LEDs to this, but that might be doable later. At a look at the input api (include/linux/input.h). Since keyboards have leds we implemented a very basic api for this. - 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/