Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1418615
| Path | csiph.com!feeder.erje.net!1.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Darren Hart <dvhart@infradead.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [ibm-acpi-devel] [PATCH v2] thinkpad_acpi: Add support for HKEY version 0x200 |
| Date | Thu, 09 Jun 2016 22:00:02 +0200 |
| Message-ID | <rIehs-2sV-25@gated-at.bofh.it> (permalink) |
| References | <rHz4B-Pq-5@gated-at.bofh.it> <rHN7z-1ts-1@gated-at.bofh.it> <rI0xQ-1Vf-7@gated-at.bofh.it> |
| X-Original-To | Marco Trevisan (Treviño) <mail@3v1n0.net> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-1 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.6.1 (2016-04-27) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 32 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Lyude <cpaul@redhat.com>, Henrique de Moraes Holschuh <hmh@hmh.eng.br>, Dennis Wassenberg <dennis.wassenberg@secunet.com>, Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>, open list <linux-kernel@vger.kernel.org>, "open list:THINKPAD ACPI EXTRAS DRIVER" <platform-driver-x86@vger.kernel.org>, "open list:THINKPAD ACPI EXTRAS DRIVER" <ibm-acpi-devel@lists.sourceforge.net> |
| X-Original-Date | Thu, 9 Jun 2016 12:57:49 -0700 |
| X-Original-Message-ID | <20160609195749.GN28348@f23x64.localdomain> |
| X-Original-References | <20160607235338.GA3147@khazad-dum.debian.net> <1465397665-9343-1-git-send-email-cpaul@redhat.com> <CAALaSckmmACY6ZxBOKFumT0tJe1Yo24S7-5jsUuREw7SFrde-w@mail.gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1418615 |
Show key headers only | View raw
On Thu, Jun 09, 2016 at 01:05:12AM -0400, Marco Trevisan (Treviño) wrote: > 2016-06-08 10:54 GMT-04:00 Lyude <cpaul@redhat.com>: > > From: Dennis Wassenberg <dennis.wassenberg@secunet.com> > > > > Lenovo Thinkpad devices T460, T460s, T460p, T560, X260 use > > HKEY version 0x200 without adaptive keyboard. > > > > HKEY version 0x200 has method MHKA with one parameter value. > > Passing parameter value 1 will get hotkey_all_mask (the same like > > HKEY version 0x100 without parameter). Passing parameter value 2 to > > MHKA method will retrieve hotkey_all_adaptive_mask. If 0 is returned in > > that case there is no adaptive keyboard available. > > > > Signed-off-by: Dennis Wassenberg <dennis.wassenberg@secunet.com> > > Signed-off-by: Lyude <cpaul@redhat.com> > > Tested-by: Lyude <cpaul@redhat.com> > > Tested-by: Marco Trevisan <marco@ubuntu.com> > > Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> > > Can you also Cc: stable@vger.kernel.org so that it can be imported > there once merged? It doesn't meet stable kernel rules unfortunately, with 143 lines diff. Henrique, do you want to weigh in on whether this goes back to stable? One thing I could do is include this in my 4.7-rc fixes branch instead of waiting for 4.8. -- Darren Hart Intel Open Source Technology Center
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH] thinkpad_acpi: Add support for HKEY version 0x200 Lyude Paul <cpaul@redhat.com> - 2016-06-07 19:10 +0200
Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: Add support for HKEY version 0x200 Lyude Paul <cpaul@redhat.com> - 2016-06-07 23:20 +0200
Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: Add support for HKEY version 0x200 Darren Hart <dvhart@infradead.org> - 2016-06-07 23:50 +0200
Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: Add support for HKEY version 0x200 Marco Trevisan (Treviño) <mail@3v1n0.net> - 2016-06-08 00:10 +0200
Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: Add support for HKEY version 0x200 Henrique de Moraes Holschuh <hmh@hmh.eng.br> - 2016-06-08 02:00 +0200
[PATCH v2] thinkpad_acpi: Add support for HKEY version 0x200 Lyude <cpaul@redhat.com> - 2016-06-08 17:00 +0200
Re: [PATCH v2] thinkpad_acpi: Add support for HKEY version 0x200 Darren Hart <dvhart@infradead.org> - 2016-06-08 21:40 +0200
Re: [ibm-acpi-devel] [PATCH v2] thinkpad_acpi: Add support for HKEY version 0x200 Marco Trevisan (Treviño) <mail@3v1n0.net> - 2016-06-09 07:20 +0200
Re: [ibm-acpi-devel] [PATCH v2] thinkpad_acpi: Add support for HKEY version 0x200 Darren Hart <dvhart@infradead.org> - 2016-06-09 22:00 +0200
Re: [ibm-acpi-devel] [PATCH v2] thinkpad_acpi: Add support for HKEY version 0x200 Henrique de Moraes Holschuh <hmh@hmh.eng.br> - 2016-06-09 23:10 +0200
Re: [ibm-acpi-devel] [PATCH v2] thinkpad_acpi: Add support for HKEY version 0x200 Darren Hart <dvhart@infradead.org> - 2016-06-10 00:00 +0200
csiph-web