From a3be1cc63218e0324b65579ac810602c45f11d3b Mon Sep 17 00:00:00 2001 From: Olli Salonen Date: Sun, 26 Jul 2015 15:52:55 +0300 Subject: [PATCH] linux: fix i2c_reglen in HVR-2205 patch --- .../patches/4.1.3/linux-229-hauppauge-hvr-2205-and-2255.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/linux/patches/4.1.3/linux-229-hauppauge-hvr-2205-and-2255.patch b/packages/linux/patches/4.1.3/linux-229-hauppauge-hvr-2205-and-2255.patch index ec7ae60ff9..cfbd619b7e 100644 --- a/packages/linux/patches/4.1.3/linux-229-hauppauge-hvr-2205-and-2255.patch +++ b/packages/linux/patches/4.1.3/linux-229-hauppauge-hvr-2205-and-2255.patch @@ -134,7 +134,7 @@ diff -urN a/drivers/media/pci/saa7164/saa7164-cards.c b/drivers/media/pci/saa716 + .name = "SI2168-1", + .i2c_bus_nr = SAA7164_I2C_BUS_2, + .i2c_bus_addr = 0xc8 >> 1, -+ .i2c_reg_len = REGLEN_8bit, ++ .i2c_reg_len = REGLEN_0bit, + }, { + .id = 0x25, + .type = SAA7164_UNIT_TUNER, @@ -148,7 +148,7 @@ diff -urN a/drivers/media/pci/saa7164/saa7164-cards.c b/drivers/media/pci/saa716 + .name = "SI2168-2", + .i2c_bus_nr = SAA7164_I2C_BUS_2, + .i2c_bus_addr = 0xcc >> 1, -+ .i2c_reg_len = REGLEN_8bit, ++ .i2c_reg_len = REGLEN_0bit, + } }, + }, };