commit | 9a94241afcc9a481691a9c29b7460217925b59b8 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Aug 11 18:20:56 2010 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Wed Aug 11 18:20:56 2010 +0200 |
tree | 7f2d42935422a228686bcd8680dc97ff8a1005bc | |
parent | f1c2e33c295de423db5740647bfaa5e2ad139192 [diff] |
i2c: Add support for custom probe function The probe method used by i2c_new_probed_device() may not be suitable for all cases. Let the caller provide its own, optional probe function. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>