diff options
| author | Corentin Chary <[email protected]> | 2011-12-15 07:27:37 +0000 |
|---|---|---|
| committer | Matthew Garrett <[email protected]> | 2012-03-20 16:02:18 +0000 |
| commit | 7ec48ceda25c6c16ab3f69b6c318d3d196f7abd0 (patch) | |
| tree | e6414540eac7f5375a1cd56b5fdba5c53dfb4538 /drivers/acpi/video_detect.c | |
| parent | asus-laptop: check WLED and BLED presence before adding rfkill (diff) | |
| download | kernel-7ec48ceda25c6c16ab3f69b6c318d3d196f7abd0.tar.gz kernel-7ec48ceda25c6c16ab3f69b6c318d3d196f7abd0.zip | |
platform/x86: drop deprecated asus_acpi driver
asus_acpi only support old models, it has been deprecated since
2009 in favor of asus-laptop, it's not built by any (sane) distro,
so it is time to say good bye.
Thanks to Julien Lerouge and Karol Kozimor for the work they have
done on it, I would never have wrote asus-laptop and other asus
related drivers without asus_acpi.
Signed-off-by: Corentin Chary <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
Diffstat (limited to 'drivers/acpi/video_detect.c')
| -rw-r--r-- | drivers/acpi/video_detect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index f3f0fe7e255a..45d8097ef4cf 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c @@ -23,7 +23,7 @@ * Depending on whether ACPI graphics extensions (cmp. ACPI spec Appendix B) * are available, video.ko should be used to handle the device. * - * Otherwise vendor specific drivers like thinkpad_acpi, asus_acpi, + * Otherwise vendor specific drivers like thinkpad_acpi, asus-laptop, * sony_acpi,... can take care about backlight brightness. * * If CONFIG_ACPI_VIDEO is neither set as "compiled in" (y) nor as a module (m) |
