Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176794
b: refs/heads/master
c: 81afda5
h: refs/heads/master
v: v3
  • Loading branch information
Derek authored and Mauro Carvalho Chehab committed Dec 16, 2009
1 parent 57dfd94 commit 0c4ef55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0e2f0d348a65b48a8af52d7fd64d77b5759413fa
refs/heads/master: 81afda5182667dcc89374cb5bb94fd6db01c9263
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb/gp8psk-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ static int gp8psk_fe_set_frontend(struct dvb_frontend* fe,

switch (c->delivery_system) {
case SYS_DVBS:
/* Only QPSK is supported for DVB-S */
if (c->modulation != QPSK) {
/* Allow QPSK and 8PSK (even for DVB-S) */
if (c->modulation != QPSK && c->modulation != PSK_8) {
deb_fe("%s: unsupported modulation selected (%d)\n",
__func__, c->modulation);
return -EOPNOTSUPP;
Expand Down

0 comments on commit 0c4ef55

Please sign in to comment.