|
@@ -147,7 +147,7 @@ static inline void superio_exit(void)
|
|
#define IT8772E_DEVID 0x8772
|
|
#define IT8772E_DEVID 0x8772
|
|
#define IT8782F_DEVID 0x8782
|
|
#define IT8782F_DEVID 0x8782
|
|
#define IT8783E_DEVID 0x8783
|
|
#define IT8783E_DEVID 0x8783
|
|
-#define IT8306E_DEVID 0x8603
|
|
|
|
|
|
+#define IT8603E_DEVID 0x8603
|
|
#define IT87_ACT_REG 0x30
|
|
#define IT87_ACT_REG 0x30
|
|
#define IT87_BASE_REG 0x60
|
|
#define IT87_BASE_REG 0x60
|
|
|
|
|
|
@@ -1431,7 +1431,7 @@ static ssize_t show_label(struct device *dev, struct device_attribute *attr,
|
|
static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 0);
|
|
static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 0);
|
|
static SENSOR_DEVICE_ATTR(in7_label, S_IRUGO, show_label, NULL, 1);
|
|
static SENSOR_DEVICE_ATTR(in7_label, S_IRUGO, show_label, NULL, 1);
|
|
static SENSOR_DEVICE_ATTR(in8_label, S_IRUGO, show_label, NULL, 2);
|
|
static SENSOR_DEVICE_ATTR(in8_label, S_IRUGO, show_label, NULL, 2);
|
|
-/* special AVCC3 IT8306E in9 */
|
|
|
|
|
|
+/* special AVCC3 IT8603E in9 */
|
|
static SENSOR_DEVICE_ATTR(in9_label, S_IRUGO, show_label, NULL, 0);
|
|
static SENSOR_DEVICE_ATTR(in9_label, S_IRUGO, show_label, NULL, 0);
|
|
|
|
|
|
static ssize_t show_name(struct device *dev, struct device_attribute
|
|
static ssize_t show_name(struct device *dev, struct device_attribute
|
|
@@ -1766,7 +1766,7 @@ static int __init it87_find(unsigned short *address,
|
|
case IT8783E_DEVID:
|
|
case IT8783E_DEVID:
|
|
sio_data->type = it8783;
|
|
sio_data->type = it8783;
|
|
break;
|
|
break;
|
|
- case IT8306E_DEVID:
|
|
|
|
|
|
+ case IT8603E_DEVID:
|
|
sio_data->type = it8603;
|
|
sio_data->type = it8603;
|
|
break;
|
|
break;
|
|
case 0xffff: /* No device at all */
|
|
case 0xffff: /* No device at all */
|