Re: [ibm-acpi-devel] [PATCH 5/6] input: Add keycodes used by Lenovo Carbon X1 2014

2015-02-18 Thread Henrique de Moraes Holschuh
On Wed, 18 Feb 2015, Bastien Nocera wrote: > Signed-off-by: Bastien Nocera This one requires an ACK from the input maintainers, or no go... > diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h > index b0a8130..affe40e 100644 > --- a/include/uapi/linux/input.h > +++ b/include/ua

[ibm-acpi-devel] [PATCH 2/6] thinkpad_acpi: Factor out get/set adaptive kbd mode

2015-02-18 Thread Bastien Nocera
Signed-off-by: Bastien Nocera --- drivers/platform/x86/thinkpad_acpi.c | 61 ++-- 1 file changed, 38 insertions(+), 23 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 80db3ce..a6dd017 100644 --- a/driver

[ibm-acpi-devel] [PATCH 5/6] input: Add keycodes used by Lenovo Carbon X1 2014

2015-02-18 Thread Bastien Nocera
Signed-off-by: Bastien Nocera --- include/uapi/linux/input.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h index b0a8130..affe40e 100644 --- a/include/uapi/linux/input.h +++ b/include/uapi/linux/input.h @@ -740,6 +740,16 @@

[ibm-acpi-devel] [PATCH 1/6] thinkpad_acpi: Remember adaptive kbd presence

2015-02-18 Thread Bastien Nocera
Rather than checking on each suspend and resume whether the laptop has an adaptive keyboard, check when the driver is initialised. Signed-off-by: Bastien Nocera --- drivers/platform/x86/thinkpad_acpi.c | 38 ++-- 1 file changed, 19 insertions(+), 19 deletions(-)

[ibm-acpi-devel] [PATCH 3/6] thinkpad_acpi: Add adaptive_kbd_mode sysfs attr

2015-02-18 Thread Bastien Nocera
Signed-off-by: Bastien Nocera --- drivers/platform/x86/thinkpad_acpi.c | 71 +++- 1 file changed, 62 insertions(+), 9 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index a6dd017..562d958 100644 --- a/drivers

[ibm-acpi-devel] [PATCH 4/6] thinkpad_acpi: Add support for more adaptive kbd buttons

2015-02-18 Thread Bastien Nocera
This commit adds new elements to the ThinkPad keymaps, and will send key events for keys for which an input.h declaration exists. Signed-off-by: Bastien Nocera --- drivers/platform/x86/thinkpad_acpi.c | 80 +++- 1 file changed, 79 insertions(+), 1 deletion(-) dif

[ibm-acpi-devel] [PATCH 6/6] thinkpad_acpi: More Carbon X1 2014 keys

2015-02-18 Thread Bastien Nocera
Add support for newly added evdev keycodes. Signed-off-by: Bastien Nocera --- drivers/platform/x86/thinkpad_acpi.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index a47a56a..90

Re: [ibm-acpi-devel] thinkpad_acpi: mute button stop working on x240

2015-02-18 Thread Andrew Lutomirski
On Feb 16, 2015 11:03 PM, "Xavier Naveira" wrote: > > On Mon, Feb 16, 2015 at 08:40:47AM -0800, Andrew Lutomirski wrote: > > On Mon, Feb 16, 2015 at 7:35 AM, Xavier Naveira wrote: > > > On Mon, Feb 16, 2015 at 07:24:43AM -0800, Andrew Lutomirski wrote: > > >> On Feb 16, 2015 3:59 AM, "Xavier Nave