From: Pete Eberlein Date: Wed, 13 Jan 2010 22:15:48 +0000 (-0300) Subject: V4L/DVB: s2250: Fix write_reg i2c address X-Git-Tag: v2.6.34-rc1~280^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986ce4510b37ba684aaebd3eb0e6ee0c03906ed8;p=pandora-kernel.git V4L/DVB: s2250: Fix write_reg i2c address The kernel i2c model uses right-aligned 7-bit i2c addresses, but the 2250 firmware uses an 8-bit address in the usb vendor request. A previous patch by Jean Delvare shifted the i2c addresses 1 bit to the right, and this patch fixes the write_reg function to shift it back before sending the vendor request. To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Signed-off-by: Pete Eberlein Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed