Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273595
b: refs/heads/master
c: 539b469
h: refs/heads/master
i:
  273593: 57f5d59
  273591: 5b9e77a
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent 7c83a5a commit 5c31eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e8d8f6df3e8f26547b3b986c3946b1f8a6bd6c1
refs/heads/master: 539b469518b45c0b5915bec3e258e21e03667084
10 changes: 5 additions & 5 deletions trunk/drivers/media/dvb/dvb-usb/mxl111sf-demod.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,11 @@ static void mxl111sf_demod_release(struct dvb_frontend *fe)
static struct dvb_frontend_ops mxl111sf_demod_ops = {

.info = {
.name = "MxL111SF DVB-T",
.type = FE_OFDM,
.frequency_min = 177000000,
.frequency_max = 858000000,
.frequency_stepsize = 166666,
.name = "MaxLinear MxL111SF DVB-T demodulator",
.type = FE_OFDM,
.frequency_min = 177000000,
.frequency_max = 858000000,
.frequency_stepsize = 166666,
.caps = FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |
FE_CAN_FEC_5_6 | FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO |
FE_CAN_QPSK | FE_CAN_QAM_16 | FE_CAN_QAM_64 |
Expand Down

0 comments on commit 5c31eef

Please sign in to comment.