lkml.org 
[lkml]   [2008]   [May]   [28]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromJonathan Woithe <>
SubjectRe: [PATCH] fujitsu-laptop: autload module on Lifebook P1510D
DateWed, 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


\
 
 \ /
  Last update: 2008-05-28 06:59    [from the cache]
©2003-2008