lkml.org 
[lkml]   [2008]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] fujitsu-laptop: autload module on Lifebook P1510D
Date
> 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


\
 
 \ /
  Last update: 2008-05-28 06:59    [W:2.304 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site