From 94b1a85e84e9f7443b223b78106ef7a21035835d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Mon, 2 Oct 2006 09:30:42 +0000 Subject: [PATCH] * HP Pavilion ze4500 support --- laptop.h | 8 ++++++++ misc/dmi_strings.txt | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/laptop.h b/laptop.h index 6a19892..c292a69 100644 --- a/laptop.h +++ b/laptop.h @@ -266,6 +266,14 @@ static struct dmi_system_id omnibook_ids[] __initdata = { }, .driver_data = (void*) XE4500 }, + { + .callback = dmi_matched, + .ident = "HP Pavilion ze4500 series", + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Pavilion ze4500"), + }, + .driver_data = (void*) XE4500 + }, { .callback = dmi_matched, .ident = "HP Pavilion ze8500 series", diff --git a/misc/dmi_strings.txt b/misc/dmi_strings.txt index 27ee394..b2ff5b2 100644 --- a/misc/dmi_strings.txt +++ b/misc/dmi_strings.txt @@ -590,6 +590,18 @@ Board Vendor: Hewlett-Packard Board Name: 002A Board Version: NS570 Version PQ1A74 +--------------------------------------------- +HP Pavilion ze4500 -------------------------- + +BIOS Vendor: Phoenix Technologies Ltd. +BIOS Version: KAM1.57 +BIOS Release: 02/19/2004 +System Vendor: Hewlett-Packard +Product Name: Pavilion ze4500 (DP793E) +Version: KAM1.57 +Board Vendor: Hewlett-Packard +Board Name: PQ1A83 + --------------------------------------------- HP Pavilion ZU1175 -------------------------- -- 2.43.5