From 46b280cfac41be617603d3f65caf0ce6ac24c95a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Sat, 3 Feb 2007 00:37:15 +0000 Subject: [PATCH] * Add Toshiba Satellite P100 wih ectype 14 --- doc/ChangeLog | 1 + laptop.h | 9 +++++++++ misc/dmi_strings.txt | 12 ++++++++++++ 3 files changed, 22 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index aebc91d..d9f6887 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -16,6 +16,7 @@ Changelog file for omnibook package: Toshiba Satellite A75 (ectype 12) Toshiba Tecra A4 (ectype 13) Toshiba Satellite A80 (ectype 12) + Toshiba Satellite P100 (ectype 14) * Split TSM30X (ectype 12) : this ectype was reimplemented and if the new implementation works with Toshiba M40X, M70, M100... it does not (and will never, due to hardware) with Toshiba M30X, the only way diff --git a/laptop.h b/laptop.h index 0864e5b..cf8a81f 100644 --- a/laptop.h +++ b/laptop.h @@ -622,6 +622,15 @@ static struct dmi_system_id omnibook_ids[] __initdata = { }, .driver_data = (void*) TSA105 }, + { + .callback = dmi_matched, + .ident = "Toshiba Satellite P100", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P100"), + }, + .driver_data = (void*) TSA105 + }, { .callback = dmi_matched, .ident = "Toshiba Satellite P10", diff --git a/misc/dmi_strings.txt b/misc/dmi_strings.txt index e0b8671..1842467 100644 --- a/misc/dmi_strings.txt +++ b/misc/dmi_strings.txt @@ -229,6 +229,18 @@ Board Vendor: TOSHIBA Board Name: DAL00 Board Version: Null +--------------------------------------------- +Toshiba Satellite P100 ---------------------- + +BIOS Vendor: TOSHIBA +BIOS Version: V3.30 +BIOS Release: 12/22/2006 +System Vendor: TOSHIBA +Product Name: Satellite P100 +Version: PSPA3E-02E013G3 +Board Vendor: TOSHIBA +Board Name: Not Applicable + --------------------------------------------- Toshiba Satellite M40 ----------------------- -- 2.43.5