From 272c960248f5493a8617f6ae083406bbcb7d265c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Sun, 24 Sep 2006 15:21:37 +0000 Subject: [PATCH] * Disable Acer support, module from acerhk project should provide better support (http://www2.informatik.hu-berlin.de/~tauber/acerhk/) --- doc/README | 6 ++---- doc/README-1st | 2 +- doc/README-Hotkeys | 7 ------- init.c | 2 +- laptop.h | 18 ------------------ 5 files changed, 4 insertions(+), 31 deletions(-) diff --git a/doc/README b/doc/README index 3b5daec..93d231a 100644 --- a/doc/README +++ b/doc/README @@ -1,12 +1,12 @@ Kernel Support for HP OmniBooks, Pavilions, Toshiba Satellites, - and some Acer Aspire and Compal laptops + and Compal laptops =============================================================== This package intended to provide Linux kernel support for HP OmniBook and Pavilion machines. The state of this code is experimental but it wants to be a framework to extend the Linux support for HP OmniBook -and Pavilion, Toshiba Satellite, Acer Aspire and Compal ACL00 laptops +and Pavilion, Toshiba Satellite and Compal ACL00 laptops manufactured by Compal Electronics, Inc as ODM. How does it work? @@ -46,7 +46,6 @@ How does it work? Toshiba Satellite 3005 Compal ACL00 Compal ACL10 - Acer Aspire 1406 LC 2. HP OmniBook XE3 GC HP OmniBook XE3 GD HP OmniBook XE3 GE @@ -70,7 +69,6 @@ How does it work? HP Pavilion ze4125 HP/Compaq nx9000 HP/Compaq nx9010 - Acer Aspire 1350 8. HP OmniBook 4150 HP OmniBook 900B 9. HP OmniBook XE2 diff --git a/doc/README-1st b/doc/README-1st index cc9823a..bf215cd 100644 --- a/doc/README-1st +++ b/doc/README-1st @@ -1,5 +1,5 @@ This package intended to provide Linux kernel support for HP OmniBook, -HP Pavilion, Toshiba Satellite and some Acer Aspire and Compal laptops. +HP Pavilion, Toshiba Satellite and Compal laptops. The state of this code is experimental. This code was written using technical documentation provided by Toshiba about diff --git a/doc/README-Hotkeys b/doc/README-Hotkeys index 387515a..0371390 100644 --- a/doc/README-Hotkeys +++ b/doc/README-Hotkeys @@ -151,13 +151,6 @@ Volume up button: e075 Volume down button: e076 -Acer Aspire 1350 ----------------- - -Bluetooth e058 -Wifi e056 - - Toshiba Satellite M70 or M40X ----------------------------- diff --git a/init.c b/init.c index 81c06cd..126583d 100644 --- a/init.c +++ b/init.c @@ -519,7 +519,7 @@ module_exit(omnibook_module_cleanup); MODULE_AUTHOR("Soós Péter, Mathieu Bérard"); MODULE_DESCRIPTION - ("Kernel interface for HP OmniBook, HP Pavilion, Toshiba Satellite, Acer Aspire and Compal ACL00 laptops"); + ("Kernel interface for HP OmniBook, HP Pavilion, Toshiba Satellite and Compal ACL00 laptops"); MODULE_LICENSE("GPL"); module_param_call(ectype, set_ectype_param, get_ectype_param, NULL, S_IRUGO); module_param_named(userset, omnibook_userset, int, S_IRUGO); diff --git a/laptop.h b/laptop.h index ada1066..6a19892 100644 --- a/laptop.h +++ b/laptop.h @@ -732,24 +732,6 @@ static struct dmi_system_id omnibook_ids[] __initdata = { }, .driver_data = (void*) XE3GF }, - { - .callback = dmi_matched, - .ident = "Acer Aspire 1400 series", - .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "Acer"), - DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1400 series"), - }, - .driver_data = (void*) XE3GF - }, - { - .callback = dmi_matched, - .ident = "Acer Aspire 1350", - .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "Acer"), - DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1350"), - }, - .driver_data = (void*) XE4500 - }, { .callback = dmi_matched, .ident = "Fujitsu-Siemens Amilo D series", -- 2.43.5