From 5c2da53a30223c814a2a29110f18233f2ccccc7b Mon Sep 17 00:00:00 2001
From: =?utf8?q?Mathieu=20B=C3=A9rard?= <mathieu.berard@crans.org>
Date: Tue, 17 Oct 2006 23:31:16 +0000
Subject: [PATCH] * Add DMI info for Toshiba Satellite 1130

---
 doc/ChangeLog        |  1 +
 laptop.h             | 11 ++++++++++-
 misc/dmi_strings.txt | 13 +++++++++++++
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 099feab..1d5428f 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -8,6 +8,7 @@ Changelog file for omnibook package:
 * Fix and improve bluetooth handling for TSM30X class laptops
 * DMI signature added:
 	HP Pavilion ze4500 (ectype 7)
+	Toshiba Satellite 1130 (ectype 1)
 
 2.20060921 Mathieu Bérard <math_b@users.sourceforge.net>
 * The minimal required kernel version is now 2.6.9 (kref API)
diff --git a/laptop.h b/laptop.h
index b3a8acc..70edea4 100644
--- a/laptop.h
+++ b/laptop.h
@@ -333,7 +333,7 @@ static struct  dmi_system_id omnibook_ids[] __initdata = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "S1110"),
 		},
 		.driver_data = (void*) XE3GF
-	},
+	},	
 	{
 		.callback = dmi_matched,
 		.ident = "Toshiba Satellite 1115",
@@ -343,6 +343,15 @@ static struct  dmi_system_id omnibook_ids[] __initdata = {
 		},
 		.driver_data = (void*) XE3GF
 	},
+	{
+		.callback = dmi_matched,
+		.ident = "Toshiba Satellite 1130",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Satellite 1130"),
+		},
+		.driver_data = (void*) XE3GF
+	},
 	{
 		.callback = dmi_matched,
 		.ident = "Toshiba Satellite 1700-100",
diff --git a/misc/dmi_strings.txt b/misc/dmi_strings.txt
index 4df33a7..e4697c3 100644
--- a/misc/dmi_strings.txt
+++ b/misc/dmi_strings.txt
@@ -127,6 +127,19 @@ Board Vendor:  TOSHIBA
 Board Name:    BTK20
 Board Version: Null
 
+---------------------------------------------
+Toshiba Satellite 1130 ----------------------
+
+BIOS Vendor: TOSHIBA
+BIOS Version: V1.70A
+BIOS Release: 09/02/2003
+System Vendor: TOSHIBA
+Product Name: Satellite 1130
+Version: PS113E-05ZYF-GR
+Board Vendor: TOSHIBA
+Board Name: BTW30
+Board Version: Null
+
 ---------------------------------------------
 Toshiba Satellite 1900-704 ------------------
 
-- 
2.43.5