fivdi / i2c-bus

I2C serial bus access with Node.js
MIT License
348 stars 57 forks source link

File descriptors for busy devices are leaked #13

Closed fivdi closed 9 years ago

fivdi commented 9 years ago

Busy devices are the ones displayed as UU by i2cdetect:

$ i2cdetect -y -r 2
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- UU UU UU UU -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --                         
fivdi commented 9 years ago

Fixed with https://github.com/fivdi/i2c-bus/commit/2d4ee64dc466faf327ae4010e60902a2843a31d0 and published in v1.0.0.