linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [fujitsu-laptop] autload module on Lifebook P1510D
@ 2008-05-23 16:46 Dan Williams
  2008-05-23 17:44 ` [PATCH] fujitsu-laptop: " Dan Williams
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Williams @ 2008-05-23 16:46 UTC (permalink / raw)
  To: jwoithe; +Cc: linux-kernel

Signed-off-by: Dan Williams <dcbw@redhat.com>


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);


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] fujitsu-laptop: autload module on Lifebook P1510D
  2008-05-23 16:46 [fujitsu-laptop] autload module on Lifebook P1510D Dan Williams
@ 2008-05-23 17:44 ` Dan Williams
  2008-05-28  4:09   ` Jonathan Woithe
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Williams @ 2008-05-23 17:44 UTC (permalink / raw)
  To: jwoithe; +Cc: linux-kernel

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);



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fujitsu-laptop: autload module on Lifebook P1510D
  2008-05-23 17:44 ` [PATCH] fujitsu-laptop: " Dan Williams
@ 2008-05-28  4:09   ` Jonathan Woithe
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Woithe @ 2008-05-28  4:09 UTC (permalink / raw)
  To: Dan Williams; +Cc: jwoithe, linux-kernel

> 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);

Ack.

jonathan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-28  4:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-23 16:46 [fujitsu-laptop] autload module on Lifebook P1510D Dan Williams
2008-05-23 17:44 ` [PATCH] fujitsu-laptop: " Dan Williams
2008-05-28  4:09   ` Jonathan Woithe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).