Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176795
b: refs/heads/master
c: 4bf2c5c
h: refs/heads/master
i:
  176793: 57dfd94
  176791: b7941c6
v: v3
  • Loading branch information
Pedro Andres Aranda Gutierrez authored and Mauro Carvalho Chehab committed Dec 16, 2009
1 parent 0c4ef55 commit dc8b953
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 81afda5182667dcc89374cb5bb94fd6db01c9263
refs/heads/master: 4bf2c5c30eb50e4d9d9afb4565829ed0e0582d91
6 changes: 6 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/dibusb-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ static struct dib3000mc_config mod3000p_dib3000p_config = {

int dibusb_dib3000mc_frontend_attach(struct dvb_usb_adapter *adap)
{
if (adap->dev->udev->descriptor.idVendor == USB_VID_LITEON &&
adap->dev->udev->descriptor.idProduct ==
USB_PID_LITEON_DVB_T_WARM) {
msleep(1000);
}

if ((adap->fe = dvb_attach(dib3000mc_attach, &adap->dev->i2c_adap, DEFAULT_DIB3000P_I2C_ADDRESS, &mod3000p_dib3000p_config)) != NULL ||
(adap->fe = dvb_attach(dib3000mc_attach, &adap->dev->i2c_adap, DEFAULT_DIB3000MC_I2C_ADDRESS, &mod3000p_dib3000p_config)) != NULL) {
if (adap->priv != NULL) {
Expand Down

0 comments on commit dc8b953

Please sign in to comment.