Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241949
b: refs/heads/master
c: 4e59df8
h: refs/heads/master
i:
  241947: 25f3e92
v: v3
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent fe99004 commit a2e470c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa8bae102fbbabe9ecc4381ace3b74a199684594
refs/heads/master: 4e59df8f25950520cd6a8b16a39d48b5fa5aeeda
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/dw2102.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,12 +1118,17 @@ static int ds3000_frontend_attach(struct dvb_usb_adapter *d)

static int prof_7500_frontend_attach(struct dvb_usb_adapter *d)
{
u8 obuf[] = {7, 1};

d->fe = dvb_attach(stv0900_attach, &prof_7500_stv0900_config,
&d->dev->i2c_adap, 0);
if (d->fe == NULL)
return -EIO;

d->fe->ops.set_voltage = dw210x_set_voltage;

dw210x_op_rw(d->dev->udev, 0x8a, 0, 0, obuf, 2, DW210X_WRITE_MSG);

info("Attached STV0900+STB6100A!\n");

return 0;
Expand Down

0 comments on commit a2e470c

Please sign in to comment.