Changeset 4330
- Timestamp:
- 02/23/07 14:50:49 (6 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4329 r4330 28 28 Add Dallas DS75 detection 29 29 Add SMSC LPC47M292 detection 30 Add nVidia MCP61 and MCP65 detection 30 31 31 32 -
lm-sensors/trunk/prog/detect/sensors-detect
r4329 r4330 538 538 devid => 0x03eb, 539 539 procid => "nVidia Corporation nForce4 SMBus (MCP61)", 540 driver => " to-be-tested",540 driver => "i2c-nforce2", 541 541 match => qr/^SMBus nForce2 adapter at /, 542 542 }, … … 545 545 devid => 0x0446, 546 546 procid => "nVidia Corporation nForce4 SMBus (MCP65)", 547 driver => " to-be-tested",547 driver => "i2c-nforce2", 548 548 match => qr/^SMBus nForce2 adapter at /, 549 549 },
