From: Ralf Gerbig <rge@quengel.org>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linux-acpi@vger.kernel.org
Subject: Patch Thinkpad X201T backlight
Date: Sun, 22 May 2016 19:23:59 +0200 [thread overview]
Message-ID: <8737p8aq7k.fsf@quengel.org> (raw)
Hi,
the X201 Tablet needs the same treatmant as the X201s,
otherwise you can't change levels.
The patch is against 4.5.5 stable, but should apply to all recent
kernels.
Please be gentle, I am neither a programmer nor a developer.
If you have questions, feel free to ask, but don't expect an answer in
the next 10 to 20 days (going to hospital).
Regards,
Ralf Gerbig
---
commit a10b5a05eae1a990682ce238b8e0ac6ad791a8a9
Author: Ralf Gerbig <rge@quengel.org>
Date: Sun May 22 18:56:22 2016 +0200
The Thinkpad X201 Tablet also needs video_detect_force_video
Signed-off-by: Ralf Gerbig <rge@quengel.org>
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
index 1316ddd..d8d7bd3 100644
--- a/drivers/acpi/video_detect.c
+++ b/drivers/acpi/video_detect.c
@@ -167,6 +167,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"),
},
},
+ {
+ .callback = video_detect_force_video,
+ .ident = "ThinkPad X201T",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201T"),
+ },
+ },
/* The native backlight controls do not work on some older machines */
{
next reply other threads:[~2016-05-24 7:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-22 17:23 Ralf Gerbig [this message]
2016-06-03 6:16 ` Patch Thinkpad X201T backlight Aaron Lu
2016-06-23 0:31 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8737p8aq7k.fsf@quengel.org \
--to=rge@quengel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@rjwysocki.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox