aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Seyfried <stefan.seyfried@googlemail.com>2007-05-16 12:51:12 +0000
committerStefan Seyfried <stefan.seyfried@googlemail.com>2007-05-16 12:51:12 +0000
commit82a074a2af9f2810b81a38b046a2db6d9f6a4e29 (patch)
tree67c1393bb06efd2a2e72b7016fdea5c32744f727
parentccbc4c5b4b388d4c2d89dfcda102e0646f3618c0 (diff)
downloadsuspend-utils-82a074a2af9f2810b81a38b046a2db6d9f6a4e29.tar.gz
Add Dell Inspiron 600m and HP Presario M2000
-rw-r--r--whitelist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/whitelist.c b/whitelist.c
index baafbbb..124cec0 100644
--- a/whitelist.c
+++ b/whitelist.c
@@ -114,6 +114,8 @@ struct machine_entry whitelist[] = {
{ "Dell Computer Corporation", "Inspiron 500m*", "", "", S3_BIOS },
/* Dell Inspiron 510m, Jose Carlos Garcia Sogo <jsogo@debian.org> */
{ "Dell Inc.", "Inspiron 510m *", "", "", VBE_POST },
+ /* Dell Inspiron 600m, Gavrie Philipson <gavrie@gmail.com> */
+ { "Dell Computer Corporation", "Inspiron 600m *", "", "", VBE_POST|VBE_MODE },
/* Eric Sandall <eric@sandall.us> */
{ "Dell Computer Corporation", "Inspiron 5100 *", "", "", NOFB },
/* VBE_POST|VBE_SAVE works on text console, but not under X. Tested by Chirag Rajyaguru */
@@ -230,6 +232,8 @@ struct machine_entry whitelist[] = {
/* Michael Meskes <meskes@debian.org>, this is a NX 7400 */
{ "Hewlett-Packard", "", "", "68YGU*", VBE_POST },
{ "Hewlett-Packard", "HP Compaq nx8220 *", "", "", VBE_SAVE|NOFB },
+ /* Fatih Alabas https://bugzilla.novell.com/show_bug.cgi?id=230528 */
+ { "Hewlett-Packard", "Presario M2000 (EQ547PA#*", "", "", S3_BIOS|VBE_MODE },
/* Sitsofe Wheeler <sitsofe@yahoo.com> */
{ "Hewlett-Packard ", "Presario R3000 *", "", "", S3_BIOS|S3_MODE },
/* Arthur Peters <amp@singingwizard.org> */