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?
Toshiba Satellite 3005
Compal ACL00
Compal ACL10
- Acer Aspire 1406 LC
2. HP OmniBook XE3 GC
HP OmniBook XE3 GD
HP OmniBook XE3 GE
HP Pavilion ze4125
HP/Compaq nx9000
HP/Compaq nx9010
- Acer Aspire 1350
8. HP OmniBook 4150
HP OmniBook 900B
9. HP OmniBook XE2
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
Volume down button: e076
-Acer Aspire 1350
-----------------
-
-Bluetooth e058
-Wifi e056
-
-
Toshiba Satellite M70 or M40X
-----------------------------
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);
},
.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",