Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] cxusb: add ts mode setting for TechnoTrend CT2-4400

TS mode must be set in the existing TechnoTrend CT2-4400 driver.

Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Olli Salonen and committed by
Mauro Carvalho Chehab
9b9beb1b 6fd2f44a

+1
+1
drivers/media/usb/dvb-usb/cxusb.c
··· 1369 1369 /* attach frontend */ 1370 1370 si2168_config.i2c_adapter = &adapter; 1371 1371 si2168_config.fe = &adap->fe_adap[0].fe; 1372 + si2168_config.ts_mode = SI2168_TS_PARALLEL; 1372 1373 memset(&info, 0, sizeof(struct i2c_board_info)); 1373 1374 strlcpy(info.type, "si2168", I2C_NAME_SIZE); 1374 1375 info.addr = 0x64;