···21212222The typical use-case is like this:2323 1. load this module2424- 2. use i2cset (from lm_sensors project) to pre-load some data2525- 3. load the target sensors chip driver module2424+ 2. use i2cset (from the i2c-tools project) to pre-load some data2525+ 3. load the target chip driver module2626 4. observe its behavior in the kernel log27272828There's a script named i2c-stub-from-dump in the i2c-tools package which