• Mauro Carvalho Chehab's avatar
    [media] cx231xx: Fix i2c support at cx231xx-input · 141bb0dc
    Mauro Carvalho Chehab authored
    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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    141bb0dc
cx231xx-input.c 2.76 KB