From 3cceb141f6f4db8dd977f96524eaa44a2fa24c31 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 28 Dec 2005 20:35:17 +0000 Subject: ad7417 much like ad7418 --- sys/dev/i2c/ad741x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/i2c/ad741x.c') diff --git a/sys/dev/i2c/ad741x.c b/sys/dev/i2c/ad741x.c index 1c395999219..1d8ae1715bd 100644 --- a/sys/dev/i2c/ad741x.c +++ b/sys/dev/i2c/ad741x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ad741x.c,v 1.4 2005/12/27 17:18:18 deraadt Exp $ */ +/* $OpenBSD: ad741x.c,v 1.5 2005/12/28 20:35:16 deraadt Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -70,7 +70,7 @@ adc_match(struct device *parent, void *match, void *aux) struct i2c_attach_args *ia = aux; if (strcmp(ia->ia_name, "ad7417") == 0 || - strcmp(ia->ia_name, "ad7418") == 0) /* XXX? */ + strcmp(ia->ia_name, "ad7418") == 0) return (1); return (0); } -- cgit v1.2.3