hwmon: fix lm78 detection regression
authorHans de Goede <j.w.r.degoede@hhs.nl>
Tue, 24 Jul 2007 21:36:00 +0000 (23:36 +0200)
committerMark M. Hoffman <mhoffman@lightlink.com>
Tue, 31 Jul 2007 01:05:07 +0000 (21:05 -0400)
commitacf346a311588e4cb659c183b9e312fa313dbb7f
tree696f923c001deabca50d7ee7ed8377964ebfb706
parentf08a34874f93d5081c735ffcb2f9071be9b5d270
hwmon: fix lm78 detection regression

Here is a small but important bugfix to the lm78 driver. I found out about this
problem because a Fedora user filed a bug that the lm78 driver no longer worked
on his system: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=249428

The problem is that sometime ago the isa lm78 detection was made more stringent
and this new code now checks the chip-id, but does not accept a chip-id of 20h,
however a chip-id of 20h is valid, and is excepted in the main probe function
of the driver, see line 551. This fixed also makes the isa detection code
accept the chip-id of 0x20 fixing this issue.

Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/lm78.c