mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
linux: fix i2c_reglen in HVR-2205 patch
This commit is contained in:
parent
471b2f0e21
commit
a3be1cc632
@ -134,7 +134,7 @@ diff -urN a/drivers/media/pci/saa7164/saa7164-cards.c b/drivers/media/pci/saa716
|
|||||||
+ .name = "SI2168-1",
|
+ .name = "SI2168-1",
|
||||||
+ .i2c_bus_nr = SAA7164_I2C_BUS_2,
|
+ .i2c_bus_nr = SAA7164_I2C_BUS_2,
|
||||||
+ .i2c_bus_addr = 0xc8 >> 1,
|
+ .i2c_bus_addr = 0xc8 >> 1,
|
||||||
+ .i2c_reg_len = REGLEN_8bit,
|
+ .i2c_reg_len = REGLEN_0bit,
|
||||||
+ }, {
|
+ }, {
|
||||||
+ .id = 0x25,
|
+ .id = 0x25,
|
||||||
+ .type = SAA7164_UNIT_TUNER,
|
+ .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",
|
+ .name = "SI2168-2",
|
||||||
+ .i2c_bus_nr = SAA7164_I2C_BUS_2,
|
+ .i2c_bus_nr = SAA7164_I2C_BUS_2,
|
||||||
+ .i2c_bus_addr = 0xcc >> 1,
|
+ .i2c_bus_addr = 0xcc >> 1,
|
||||||
+ .i2c_reg_len = REGLEN_8bit,
|
+ .i2c_reg_len = REGLEN_0bit,
|
||||||
+ } },
|
+ } },
|
||||||
+ },
|
+ },
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user