All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corentin Chary <corentincj@iksaif.net>
To: lenb@kernel.org
Cc: linux-acpi@vger.kernel.org, Corentin Chary <corentincj@iksaif.net>
Subject: [PATCH 07/15] asus_acpi: Deprecate in favor of asus-laptop
Date: Tue, 16 Jun 2009 21:28:48 +0200	[thread overview]
Message-ID: <1245180536-28009-8-git-send-email-corentincj@iksaif.net> (raw)
In-Reply-To: <1245180536-28009-7-git-send-email-corentincj@iksaif.net>

asus-laptop have been merged in the kernel two years ago,
it is now stable and used by most distribution instead of
the old asus_acpi driver.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
---
 drivers/platform/x86/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index a5386b2..bb538d5 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -35,7 +35,7 @@ config ACER_WMI
 	  here.
 
 config ASUS_LAPTOP
-	tristate "Asus Laptop Extras (EXPERIMENTAL)"
+	tristate "Asus Laptop Extras"
 	depends on ACPI
 	depends on EXPERIMENTAL && !ACPI_ASUS
 	select LEDS_CLASS
@@ -373,7 +373,7 @@ config ACPI_WMI
 	  any ACPI-WMI devices.
 
 config ACPI_ASUS
-	tristate "ASUS/Medion Laptop Extras"
+	tristate "ASUS/Medion Laptop Extras (DEPRECATED)"
 	depends on ACPI
 	select BACKLIGHT_CLASS_DEVICE
 	---help---
-- 
1.6.3.1


  reply	other threads:[~2009-06-16 19:31 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-16 19:28 [PATCH 00/15] acpi4asus updates Corentin Chary
2009-06-16 19:28 ` [PATCH 01/15] eeepc-laptop: Register as a pci-hotplug device Corentin Chary
2009-06-16 19:28   ` [PATCH 02/15] eeepc: fix kconfig selects Corentin Chary
2009-06-16 19:28     ` [PATCH 03/15] eeepc-laptop.c: use pr_fmt and pr_<level> Corentin Chary
2009-06-16 19:28       ` [PATCH 04/15] eeepc-laptop: enable camera by default Corentin Chary
2009-06-16 19:28         ` [PATCH 05/15] asus-laptop: platform dev as parent for led and backlight Corentin Chary
2009-06-16 19:28           ` [PATCH 06/15] acpi4asus: update MAINTAINER and KConfig links Corentin Chary
2009-06-16 19:28             ` Corentin Chary [this message]
2009-06-16 19:28               ` [PATCH 08/15] asus-laptop: use pr_fmt and pr_<level> Corentin Chary
2009-06-16 19:28                 ` [PATCH 09/15] eeepc-laptop: rfkill refactoring Corentin Chary
2009-06-16 19:28                   ` [PATCH 10/15] eeepc-laptop: right parent device Corentin Chary
2009-06-16 19:28                     ` [PATCH 11/15] eeepc-laptop: sync eeepc-laptop with asus_acpi Corentin Chary
2009-06-16 19:28                       ` [PATCH 12/15] eeepc-laptop: makes get_acpi() returns -ENODEV Corentin Chary
2009-06-16 19:28                         ` [PATCH 13/15] eeepc-laptop: get the right value for CMSG Corentin Chary
2009-06-16 19:28                           ` [PATCH 14/15] eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 Go Corentin Chary
2009-06-16 19:28                             ` [PATCH 15/15] eeepc-laptop: cpufv updates Corentin Chary
2009-06-18  2:41 ` [PATCH 00/15] acpi4asus updates Len Brown
2009-06-18  6:21   ` Len Brown
2009-06-19  8:28     ` Corentin Chary
2009-06-19 19:39       ` Len Brown
2009-06-24  5:41         ` Len Brown
2009-06-24  6:39           ` Corentin Chary
2009-06-25 16:42             ` Len Brown
2009-06-26  3:14               ` Stephen Rothwell
2009-06-25 11:25           ` [PATCH 1/7] eeepc-laptop: Register as a pci-hotplug device Corentin Chary
2009-06-25 11:25             ` [PATCH 2/7] eeepc-laptop.c: use pr_fmt and pr_<level> Corentin Chary
2009-06-25 11:25               ` [PATCH 3/7] eeepc-laptop: rfkill refactoring Corentin Chary
2009-06-25 11:25                 ` [PATCH 4/7] eeepc-laptop: right parent device Corentin Chary
2009-06-25 11:25                   ` [PATCH 5/7] eeepc-laptop: makes get_acpi() returns -ENODEV Corentin Chary
2009-06-25 11:25                     ` [PATCH 6/7] eeepc-laptop: get the right value for CMSG Corentin Chary
2009-06-25 11:25                       ` [PATCH 7/7] eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 Go Corentin Chary
2009-06-19 12:52     ` [PATCH 1/9] asus-laptop: use pr_fmt and pr_<level> Corentin Chary
2009-06-19 12:52       ` [PATCH 2/9] eeepc-laptop: Register as a pci-hotplug device Corentin Chary
2009-06-19 12:52         ` [PATCH 3/9] eeepc-laptop.c: use pr_fmt and pr_<level> Corentin Chary
2009-06-19 12:52           ` [PATCH 4/9] eeepc-laptop: rfkill refactoring Corentin Chary
2009-06-19 12:52             ` [PATCH 5/9] eeepc-laptop: right parent device Corentin Chary
2009-06-19 12:52               ` [PATCH 6/9] eeepc-laptop: makes get_acpi() returns -ENODEV Corentin Chary
2009-06-19 12:52                 ` [PATCH 7/9] eeepc-laptop: get the right value for CMSG Corentin Chary
2009-06-19 12:52                   ` [PATCH 8/9] eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 Go Corentin Chary
2009-06-19 12:52                     ` [PATCH 9/9] asus-laptop: remove EXPERIMENTAL dependency Corentin Chary

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=1245180536-28009-8-git-send-email-corentincj@iksaif.net \
    --to=corentincj@iksaif.net \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.