diff options
Diffstat (limited to 'drivers/w1/slaves/w1_therm.c')
-rw-r--r-- | drivers/w1/slaves/w1_therm.c | 5 |
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 @@ | |||
36 | MODULE_LICENSE("GPL"); | 36 | MODULE_LICENSE("GPL"); |
37 | MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>"); | 37 | MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>"); |
38 | MODULE_DESCRIPTION("Driver for 1-wire Dallas network protocol, temperature family."); | 38 | MODULE_DESCRIPTION("Driver for 1-wire Dallas network protocol, temperature family."); |
39 | MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS18S20)); | ||
40 | MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS1822)); | ||
41 | MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS18B20)); | ||
42 | MODULE_ALIAS("w1-family-" __stringify(W1_THERM_DS1825)); | ||
43 | MODULE_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 |