Show
Ignore:
Timestamp:
03/23/01 21:27:31 (11 years ago)
Author:
frodo
Message:

Added a warning in sensors-detect for IBM Thinkpad owners.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r1036 r1043  
    23042304        " seem a bit confusing, but they will still work.\n\n"; 
    23052305 
     2306  print " IF THIS IS AN IBM THINKPAD, PRESS CTRL-C NOW!\n"; 
     2307  print " IBM Thinkpads have a severely broken i2c/SMBus implementation, "; 
     2308  print " just scanning\n"; 
     2309  print " the bus will break your thinkpad forever!\n\n"; 
     2310 
    23062311  print " We can start with probing for (PCI) I2C or SMBus adapters.\n"; 
    23072312  print " You do not need any special privileges for this.\n";