aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ad525x_dpot-i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/ad525x_dpot-i2c.c')
-rw-r--r--drivers/misc/ad525x_dpot-i2c.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/ad525x_dpot-i2c.c b/drivers/misc/ad525x_dpot-i2c.c
index 0dfad4e70f7..abba18efdde 100644
--- a/drivers/misc/ad525x_dpot-i2c.c
+++ b/drivers/misc/ad525x_dpot-i2c.c
@@ -94,6 +94,9 @@ static const struct i2c_device_id ad_dpot_id[] = {
94 {"ad5246", AD5246_ID}, 94 {"ad5246", AD5246_ID},
95 {"ad5247", AD5247_ID}, 95 {"ad5247", AD5247_ID},
96 {"ad5248", AD5248_ID}, 96 {"ad5248", AD5248_ID},
97 {"ad5280", AD5280_ID},
98 {"ad5282", AD5282_ID},
99 {"adn2860", ADN2860_ID},
97 {} 100 {}
98}; 101};
99MODULE_DEVICE_TABLE(i2c, ad_dpot_id); 102MODULE_DEVICE_TABLE(i2c, ad_dpot_id);