diff options
Diffstat (limited to 'drivers/misc/ad525x_dpot-i2c.c')
| -rw-r--r-- | drivers/misc/ad525x_dpot-i2c.c | 3 | 
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[] = {  	{"ad5246", AD5246_ID},  	{"ad5247", AD5247_ID},  	{"ad5248", AD5248_ID}, +	{"ad5280", AD5280_ID}, +	{"ad5282", AD5282_ID}, +	{"adn2860", ADN2860_ID},  	{}  };  MODULE_DEVICE_TABLE(i2c, ad_dpot_id);  |