Skip to content

Commit

Permalink
hwmon: (ibmaem) Automatically load on IBM systems via DMI
Browse files Browse the repository at this point in the history
Signed-off-by: Darrick J. Wong <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
  • Loading branch information
Darrick J. Wong authored and Jean Delvare committed Oct 17, 2008
1 parent ff92136 commit 21d93c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/hwmon/ibmaem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,3 +1118,10 @@ MODULE_LICENSE("GPL");

module_init(aem_init);
module_exit(aem_exit);

MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3350-*");
MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3550-*");
MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3650-*");
MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3655-*");
MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3755-*");
MODULE_ALIAS("dmi:bvnIBM:*:pnIBM3850M2/x3950M2-*");

0 comments on commit 21d93c1

Please sign in to comment.