struct i2c_adapter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi !
trying to port my own application using i2c 2.6.1 interface version to i2c 2.9.0 version i got two compile errors, both referring to changes been done in struct i2c_adapter in i2c.h file:
problem # 1:
struct i2c_adapter {
-    struct semaphore lock; 
      was replaced by    
+   struct semaphore bus;
+   struct semaphore list;
problem # 2:
-    int client_count;
     has been deleted completely
}
 
can you please explain to me what were those fields original intention, why did you apply the changes, and most important - what should i do in order to overcome the problems resulting from those changes.
 
thanks
Ron
rindjon at yahoo.com  



		
---------------------------------
Do you Yahoo!?
 Yahoo! Mail - You care about security. So do we.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20050313/47501b6f/attachment.html 


[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux