Messages in this thread |  | | | From | Jonathan Woithe <> | | Subject | Re: [PATCH] fujitsu-laptop: autload module on Lifebook P1510D | | Date | Wed, 28 May 2008 13:39:08 +0930 (CST) | |
> 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
|  |