From 3b813b801df0bdab0472ec9aa045f78d64f5a8a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Thu, 1 Feb 2007 13:47:47 +0000 Subject: [PATCH] * Fix stupid copy/paste typo --- laptop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop.h b/laptop.h index 9040fd4..0864e5b 100644 --- a/laptop.h +++ b/laptop.h @@ -612,7 +612,7 @@ static struct dmi_system_id omnibook_ids[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "Satellite A80"), }, .driver_data = (void*) TSM70 - } + }, { .callback = dmi_matched, .ident = "Toshiba Satellite A105", -- 2.43.5