mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 07:15:39 +00:00
(Dan) Added support for PCF8574 I2C bus expander.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@887 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -377,6 +377,7 @@ extern inline int SENSORS_LIMIT(long value, long low, long high)
|
|||||||
#define I2C_DRIVERID_VIA686A 1019
|
#define I2C_DRIVERID_VIA686A 1019
|
||||||
#define I2C_DRIVERID_ADM1025 1020
|
#define I2C_DRIVERID_ADM1025 1020
|
||||||
#define I2C_DRIVERID_LM87 1021
|
#define I2C_DRIVERID_LM87 1021
|
||||||
|
#define I2C_DRIVERID_PCF8574 1022
|
||||||
|
|
||||||
/* Sysctl IDs */
|
/* Sysctl IDs */
|
||||||
#ifdef DEV_HWMON
|
#ifdef DEV_HWMON
|
||||||
@@ -750,4 +751,7 @@ struct sensors_chips_data {
|
|||||||
#define LM87_ALARM_INT_TEMP 0x0010
|
#define LM87_ALARM_INT_TEMP 0x0010
|
||||||
#define LM87_ALARM_CHAS 0x1000
|
#define LM87_ALARM_CHAS 0x1000
|
||||||
|
|
||||||
|
#define PCF8574_SYSCTL_STAT 1000
|
||||||
|
|
||||||
#endif /* def SENSORS_SENSORS_H */
|
#endif /* def SENSORS_SENSORS_H */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user