]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
* Disable Acer support, module from acerhk project should provide
authorMathieu Bérard <mathieu.berard@crans.org>
Sun, 24 Sep 2006 15:21:37 +0000 (15:21 +0000)
committerMathieu Bérard <mathieu.berard@crans.org>
Sun, 24 Sep 2006 15:21:37 +0000 (15:21 +0000)
  better support (http://www2.informatik.hu-berlin.de/~tauber/acerhk/)

doc/README
doc/README-1st
doc/README-Hotkeys
init.c
laptop.h

index 3b5daeca1cc4962349eacca38b2f3134db9a8382..93d231aee801cb3679ffe8b8bd68d4ffae8b2e89 100644 (file)
@@ -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
index cc9823a97cd72aa7c2543022f45f4af39c44755c..bf215cd45136ba1a6bfca2d0fd7703c69079da58 100644 (file)
@@ -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
index 387515aa85fa527f85d3b3205f8937efcee84bcb..03713909bd928c0d7b2b0549d1f10c341cc4c2e2 100644 (file)
@@ -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 81c06cde05723b3033b9eb234d53d4d8f270c9bb..126583dfe971694aa64aa3a6a2c6fbdb3bcdc53c 100644 (file)
--- 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);
index ada106602c314af2eaa451730a921d43fd8fc2c4..6a19892f38110d9b57f2c7643b2e8ebf315cd795 100644 (file)
--- 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",