diff options
| author | Mark M. Hoffman <mhoffman@lightlink.com> | 2003-05-12 23:48:50 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-05-12 23:48:50 -0700 |
| commit | 85d6359b5965a5ef65f3e4bb846fcb40cee60a89 (patch) | |
| tree | 51484c389459d3dd9261df6481a11b109f42f531 /include/linux/i2c-id.h | |
| parent | f57ecc172ebe92d1a7f471cfe5ef47c5fd210833 (diff) | |
[PATCH] i2c: Add SiS96x I2C/SMBus driver
This patch adds support for the SMBus of SiS96x south
bridges. It is based on i2c-sis645.c from the lm sensors
project, which never made it into an official kernel and
was anyway mis-named.
This driver works on my SiS 645/961 board vs w83781d.
Diffstat (limited to 'include/linux/i2c-id.h')
| -rw-r--r-- | include/linux/i2c-id.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index f1c35de71add..8642e85a7ef2 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h @@ -245,7 +245,7 @@ #define I2C_HW_SMBUS_SIS5595 0x06 #define I2C_HW_SMBUS_ALI1535 0x07 #define I2C_HW_SMBUS_SIS630 0x08 -#define I2C_HW_SMBUS_SIS645 0x09 +#define I2C_HW_SMBUS_SIS96X 0x09 #define I2C_HW_SMBUS_AMD8111 0x0a #define I2C_HW_SMBUS_SCX200 0x0b #define I2C_HW_SMBUS_NFORCE2 0x0c |
