Permalink
Browse files

tbs5880: Change TS mode to parallel.

  • Loading branch information...
1 parent b9a64b0 commit faeab6de42d631e7f3096feeea8d0559924b336b @crazycat69 committed Jul 18, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 drivers/media/usb/dvb-usb/tbs5880.c
@@ -522,7 +522,7 @@ static struct dvb_usb_device_properties tbs5880_properties;
static struct cxd2820r_config cxd2820r_config = {
.i2c_address = 0x6c, /* (0xd8 >> 1) */
- .ts_mode = 0x08,
+ .ts_mode = CXD2820R_TS_PARALLEL,
.set_lock_led = tbs5880_led_ctrl,
};

0 comments on commit faeab6d

Please sign in to comment.