2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +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:
Jean Delvare
2004-03-09 20:39:15 +00:00
parent 76b73da4f1
commit da21eeb652

View File

@@ -46,6 +46,10 @@
#include "version.h"
#include "sensors_vid.h"
#ifndef I2C_DRIVERID_ADM1026
#define I2C_DRIVERID_ADM1026 1048
#endif
/* Addresses to scan */
static unsigned short normal_i2c[] = { SENSORS_I2C_END };
static unsigned short normal_i2c_range[] = { 0x2c, 0x2e, SENSORS_I2C_END };