Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63438
b: refs/heads/master
c: acf346a
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Mark M. Hoffman committed Jul 31, 2007
1 parent ec76ca0 commit ebb3d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f08a34874f93d5081c735ffcb2f9071be9b5d270
refs/heads/master: acf346a311588e4cb659c183b9e312fa313dbb7f
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/lm78.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ static int __init lm78_isa_found(unsigned short address)
/* Determine the chip type */
outb_p(LM78_REG_CHIPID, address + LM78_ADDR_REG_OFFSET);
val = inb_p(address + LM78_DATA_REG_OFFSET);
if (val == 0x00 /* LM78 */
if (val == 0x00 || val == 0x20 /* LM78 */
|| val == 0x40 /* LM78-J */
|| (val & 0xfe) == 0xc0) /* LM79 */
found = 1;
Expand Down

0 comments on commit ebb3d64

Please sign in to comment.