Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23635
b: refs/heads/master
c: 5e805ef
h: refs/heads/master
i:
  23633: 8d460db
  23631: 83d684f
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Mar 24, 2006
1 parent 93a4519 commit 835b62e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 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: 5245953e1893152662dad47c87fa88213d5d09a1
refs/heads/master: 5e805eff15b17e64d5a0913c9e4c816a96677398
17 changes: 9 additions & 8 deletions trunk/drivers/media/dvb/dvb-usb/cxusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,15 @@ static int cxusb_i2c_xfer(struct i2c_adapter *adap,struct i2c_msg msg[],int num)

for (i = 0; i < num; i++) {

switch (msg[i].addr) {
case 0x63:
cxusb_gpio_tuner(d,0);
break;
default:
cxusb_gpio_tuner(d,1);
break;
}
if (d->udev->descriptor.idVendor == USB_VID_MEDION)
switch (msg[i].addr) {
case 0x63:
cxusb_gpio_tuner(d,0);
break;
default:
cxusb_gpio_tuner(d,1);
break;
}

/* read request */
if (i+1 < num && (msg[i+1].flags & I2C_M_RD)) {
Expand Down

0 comments on commit 835b62e

Please sign in to comment.