Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28645
b: refs/heads/master
c: b7c0660
h: refs/heads/master
i:
  28643: 7606da2
v: v3
  • Loading branch information
Hans de Goede authored and Greg Kroah-Hartman committed Jun 22, 2006
1 parent 583b31a commit b07e485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: a2392e0b907b9633c31be14ee75bb39fce348b01
refs/heads/master: b7c066044f4355d9fbe1ac45e03303b78d21e8d4
5 changes: 2 additions & 3 deletions trunk/drivers/hwmon/abituguru.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,8 @@ abituguru_detect_no_bank2_sensors(struct abituguru_data *data)
-0x08 enable beep
-0x01 enable alarm
All other bits should be 0, but on some motherboards
0x40 (bit 6) is also high, at least for fan1 */
if ((!i && (data->bank2_settings[i][0] & ~0xC9)) ||
(i && (data->bank2_settings[i][0] & ~0x89))) {
0x40 (bit 6) is also high for some of the fans?? */
if (data->bank2_settings[i][0] & ~0xC9) {
ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem "
"to be a fan sensor: settings[0] = %02X\n",
i, (unsigned int)data->bank2_settings[i][0]);
Expand Down

0 comments on commit b07e485

Please sign in to comment.