lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 22 Dec 2008 00:09:38 +0000
From:	Andy Spencer <spenceal@...e-hulman.edu>
To:	Alan Cox <alan@...rguk.ukuu.org.uk>
CC:	Andrew Paprocki <andrew@...iboo.com>,
	LKML <linux-kernel@...r.kernel.org>,
	"dz@...ian.org" <dz@...ian.org>,
	Federico Heinz <fheinz@...libre.org.ar>
Subject: Re: i8k: fails to detect Dell XPS M1530, fails to get SMM BIOS
	version with force=1

On Sun, Dec 21, 2008 at 09:41:09AM -0500, Alan Cox wrote:
> I can find no copies of them with Signed-off-by: lines so they appear
> to have escaped. If the authors of those changes would care to
> provided Signed-off-by: lines I'll chase this up further.

Patch to enable i8k on Dell Precisions.

Signed-off-by: Andy Spencer <spenceal@...e-hulman.edu>

diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c
index b60d425..099fc89 100644
--- a/drivers/char/i8k.c
+++ b/drivers/char/i8k.c
@@ -485,6 +485,13 @@ static struct dmi_system_id __initdata i8k_dmi_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "MP061"),
 		},
 	},
+	{
+		.ident = "Dell Precision",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Precision"),
+		},
+	},
 	{ }
 };

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ