diff options
| author | macallan <macallan@NetBSD.org> | 2019-02-20 18:19:46 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2019-02-20 18:19:46 +0000 |
| commit | 48ad2206ee6453efff9cbd2f86162fe933ecfa1b (patch) | |
| tree | 7a9a051e4e03a55acaab11b20105500227d6be9a /sys/dev/i2c | |
| parent | 4e733a075a9c4d3367a086949a19968f50b1faaf (diff) | |
moar match string
Diffstat (limited to 'sys/dev/i2c')
| -rw-r--r-- | sys/dev/i2c/lm75.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/i2c/lm75.c b/sys/dev/i2c/lm75.c index 0771b243c9f..08c6883e6c2 100644 --- a/sys/dev/i2c/lm75.c +++ b/sys/dev/i2c/lm75.c @@ -1,4 +1,4 @@ -/* $NetBSD: lm75.c,v 1.33 2018/06/26 06:03:57 thorpej Exp $ */ +/* $NetBSD: lm75.c,v 1.34 2019/02/20 18:19:46 macallan Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lm75.c,v 1.33 2018/06/26 06:03:57 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lm75.c,v 1.34 2019/02/20 18:19:46 macallan Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -103,6 +103,7 @@ static int sysctl_lm75_temp(SYSCTLFN_ARGS); static const struct device_compatible_entry compat_data[] = { { "i2c-lm75", 0 }, + { "lm75", 0 }, { "ds1775", 0 }, /* * see XXX in _attach() below: add code once non-lm75 matches are |
