diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-01-15 12:15:18 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-01-15 12:15:18 +0000 |
commit | 8565d929682a7224a0e0fa19fe255aee844137d8 (patch) | |
tree | f39334322ab6cb87684ef23fe5760cb320079b03 | |
parent | bfd4de4f6ab4203ac536478fa71a572f0c8bd2f9 (diff) |
Fix typo.
-rw-r--r-- | sys/dev/i2c/i2c_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index c1092eaf371..79828135e42 100644 --- a/sys/dev/i2c/i2c_scan.c +++ b/sys/dev/i2c/i2c_scan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2c_scan.c,v 1.58 2006/01/14 22:23:54 kettenis Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.59 2006/01/15 12:15:17 kettenis Exp $ */ /* * Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> @@ -543,7 +543,7 @@ iic_probe(struct device *self, struct i2cbus_attach_args *iba, u_int8_t addr) name = "w83l785r"; } else if (addr == 0x2e && iicprobe(0x4e) == 0x50 && iicprobe(0x4c) == 0xa3 && iicprobe(0x4d) == 0x5c) { - name = "w83l785s-l"; + name = "w83l785ts-l"; } else if (addr == iicprobe(0x48) && iicprobe(0x4f) == 0x12 && (iicprobe(0x4e) & 0x80)) { /* |