eblot / pyftdi

FTDI device driver written in pure Python
Other
509 stars 212 forks source link

bugfix(eeprom): make sure to close eeprom #394 #395

Open shareefj opened 1 day ago

shareefj commented 1 day ago

This commit fixes a bug in ftconf.py where the eeprom device was not closed before exiting. This meant the kernel driver was not re-attached causing device disconnection.