slave-eeprom-backend 474 B

1234567891011121314
  1. Linux I2C slave eeprom backend
  2. ==============================
  3. by Wolfram Sang <wsa@sang-engineering.com> in 2014-15
  4. This is a proof-of-concept backend which acts like an EEPROM on the connected
  5. I2C bus. The memory contents can be modified from userspace via this file
  6. located in sysfs:
  7. /sys/bus/i2c/devices/<device-direcory>/slave-eeprom
  8. As of 2015, Linux doesn't support poll on binary sysfs files, so there is no
  9. notfication when another master changed the content.