diff options
| author | jdc <jdc@NetBSD.org> | 2016-01-03 17:28:33 +0000 |
|---|---|---|
| committer | jdc <jdc@NetBSD.org> | 2016-01-03 17:28:33 +0000 |
| commit | 0c87aeed666168d7014ed71a06e1bf0bfd27aab5 (patch) | |
| tree | 5e60f4b4cb5506b8d2a1004310a5c5b35294ef1f /sys/dev | |
| parent | 3247e3533da6269cb972e58cd099c92c2dee368c (diff) | |
Add LM75A ID register (for completeness).
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/i2c/lm75reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/i2c/lm75reg.h b/sys/dev/i2c/lm75reg.h index f22fec73149..3f0d0c9148d 100644 --- a/sys/dev/i2c/lm75reg.h +++ b/sys/dev/i2c/lm75reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: lm75reg.h,v 1.4 2013/08/07 19:38:45 soren Exp $ */ +/* $NetBSD: lm75reg.h,v 1.5 2016/01/03 17:28:33 jdc Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -66,6 +66,7 @@ #define LM75_REG_CONFIG 0x01 #define LM75_REG_THYST_SET_POINT 0x02 #define LM75_REG_TOS_SET_POINT 0x03 +#define LM75_REG_ID 0x07 /* LM75A only */ #define LM77_REG_TCRIT_SET_POINT 0x03 #define LM77_REG_TLOW_SET_POINT 0x04 |
