Skip to content

Commit

Permalink
[media] DiB0700: add support for several board-layouts
Browse files Browse the repository at this point in the history
This patchs adds support for DiBcom's NIM8096MD, NIM9090M, NIM9090MD,
NIM7090, TFE7090PVR (no diversity) reference designs.

Signed-off-by: Olivier Grenie <olivier.grenie@dibcom.fr>
Signed-off-by: Patrick Boettcher <patrick.boettcher@dibcom.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Olivier Grenie authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 713d54a commit be9bae1
Show file tree
Hide file tree
Showing 3 changed files with 1,280 additions and 130 deletions.
4 changes: 2 additions & 2 deletions drivers/media/dvb/dvb-usb/dib0700_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static int dib0700_i2c_xfer_new(struct i2c_adapter *adap, struct i2c_msg *msg,
msg[i].len,
USB_CTRL_GET_TIMEOUT);
if (result < 0) {
err("i2c read error (status = %d)\n", result);
deb_info("i2c read error (status = %d)\n", result);
break;
}

Expand Down Expand Up @@ -215,7 +215,7 @@ static int dib0700_i2c_xfer_new(struct i2c_adapter *adap, struct i2c_msg *msg,
0, 0, buf, msg[i].len + 4,
USB_CTRL_GET_TIMEOUT);
if (result < 0) {
err("i2c write error (status = %d)\n", result);
deb_info("i2c write error (status = %d)\n", result);
break;
}
}
Expand Down
Loading

0 comments on commit be9bae1

Please sign in to comment.