Changeset 1527

Show
Ignore:
Timestamp:
09/15/02 21:53:12 (11 years ago)
Author:
amalysh
Message:

don't set Host Master Clock to 56KHz (it's hung my Laptop)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-sis630.c

    r1515 r1527  
    191191        } 
    192192 
    193         /* disable timeout interrupt and set clock to 56KHz */ 
    194         sis630_write(SMB_CNT, 0x20); 
     193        /* disable timeout interrupt , don't set Host Master Clock to 56KHz (it's hung my Laptop)*/ 
     194        sis630_write(SMB_CNT, 0x00); 
    195195 
    196196        /* clear all sticky bits */