Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fujitsu-laptop: autoload module on Lifebook P1510D

Signed-off-by: Dan Williams <dcbw@redhat.com>
Cc: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
Cc: Len Brown <len.brown@intel.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Dan Williams and committed by
Linus Torvalds
a361a82c 6cfd53fc

+6
+6
drivers/misc/fujitsu-laptop.c
··· 352 352 MODULE_DESCRIPTION("Fujitsu laptop extras support"); 353 353 MODULE_VERSION(FUJITSU_DRIVER_VERSION); 354 354 MODULE_LICENSE("GPL"); 355 + 356 + static struct pnp_device_id pnp_ids[] = { 357 + { .id = "FUJ02bf" }, 358 + { .id = "" } 359 + }; 360 + MODULE_DEVICE_TABLE(pnp, pnp_ids);