Changeset 4572
- Timestamp:
- 07/06/07 21:40:44 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r4569 r4572 2176 2176 2177 2177 if (!($use_devfs || $use_udev)) { 2178 if (! -c '/dev/i2c-0' && -x '/sbin/MAKEDEV') { 2179 system("/sbin/MAKEDEV i2c"); 2180 } 2178 2181 if (-c '/dev/i2c-0') { 2179 2182 $dev_i2c = '/dev/i2c-';
