From: Dan Williams <dcbw@redhat.com>
To: jwoithe@physics.adelaide.edu.au
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] fujitsu-laptop: autload module on Lifebook P1510D
Date: Fri, 23 May 2008 13:44:20 -0400 [thread overview]
Message-ID: <1211564660.11020.1.camel@localhost.localdomain> (raw)
In-Reply-To: <1211561193.31559.41.camel@localhost.localdomain>
Signed-off-by: Dan Williams <dcbw@redhat.com>
Put a [PATCH] in the title so people will care...
diff --git a/drivers/misc/fujitsu-laptop.c b/drivers/misc/fujitsu-laptop.c
index e2e7c05..6d14e8f 100644
--- a/drivers/misc/fujitsu-laptop.c
+++ b/drivers/misc/fujitsu-laptop.c
@@ -352,3 +352,9 @@ MODULE_AUTHOR("Jonathan Woithe");
MODULE_DESCRIPTION("Fujitsu laptop extras support");
MODULE_VERSION(FUJITSU_DRIVER_VERSION);
MODULE_LICENSE("GPL");
+
+static struct pnp_device_id pnp_ids[] = {
+ { .id = "FUJ02bf" },
+ { .id = "" }
+};
+MODULE_DEVICE_TABLE(pnp, pnp_ids);
next prev parent reply other threads:[~2008-05-23 17:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-23 16:46 [fujitsu-laptop] " Dan Williams
2008-05-23 17:44 ` Dan Williams [this message]
2008-05-28 4:09 ` [PATCH] fujitsu-laptop: " Jonathan Woithe
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=1211564660.11020.1.camel@localhost.localdomain \
--to=dcbw@redhat.com \
--cc=jwoithe@physics.adelaide.edu.au \
--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®