[lm-sensors] [PATCH 06/12] adt7470: Load automatically on IntelliStation Z30 via DMI
Darrick J. Wong
djwong at us.ibm.com
Tue Oct 7 03:18:54 CEST 2008
Signed-off-by: Darrick J. Wong <djwong at us.ibm.com>
---
drivers/hwmon/adt7470.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/hwmon/adt7470.c b/drivers/hwmon/adt7470.c
index 656bf3d..ef26014 100644
--- a/drivers/hwmon/adt7470.c
+++ b/drivers/hwmon/adt7470.c
@@ -1114,3 +1114,6 @@ MODULE_LICENSE("GPL");
module_init(adt7470_init);
module_exit(adt7470_exit);
+
+MODULE_ALIAS("dmi:bvnIBM:*:rn9228:*");
+MODULE_ALIAS("dmi:bvnIBM:*:rn9232:*");
More information about the lm-sensors
mailing list