Re: [RFC PATCH] mba6x_bl: Backlight driver for mid 2013 MacBook Air

2014-04-29 Thread Hans de Goede
Hi, Why is this patch an RFC? If it is ready for upstreaming please drop the RFC prefix when you post the next version. On 04/27/2014 10:56 PM, Patrik Jakobsson wrote: This driver takes control over the LP8550 backlight driver chip found in the mid 2013 and newer MacBook Air (6,1 and 6,2). The

[PATCH] toshiba_acpi: Add alternative keymap support for Satellite M840

2014-04-29 Thread Takashi Iwai
Toshiba Satellite M840 laptop has a complete different keymap although it's bound with the same ACPI ID TOS1900. This patch provides an alternative keymap specific to this machine by identifying via DMI matching. The keymap table doesn't fill all entries that were used before since some keys

Re: [PATCH] toshiba_acpi: Add alternative keymap support for Satellite M840

2014-04-29 Thread Takashi Iwai
At Tue, 29 Apr 2014 16:05:54 +0200, Jose Ignacio Naranjo wrote: Hi, I sent a similar solution some months ago for another Toshiba's model http://permalink.gmane.org/gmane.linux.drivers.platform.x86.devel/5198 I answered to the thread, but I just noticed it didn't make it to the list.

[PATCH v2] mba6x_bl: Backlight driver for mid 2013 MacBook Air

2014-04-29 Thread Patrik Jakobsson
This driver takes control over the LP8550 backlight driver chip found in the mid 2013 and newer MacBook Air (6,1 and 6,2). The i915 GPU driver cannot properly restore the backlight after resume, but with this driver we can hijack the LP8550 and get fully functional backlight support. v2: -