Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1576212
| From | Henrique de Moraes Holschuh <hmh@hmh.eng.br> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [ibm-acpi-devel] [PATCH 1/1] thinkpad_acpi: Add support for status (external cover) LED |
| Date | 2017-02-08 02:30 +0100 |
| Message-ID | <t8pf4-22v-21@gated-at.bofh.it> (permalink) |
| References | <t1oQP-4uu-49@gated-at.bofh.it> <t8pf4-22v-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello Adam,
I apologise for the delay on answering you.
On Tue, 31 Jan 2017, Adam Goode wrote:
> On Thu, Jan 19, 2017 at 12:21 PM, Adam Goode <agoode@google.com> wrote:
> > This allows the control of the red status LED, which is the dot of the "i"
> > in the word "ThinkPad" on the outside cover of newer models.
> >
> > In the manual, both this LED and the power LED are referred to as
> > the "system-status indicators" without distinction between the two, so
> > I chose "status" as the LED name.
I seem to recall this LED had an ACPI interface that was specific for
it, and allowed it to on/off/sine-wave?
> > Signed-off-by: Adam Goode <agoode@google.com>
> >
> > diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/
> > thinkpad_acpi.c
> > index cacb43fb1df7..6577bf8e5635 100644
> > --- a/drivers/platform/x86/thinkpad_acpi.c
> > +++ b/drivers/platform/x86/thinkpad_acpi.c
> > @@ -5611,11 +5611,11 @@ static const char * const
> > tpacpi_led_names[TPACPI_LED_NUMLEDS] = {
> > "tpacpi::standby",
> > "tpacpi::dock_status1",
> > "tpacpi::dock_status2",
> > - "tpacpi::unknown_led2",
> > + "tpacpi::status",
> > "tpacpi::unknown_led3",
> > "tpacpi::thinkvantage",
> > };
> > -#define TPACPI_SAFE_LEDS 0x1081U
> > +#define TPACPI_SAFE_LEDS 0x1481U
What happens on older Lenovo models (x00, x10, x20 series?)? I think
the T410 already had it...
Also, please add code to not export it to userspace (as a led class) on
IBM.
--
Henrique Holschuh
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [ibm-acpi-devel] [PATCH 1/1] thinkpad_acpi: Add support for status (external cover) LED Henrique de Moraes Holschuh <hmh@hmh.eng.br> - 2017-02-08 02:30 +0100 Re: [ibm-acpi-devel] [PATCH 1/1] thinkpad_acpi: Add support for status (external cover) LED Adam Goode <agoode@google.com> - 2017-02-12 19:30 +0100 Re: [ibm-acpi-devel] [PATCH 1/1] thinkpad_acpi: Add support for status (external cover) LED Sebastian Reichel <sre@kernel.org> - 2017-02-12 19:30 +0100
csiph-web