hwmon: (emc1403) Add device IDs for EMC1412, EMC1413, and EMC1414
authorGuenter Roeck <linux@roeck-us.net>
Mon, 12 May 2014 18:46:12 +0000 (11:46 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 21 May 2014 23:02:24 +0000 (16:02 -0700)
EMC1412, EMC1413, and EMC1414 are fully compatible to EMC1402, EMC1403,
and EMC1404, and even report the same chip ID. Add to device ID table
to enable instantiation with correct chip names.

Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/emc1403.c

index bc96eefe28944b63573002cdf8614d19884045b2..a37b2204a41861610de5f296c48b6c64df06fa80 100644 (file)
@@ -471,6 +471,9 @@ static const struct i2c_device_id emc1403_idtable[] = {
        { "emc1402", emc1402 },
        { "emc1403", emc1403 },
        { "emc1404", emc1404 },
+       { "emc1412", emc1402 },
+       { "emc1413", emc1403 },
+       { "emc1414", emc1404 },
        { "emc1422", emc1402 },
        { "emc1423", emc1403 },
        { "emc1424", emc1404 },