Changeset 2685
- Timestamp:
- 09/08/04 18:24:41 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm93.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm93.c
r2672 r2685 840 840 result = b1.host_status_2; 841 841 result |= b1.host_status_3 << 8; 842 result |= (b1.fan_status & 0x0 4) << 16;842 result |= (b1.fan_status & 0x0f) << 16; 843 843 result |= (b1.p1_prochot_status & 0x80) << 13; 844 844 result |= (b1.p2_prochot_status & 0x80) << 14;
