Re: [PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-10-31 Thread Richard Purdie
On Sun, 2007-10-28 at 12:22 +0100, Németh Márton wrote: > Richard Purdie wrote: > > Hmm, there really is no way to just turn the LED on? :( > > Unfortunately I do not have these optional modules so I never saw the LED > just on without blinking. I don't know if there is any hardware limitation > t

Re: [PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-10-28 Thread Németh Márton
Richard Purdie wrote: > On Sun, 2007-10-21 at 14:55 +0200, Németh Márton wrote: >> diff -uprN linux-2.6.23.orig/drivers/leds/Kconfig >> linux-2.6.23/drivers/leds/Kconfig >> --- linux-2.6.23.orig/drivers/leds/Kconfig 2007-10-09 22:31:38.0 >> +0200 >> +++ linux-2.6.23/drivers/leds/Kconfig

Re: [PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-10-23 Thread Richard Purdie
On Sun, 2007-10-21 at 14:55 +0200, Németh Márton wrote: > diff -uprN linux-2.6.23.orig/Documentation/leds-class.txt > linux-2.6.23/Documentation/leds-class.txt > --- linux-2.6.23.orig/Documentation/leds-class.txt2007-10-09 > 22:31:38.0 +0200 > +++ linux-2.6.23/Documentation/leds-class

Re: [PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-10-21 Thread Németh Márton
From: Márton Németh <[EMAIL PROTECTED]> The driver supports the mail LED commonly found on different Clevo notebooks. The driver access the LED through the i8042 hardware and implements the support for hardware accelerated blink function. Signed-off-by: Márton Németh <[EMAIL PROTECTED]> --- diff

Re: [PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-10-21 Thread Németh Márton
Randy Dunlap wrote: > On Fri, 19 Oct 2007 20:52:52 +0200 Németh Márton wrote: > >> From: Márton Németh <[EMAIL PROTECTED]> >> >> The driver supports the mail LED commonly found on different Clevo notebooks. >> The driver access the LED through the i8042 hardware and implements the >> support for

Re: [PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-10-19 Thread Randy Dunlap
On Fri, 19 Oct 2007 20:52:52 +0200 Németh Márton wrote: > From: Márton Németh <[EMAIL PROTECTED]> > > The driver supports the mail LED commonly found on different Clevo notebooks. > The driver access the LED through the i8042 hardware and implements the > support for > hardware accelerated blink

[PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-10-19 Thread Németh Márton
From: Márton Németh <[EMAIL PROTECTED]> The driver supports the mail LED commonly found on different Clevo notebooks. The driver access the LED through the i8042 hardware and implements the support for hardware accelerated blink function. Signed-off-by: Márton Németh <[EMAIL PROTECTED]> --- diff

Re: [PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-07-17 Thread Németh Márton
From: Márton Németh <[EMAIL PROTECTED]> The driver supports the mail LED commonly found on different Clevo notebooks. The driver access the LED through the i8042 hardware and implements the support for hardware accelerated blink function. Signed-off-by: Márton Németh <[EMAIL PROTECTED]> --- dif

Re: [PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-07-17 Thread Dmitry Torokhov
On 7/17/07, Németh Márton <[EMAIL PROTECTED]> wrote: + +#define TRUE 1 +#define FALSE 0 + +#define CLEVO_MAIL_LED_OFF 0x0084 +#define CLEVO_MAIL_LED_BLINK_1HZ 0x008A +#define CLEVO_MAIL_LED_BLINK_0_5HZ 0x0083 + +#define MODULE_FNAME "leds

[PATCH 3/3] leds-clevo-mail: driver for Clevo mail LED

2007-07-17 Thread Németh Márton
From: Márton Németh <[EMAIL PROTECTED]> The driver supports the mail LED commonly found on different Clevo notebooks. The driver access the LED through the i8042 hardware and implements the support for hardware accelerated blink function. Signed-off-by: Márton Németh <[EMAIL PROTECTED]> --- dif