mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
linux: fix i2c_reglen in HVR-2205 patch
This commit is contained in:
@@ -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,
|
||||
+ } },
|
||||
+ },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user