From 773272bdd7a7bb954f2abcf0f50565e3c9080118 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Sun, 8 Apr 2007 21:40:53 +0000 Subject: [PATCH] * Changing P25 to ectype 12 --- laptop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop.h b/laptop.h index 5aba4e1..e261f52 100644 --- a/laptop.h +++ b/laptop.h @@ -665,7 +665,7 @@ static struct dmi_system_id omnibook_ids[] __initdata = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P25"), }, - .driver_data = (void*) TSP10 + .driver_data = (void*) TSM70 }, { .callback = dmi_matched, -- 2.43.5