|
@@ -81,6 +81,7 @@ static struct i2c_algo_bit_data scx200_i2c_data = {
|
|
|
|
|
|
static struct i2c_adapter scx200_i2c_ops = {
|
|
static struct i2c_adapter scx200_i2c_ops = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
|
|
+ .class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
|
|
.id = I2C_HW_B_SCX200,
|
|
.id = I2C_HW_B_SCX200,
|
|
.algo_data = &scx200_i2c_data,
|
|
.algo_data = &scx200_i2c_data,
|
|
.name = "NatSemi SCx200 I2C",
|
|
.name = "NatSemi SCx200 I2C",
|