Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295062
b: refs/heads/master
c: 1a611d8
h: refs/heads/master
v: v3
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Mar 19, 2012
1 parent 5e26a2f commit 851e07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 77768e4b754fdb38d235d8a2384cc8b334367366
refs/heads/master: 1a611d8cd078e0059a4a596bcbed0bd8a915e2ef
6 changes: 1 addition & 5 deletions trunk/drivers/media/dvb/dvb-usb/lmedm04.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ static int lme2510_usb_talk(struct dvb_usb_device *d,

ret |= lme2510_bulk_write(d->udev, buff, wlen , 0x01);

msleep(10);

ret |= usb_clear_halt(d->udev, usb_rcvbulkpipe(d->udev, 0x01));

ret |= lme2510_bulk_read(d->udev, buff, (rlen < 64) ?
Expand Down Expand Up @@ -455,8 +453,6 @@ static int lme2510_msg(struct dvb_usb_device *d,
st->i2c_talk_onoff = 0;
}
}
if ((wbuf[3] != 0x6) & (wbuf[3] != 0x5))
msleep(5);
}
break;
case TUNER_S0194:
Expand Down Expand Up @@ -1294,5 +1290,5 @@ module_usb_driver(lme2510_driver);

MODULE_AUTHOR("Malcolm Priestley <tvboxspy@gmail.com>");
MODULE_DESCRIPTION("LME2510(C) DVB-S USB2.0");
MODULE_VERSION("1.96");
MODULE_VERSION("1.97");
MODULE_LICENSE("GPL");

0 comments on commit 851e07b

Please sign in to comment.