i2c_mangle: always set PLS code and mode, it's independent from MIS

This commit is contained in:
Jaroslav Kysela 2018-10-13 10:17:12 +02:00
parent c4875893a3
commit 85a07ae86b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static int i2c_mangle_enable = 1;
static int i2c_mangle_debug = 0;
static int stv6120_gain = 8;
static int stv0900_mis[4] = { -1, -1, -1, -1 };
static int stv0900_pls[4] = { 1, 1, 1, 1 };
static int stv0900_pls[4] = { 1, 1, 1, 1 }; /* ROOT code 1 is equal to GOLD code 0 */
static void i2c_transfer_axe_dump(struct i2c_msg *msgs, int num)
{