Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17351
b: refs/heads/master
c: 37bdfa0
h: refs/heads/master
i:
  17349: cdafe21
  17347: 6c77b3e
  17343: 6380f3a
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 40bc983 commit f8ef7c0
Show file tree
Hide file tree
Showing 2 changed files with 5 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: effee0333b6090ff4ff0463e8fb6084cf4406bbd
refs/heads/master: 37bdfa06b6bbf085b55d64eb5d9ed112418ed5ad
6 changes: 4 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb/cxusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static int cxusb_cx22702_frontend_attach(struct dvb_usb_device *d)

static int cxusb_lgdt330x_frontend_attach(struct dvb_usb_device *d)
{
if (usb_set_interface(d->udev,0,0) < 0)
if (usb_set_interface(d->udev,0,7) < 0)
err("set interface failed");

cxusb_ctrl_msg(d,CMD_DIGITAL, NULL, 0, NULL, 0);
Expand Down Expand Up @@ -283,7 +283,9 @@ static struct dvb_usb_properties cxusb_bluebird_atsc_properties = {
.caps = DVB_USB_IS_AN_I2C_ADAPTER,

.usb_ctrl = CYPRESS_FX2,
.firmware = "dvb-usb-bluebird-atsc-01.fw",
.firmware = "dvb-usb-bluebird-01.fw",
/* use usb alt setting 0 for EP4 transfer (dvb-t),
use usb alt setting 7 for EP2 transfer (atsc) */

.size_of_priv = sizeof(struct cxusb_state),

Expand Down

0 comments on commit f8ef7c0

Please sign in to comment.