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, + } }, + }, };