From: mhoffman@lightlink.com (Mark M. Hoffman)
To: lm-sensors@vger.kernel.org
Subject: [PATCH 2.6] probe fewer addresses for asb100 (sensors) driver
Date: Thu, 19 May 2005 06:25:28 +0000 [thread overview]
Message-ID: <20050102212501.GA17759@jupiter.solarsys.private> (raw)
Hi Greg:
This patch limits SMBus scanning for the asb100 sensor chip
to just one address - the only one we've ever seen in practice.
Signed-off-by Mark M. Hoffman <mhoffman@lightlink.com>
Index: linux-2.6.10-mmh/drivers/i2c/chips/asb100.c
=================================--- linux-2.6.10-mmh.orig/drivers/i2c/chips/asb100.c 2005-01-02 16:17:07.127720911 -0500
+++ linux-2.6.10-mmh/drivers/i2c/chips/asb100.c 2005-01-02 16:17:16.098274578 -0500
@@ -56,8 +56,7 @@
#define ASB100_VERSION "1.0.0"
/* I2C addresses to scan */
-static unsigned short normal_i2c[] = { 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d,
- 0x2e, 0x2f, I2C_CLIENT_END };
+static unsigned short normal_i2c[] = { 0x2d, I2C_CLIENT_END };
/* ISA addresses to scan (none) */
static unsigned int normal_isa[] = { I2C_CLIENT_ISA_END };
--
Mark M. Hoffman
mhoffman@lightlink.com
next reply other threads:[~2005-05-19 6:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-19 6:25 Mark M. Hoffman [this message]
2005-05-19 6:25 ` [PATCH 2.6] probe fewer addresses for asb100 (sensors) driver Jean Delvare
2005-05-19 6:25 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050102212501.GA17759@jupiter.solarsys.private \
--to=mhoffman@lightlink.com \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.