mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
6cfd53fc03
commit
a361a82c10
1 changed files with 6 additions and 0 deletions
|
@ -352,3 +352,9 @@ MODULE_AUTHOR("Jonathan Woithe");
|
||||||
MODULE_DESCRIPTION("Fujitsu laptop extras support");
|
MODULE_DESCRIPTION("Fujitsu laptop extras support");
|
||||||
MODULE_VERSION(FUJITSU_DRIVER_VERSION);
|
MODULE_VERSION(FUJITSU_DRIVER_VERSION);
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
|
static struct pnp_device_id pnp_ids[] = {
|
||||||
|
{ .id = "FUJ02bf" },
|
||||||
|
{ .id = "" }
|
||||||
|
};
|
||||||
|
MODULE_DEVICE_TABLE(pnp, pnp_ids);
|
||||||
|
|
Loading…
Reference in a new issue