@@ -218,6 +218,27 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
*/
/*
+ * On newer Eeepc, the interface used by eeepc-laptop (ASUS010)
+ * is disabled without _OSI(Linux)
+ */
+ {
+ .callback = dmi_enable_osi_linux,
+ .ident = "Asus Eeepc-1000H",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "1000H"),
+ },
+ },
+ {
+ .callback = dmi_enable_osi_linux,
+ .ident = "Asus Eeepc-1005HA",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "1005HA"),
+ },
+ },
+
+ /*
* Lenovo has a mix of systems OSI(Linux) situations
* and thus we can not wildcard the vendor.
*