Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2c moar match string
details: https://anonhg.NetBSD.org/src/rev/816b504ac369
branches: trunk
changeset: 449071:816b504ac369
user: macallan <macallan%NetBSD.org@localhost>
date: Wed Feb 20 18:19:46 2019 +0000
description:
moar match string
diffstat:
sys/dev/i2c/lm75.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 68a0a8fc613b -r 816b504ac369 sys/dev/i2c/lm75.c
--- a/sys/dev/i2c/lm75.c Wed Feb 20 17:48:31 2019 +0000
+++ b/sys/dev/i2c/lm75.c Wed Feb 20 18:19:46 2019 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index