From: Mauro Carvalho Chehab Date: Thu, 11 Nov 2010 11:14:16 +0000 (-0300) Subject: [media] cx231xx: Fix i2c support at cx231xx-input X-Git-Tag: v2.6.38-rc1~470^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141bb0dc2d0ad03202aef7c070555cd970ca6bf9;p=pandora-kernel.git [media] cx231xx: Fix i2c support at cx231xx-input There was a bug at cx231xx-input, where it were registering the remote controls twice, one via ir-kbd-i2c and another directly. Also, the patch that added rc_register_device() broke compilation for it. This patch fixes cx231xx-input by fixing the depends on, to point to the new symbol, and initializing the scanmask via platform_data. While here, also fix Kconfig symbol change for IR core dependencies. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed