mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Nick Warne" <nick@ukfsn.org>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: "dz@debian.org" <dz@debian.org>
Subject: [PATCH] Dell ik8
Date: Fri, 07 Dec 2007 14:19:31 +0000	[thread overview]
Message-ID: <20071207141931.4B068A31A0@mail.ukpost.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

This small patch adds the Dell UK 6400 Inspiron model (MM061) to allow
the i8k module to load correctly without using 'force=1'

signed-off-by:  "Nick Warne" <nick@ukfsn.org>

Nick

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: i8k.patch --]
[-- Type: text/x-patch; name="i8k.patch", Size: 358 bytes --]

--- i8k.cORIG	2007-12-07 10:30:42.000000000 +0000
+++ i8k.c	2007-12-07 13:10:57.000000000 +0000
@@ -439,6 +439,13 @@
 			DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"),
 		},
 	},
+	{	/* UK Inspiron 6400  */
+		.ident = "Dell Inspiron 3", 
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "MM061"),
+		},
+	},
 	{ }
 };
 

                 reply	other threads:[~2007-12-07 14:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20071207141931.4B068A31A0@mail.ukpost.com \
    --to=nick@ukfsn.org \
    --cc=dz@debian.org \
    --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®