Show
Ignore:
Timestamp:
11/27/00 00:07:17 (12 years ago)
Author:
mds
Message:

(mds) add ds1621 driver from Christian Zuckschwerdt (zany@…)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/lib/chips.h

    r915 r935  
    902902#define SENSORS_MTP008_BEEP            82 /* RW */ 
    903903 
     904/* DS1621 chips. */ 
     905 
     906#define SENSORS_DS1621_PREFIX "ds1621" 
     907 
     908#define SENSORS_DS1621_TEMP 51 /* R */ 
     909#define SENSORS_DS1621_TEMP_HYST 52 /* RW */ 
     910#define SENSORS_DS1621_TEMP_OVER 53 /* RW */ 
     911#define SENSORS_DS1621_ALARMS 81 /* R */ 
     912 
    904913#endif /* def LIB_SENSORS_CHIPS_H */