From: Andy Spencer <spenceal@rose-hulman.edu>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Andrew Paprocki <andrew@ishiboo.com>,
LKML <linux-kernel@vger.kernel.org>,
"dz@debian.org" <dz@debian.org>,
Federico Heinz <fheinz@vialibre.org.ar>
Subject: Re: i8k: fails to detect Dell XPS M1530, fails to get SMM BIOS version with force=1
Date: Mon, 22 Dec 2008 00:09:38 +0000 [thread overview]
Message-ID: <20081222000938.GA25850@a.rose-hulman.edu> (raw)
In-Reply-To: <20081221144109.2ed26cf2@lxorguk.ukuu.org.uk>
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
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@rose-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"),
+ },
+ },
{ }
};
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
prev parent reply other threads:[~2008-12-22 0:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-18 0:34 Andrew Paprocki
2008-12-18 1:07 ` Andrew Paprocki
2008-12-18 6:22 ` Andrew Morton
2008-12-18 7:53 ` Andrew Paprocki
2008-12-21 20:05 ` Matthew Garrett
2008-12-21 14:41 ` Alan Cox
2008-12-21 23:25 ` Federico Heinz
2008-12-22 0:09 ` Andy Spencer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081222000938.GA25850@a.rose-hulman.edu \
--to=spenceal@rose-hulman.edu \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=andrew@ishiboo.com \
--cc=dz@debian.org \
--cc=fheinz@vialibre.org.ar \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®