Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Darren Hart
On Fri, Dec 05, 2014 at 03:03:49AM +0100, Pali Rohár wrote: > On Wednesday 03 December 2014 09:43:21 Darren Hart wrote: > > On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: > > > This patch adds support for configuring keyboard backlight > > > settings on supported Dell laptops. It

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Darren Hart
On Thu, Dec 04, 2014 at 11:16:47AM +0100, Pali Rohár wrote: > > > seconds not supported). + cbRES4, byte1 Maximum > > > acceptable minutes value (0 if minutes not supported). + > > > cbRES4, byte2 Maximum acceptable hours value (0 if hours > > > not supported). + cbRES4, byte3 Maxiomum

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Pali Rohár
On Wednesday 03 December 2014 09:43:21 Darren Hart wrote: > On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: > > This patch adds support for configuring keyboard backlight > > settings on supported Dell laptops. It exports kernel leds > > interface and uses Dell SMBIOS tokens or

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Pali Rohár
On Wednesday 03 December 2014 12:51:37 Darren Hart wrote: > On Thu, Dec 04, 2014 at 09:50:02AM +0100, Gabriele Mazzotta wrote: > > On Wednesday 03 December 2014 00:43:21 Darren Hart wrote: > > > > + int kbd_timeouts[]; > > > > > > > > }; > > > > > > > > static struct quirk_entry *quirks;

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Darren Hart
On Thu, Dec 04, 2014 at 09:50:02AM +0100, Gabriele Mazzotta wrote: > On Wednesday 03 December 2014 00:43:21 Darren Hart wrote: > > > + int kbd_timeouts[]; > > > > > > }; > > > > > > static struct quirk_entry *quirks; > > > > > > @@ -76,6 +89,10 @@ static int __init dmi_matched(const struct

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Pali Rohár
On Wednesday 03 December 2014 09:43:21 Darren Hart wrote: > On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: > > This patch adds support for configuring keyboard backlight > > settings on supported Dell laptops. It exports kernel leds > > interface and uses Dell SMBIOS tokens or

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Gabriele Mazzotta
On Wednesday 03 December 2014 00:43:21 Darren Hart wrote: > > + int kbd_timeouts[]; > > > > }; > > > > static struct quirk_entry *quirks; > > > > @@ -76,6 +89,10 @@ static int __init dmi_matched(const struct > > dmi_system_id *dmi)> > > return 1; > > } > > > > > > +static struct

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Gabriele Mazzotta
On Wednesday 03 December 2014 00:43:21 Darren Hart wrote: + int kbd_timeouts[]; }; static struct quirk_entry *quirks; @@ -76,6 +89,10 @@ static int __init dmi_matched(const struct dmi_system_id *dmi) return 1; } +static struct quirk_entry

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Pali Rohár
On Wednesday 03 December 2014 09:43:21 Darren Hart wrote: On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: This patch adds support for configuring keyboard backlight settings on supported Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or keyboard class

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Darren Hart
On Thu, Dec 04, 2014 at 09:50:02AM +0100, Gabriele Mazzotta wrote: On Wednesday 03 December 2014 00:43:21 Darren Hart wrote: + int kbd_timeouts[]; }; static struct quirk_entry *quirks; @@ -76,6 +89,10 @@ static int __init dmi_matched(const struct dmi_system_id

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Pali Rohár
On Wednesday 03 December 2014 12:51:37 Darren Hart wrote: On Thu, Dec 04, 2014 at 09:50:02AM +0100, Gabriele Mazzotta wrote: On Wednesday 03 December 2014 00:43:21 Darren Hart wrote: + int kbd_timeouts[]; }; static struct quirk_entry *quirks; @@ -76,6

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Pali Rohár
On Wednesday 03 December 2014 09:43:21 Darren Hart wrote: On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: This patch adds support for configuring keyboard backlight settings on supported Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or keyboard class

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Darren Hart
On Thu, Dec 04, 2014 at 11:16:47AM +0100, Pali Rohár wrote: seconds not supported). + cbRES4, byte1 Maximum acceptable minutes value (0 if minutes not supported). + cbRES4, byte2 Maximum acceptable hours value (0 if hours not supported). + cbRES4, byte3 Maxiomum acceptable days

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-04 Thread Darren Hart
On Fri, Dec 05, 2014 at 03:03:49AM +0100, Pali Rohár wrote: On Wednesday 03 December 2014 09:43:21 Darren Hart wrote: On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: This patch adds support for configuring keyboard backlight settings on supported Dell laptops. It exports

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-03 Thread Darren Hart
On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: > This patch adds support for configuring keyboard backlight settings on > supported > Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or > keyboard class interface. > > With this patch it is possible to set:

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-03 Thread Darren Hart
On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: This patch adds support for configuring keyboard backlight settings on supported Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or keyboard class interface. With this patch it is possible to set: *

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-01 Thread Darren Hart
On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: > This patch adds support for configuring keyboard backlight settings on > supported > Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or > keyboard class interface. > > With this patch it is possible to set:

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-01 Thread Pali Rohár
On Sunday 23 November 2014 15:50:45 Pali Rohár wrote: > This patch adds support for configuring keyboard backlight > settings on supported Dell laptops. It exports kernel leds > interface and uses Dell SMBIOS tokens or keyboard class > interface. > > With this patch it is possible to set: > *

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-01 Thread Darren Hart
On Sun, Nov 23, 2014 at 03:50:45PM +0100, Pali Rohár wrote: This patch adds support for configuring keyboard backlight settings on supported Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or keyboard class interface. With this patch it is possible to set: *

Re: [PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-12-01 Thread Pali Rohár
On Sunday 23 November 2014 15:50:45 Pali Rohár wrote: This patch adds support for configuring keyboard backlight settings on supported Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or keyboard class interface. With this patch it is possible to set: * keyboard

[PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-11-23 Thread Pali Rohár
This patch adds support for configuring keyboard backlight settings on supported Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or keyboard class interface. With this patch it is possible to set: * keyboard backlight level * timeout after which will be backlight

[PATCH v2] platform: x86: dell-laptop: Add support for keyboard backlight

2014-11-23 Thread Pali Rohár
This patch adds support for configuring keyboard backlight settings on supported Dell laptops. It exports kernel leds interface and uses Dell SMBIOS tokens or keyboard class interface. With this patch it is possible to set: * keyboard backlight level * timeout after which will be backlight