In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: >> But will not work on STABLE or RELEASE because intpm(4) is not merged. >> I port it to 3.2-STABLE , and I send it for Nicolas,the GURU of IICBus/SMbus >. Not perfectly yet. I only pointed out the bug that was containd in the patch he send to me.I checked by my spd.c .But I don't sure whether the code was correct. Basically,import Revision 1.4 of intpm.c and newest version of intpmreg.h , and add the imported file to conf/files .
The patch he send to me(gziped)
This contains bug in the patch applied to smbconf.c @@ -109,11 +137,11 @@ . This will cause infinite loop when you issue request. 'while(error !=EWOULDBLOCK)' is wrong because this loop should be ended when error==0 . And here is the merged version of intpm.c

