0030-acpi-blacklist-disable-win7-for-Eeepc-1000h.patch

Corentin Chary, 11/10/2009 11:05 pm

Download (1.1 kB)

b/drivers/acpi/blacklist.c
218 218
		     DMI_MATCH(DMI_PRODUCT_NAME, "Sony VGN-SR290J"),
219 219
		},
220 220
	},
221
	{
222
	.callback = dmi_disable_osi_win7,
223
	.ident = "Asus Eeepc-1000h",
224
	.matches = {
225
		     DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer INC."),
226
		     DMI_MATCH(DMI_PRODUCT_NAME, "1000H"),
227
		},
228
	},
221 229

  
222 230
	/*
223 231
	 * BIOS invocation of _OSI(Linux) is almost always a BIOS bug.
224
-