Skip to content

Commit

Permalink
V4L/DVB (12388): dvb-usb: fix tuning with Cinergy T2
Browse files Browse the repository at this point in the history
cinergyInitialize param.flags.

Signed-off-by: Eberhard Mattes <eberhard.mattes@web.de>
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Eberhard Mattes authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent bb2c818 commit 0b01573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb/dvb-usb/cinergyT2-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ static int cinergyt2_fe_set_frontend(struct dvb_frontend *fe,
param.tps = cpu_to_le16(compute_tps(fep));
param.freq = cpu_to_le32(fep->frequency / 1000);
param.bandwidth = 8 - fep->u.ofdm.bandwidth - BANDWIDTH_8_MHZ;
param.flags = 0;

err = dvb_usb_generic_rw(state->d,
(char *)&param, sizeof(param),
Expand Down

0 comments on commit 0b01573

Please sign in to comment.