From: Mathieu Bérard Date: Sun, 15 Oct 2006 12:56:46 +0000 (+0000) Subject: * Add DMI info for Toshiba M115, ectype 14 so no real support yet X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=495d1b90b5b7aabd0ad40384908ef95ff2d7ca6e;p=omnibook.git * Add DMI info for Toshiba M115, ectype 14 so no real support yet --- diff --git a/laptop.h b/laptop.h index c292a69..b3a8acc 100644 --- a/laptop.h +++ b/laptop.h @@ -667,7 +667,16 @@ static struct dmi_system_id omnibook_ids[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M100"), }, .driver_data = (void*) TSM30X - }, + }, + { + .callback = dmi_matched, + .ident = "Toshiba Satellite M115", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite M115"), + }, + .driver_data = (void*) TSA105 + }, { .callback = dmi_matched, .ident = "Toshiba Satellite M40X", diff --git a/misc/dmi_strings.txt b/misc/dmi_strings.txt index b2ff5b2..4df33a7 100644 --- a/misc/dmi_strings.txt +++ b/misc/dmi_strings.txt @@ -281,6 +281,18 @@ Board Vendor: TOSHIBA Board Name: HAWAA Board Version: None +--------------------------------------------- +Toshiba Satellite M115 ---------------------- + +Bios vender: Phoenix Tech. LTD +Bios version: 1.00 +Bios release: 08/31/2006 +System Vendor: Toshiba +Product Name: Satellite M115 +Version: PSMBOU-015007 +Board vendor Intel +Board name: N/a + --------------------------------------------- Toshiba Equium A110 -------------------------