acpi4asus: update MAINTAINER and KConfig links
The bug tracker have moved from sourceforge to http://dev.iksaif.net . The homepage of the project is now http://acpi4asus.sf.net with links to the new bug tracker. No change for the mailing list. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
116bf2e010
commit
76593d6fb0
2 changed files with 10 additions and 9 deletions
|
@ -920,8 +920,7 @@ M: corentincj@iksaif.net
|
||||||
P: Karol Kozimor
|
P: Karol Kozimor
|
||||||
M: sziwan@users.sourceforge.net
|
M: sziwan@users.sourceforge.net
|
||||||
L: acpi4asus-user@lists.sourceforge.net
|
L: acpi4asus-user@lists.sourceforge.net
|
||||||
W: http://sourceforge.net/projects/acpi4asus
|
W: http://acpi4asus.sf.net
|
||||||
W: http://xf.iksaif.net/acpi4asus
|
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: arch/x86/kernel/acpi/boot.c
|
F: arch/x86/kernel/acpi/boot.c
|
||||||
F: drivers/platform/x86/asus_acpi.c
|
F: drivers/platform/x86/asus_acpi.c
|
||||||
|
@ -937,8 +936,7 @@ ASUS LAPTOP EXTRAS DRIVER
|
||||||
P: Corentin Chary
|
P: Corentin Chary
|
||||||
M: corentincj@iksaif.net
|
M: corentincj@iksaif.net
|
||||||
L: acpi4asus-user@lists.sourceforge.net
|
L: acpi4asus-user@lists.sourceforge.net
|
||||||
W: http://sourceforge.net/projects/acpi4asus
|
W: http://acpi4asus.sf.net
|
||||||
W: http://xf.iksaif.net/acpi4asus
|
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/platform/x86/asus-laptop.c
|
F: drivers/platform/x86/asus-laptop.c
|
||||||
|
|
||||||
|
@ -2117,7 +2115,7 @@ EEEPC LAPTOP EXTRAS DRIVER
|
||||||
P: Corentin Chary
|
P: Corentin Chary
|
||||||
M: corentincj@iksaif.net
|
M: corentincj@iksaif.net
|
||||||
L: acpi4asus-user@lists.sourceforge.net
|
L: acpi4asus-user@lists.sourceforge.net
|
||||||
W: http://sourceforge.net/projects/acpi4asus
|
W: http://acpi4asus.sf.net
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/platform/x86/eeepc-laptop.c
|
F: drivers/platform/x86/eeepc-laptop.c
|
||||||
|
|
||||||
|
|
|
@ -62,12 +62,12 @@ config ASUS_LAPTOP
|
||||||
---help---
|
---help---
|
||||||
This is the new Linux driver for Asus laptops. It may also support some
|
This is the new Linux driver for Asus laptops. It may also support some
|
||||||
MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
|
MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
|
||||||
standard ACPI events that go through /proc/acpi/events. It also adds
|
standard ACPI events and input events. It also adds
|
||||||
support for video output switching, LCD backlight control, Bluetooth and
|
support for video output switching, LCD backlight control, Bluetooth and
|
||||||
Wlan control, and most importantly, allows you to blink those fancy LEDs.
|
Wlan control, and most importantly, allows you to blink those fancy LEDs.
|
||||||
|
|
||||||
For more information and a userspace daemon for handling the extra
|
For more information and a userspace daemon for handling the extra
|
||||||
buttons see <http://acpi4asus.sf.net/>.
|
buttons see <http://acpi4asus.sf.net>.
|
||||||
|
|
||||||
If you have an ACPI-compatible ASUS laptop, say Y or M here.
|
If you have an ACPI-compatible ASUS laptop, say Y or M here.
|
||||||
|
|
||||||
|
@ -359,7 +359,10 @@ config EEEPC_LAPTOP
|
||||||
select HWMON
|
select HWMON
|
||||||
---help---
|
---help---
|
||||||
This driver supports the Fn-Fx keys on Eee PC laptops.
|
This driver supports the Fn-Fx keys on Eee PC laptops.
|
||||||
It also adds the ability to switch camera/wlan on/off.
|
|
||||||
|
It also gives access to some extra laptop functionalities like
|
||||||
|
Bluetooth, backlight and allows powering on/off some other
|
||||||
|
devices.
|
||||||
|
|
||||||
If you have an Eee PC laptop, say Y or M here.
|
If you have an Eee PC laptop, say Y or M here.
|
||||||
|
|
||||||
|
@ -407,7 +410,7 @@ config ACPI_ASUS
|
||||||
parameters.
|
parameters.
|
||||||
|
|
||||||
More information and a userspace daemon for handling the extra buttons
|
More information and a userspace daemon for handling the extra buttons
|
||||||
at <http://sourceforge.net/projects/acpi4asus/>.
|
at <http://acpi4asus.sf.net>.
|
||||||
|
|
||||||
If you have an ACPI-compatible ASUS laptop, say Y or M here. This
|
If you have an ACPI-compatible ASUS laptop, say Y or M here. This
|
||||||
driver is still under development, so if your laptop is unsupported or
|
driver is still under development, so if your laptop is unsupported or
|
||||||
|
|
Loading…
Reference in a new issue