From: Mauro Carvalho Chehab Date: Sat, 28 Dec 2013 10:42:47 +0000 (-0300) Subject: [media] em28xx: use a better value for I2C timeouts X-Git-Tag: v3.14-rc1~20^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20e4ed6d30c6ecee315eea0efb3449c3591d09e;p=pandora-kernel.git [media] em28xx: use a better value for I2C timeouts In the lack of a better spec, let's assume the timeout values compatible with SMBus spec: http://smbus.org/specs/smbus110.pdf at chapter 8 - Electrical Characteristics of SMBus devices Ok, SMBus is a subset of I2C, and not all devices will be following it, but the timeout value before this patch was not even following the spec. So, while we don't have a better guess for it, use 35 + 1 ms as the timeout. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed