mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
Add ID in case i2c-id.h doesn't have it.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2349 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -46,6 +46,10 @@
|
|||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "sensors_vid.h"
|
#include "sensors_vid.h"
|
||||||
|
|
||||||
|
#ifndef I2C_DRIVERID_ADM1026
|
||||||
|
#define I2C_DRIVERID_ADM1026 1048
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Addresses to scan */
|
/* Addresses to scan */
|
||||||
static unsigned short normal_i2c[] = { SENSORS_I2C_END };
|
static unsigned short normal_i2c[] = { SENSORS_I2C_END };
|
||||||
static unsigned short normal_i2c_range[] = { 0x2c, 0x2e, SENSORS_I2C_END };
|
static unsigned short normal_i2c_range[] = { 0x2c, 0x2e, SENSORS_I2C_END };
|
||||||
|
Reference in New Issue
Block a user