Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3de2ed12 authored by Dmitri Belimov's avatar Dmitri Belimov Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9065): saa7134: fix I2C remote controls on saa7134



This is patch for solve this regression. Load ir-kbd-i2c module when remote is i2c type.

Signed-off-by: default avatarBeholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent f689d908
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -699,6 +699,10 @@ static int saa7134_hw_enable2(struct saa7134_dev *dev)
			irq2_mask |= SAA7134_IRQ2_INTE_GPIO18A;
	}

	if (dev->has_remote == SAA7134_REMOTE_I2C) {
		request_module("ir-kbd-i2c");
	}

	saa_writel(SAA7134_IRQ1, 0);
	saa_writel(SAA7134_IRQ2, irq2_mask);