aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_therm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1/slaves/w1_therm.c')
-rw-r--r--drivers/w1/slaves/w1_therm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/w1/slaves/w1_therm.c b/drivers/w1/slaves/w1_therm.c
index c1a702f8c803..8978360bd387 100644
--- a/drivers/w1/slaves/w1_therm.c
+++ b/drivers/w1/slaves/w1_therm.c
@@ -36,6 +36,11 @@
36MODULE_LICENSE("GPL"); 36MODULE_LICENSE("GPL");
37MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>"); 37MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>");
38MODULE_DESCRIPTION("Driver for 1-wire Dallas network protocol, temperature family."); 38MODULE_DESCRIPTION("Driver for 1-wire Dallas network protocol, temperature family.");
39MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS18S20));
40MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS1822));
41MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS18B20));
42MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS1825));
43MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS28EA00));
39 44
40/* Allow the strong pullup to be disabled, but default to enabled. 45/* Allow the strong pullup to be disabled, but default to enabled.
41 * If it was disabled a parasite powered device might not get the require 46 * If it was disabled a parasite powered device might not get the require