Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295071
b: refs/heads/master
c: 77c2402
h: refs/heads/master
i:
  295069: e731713
  295067: 37bad8c
  295063: 24429b3
  295055: fe53f53
  295039: 8845fad
v: v3
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Mar 19, 2012
1 parent 1dc48de commit ac8293a
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: 3caaa20121495145cd8fef274d6eea5d90ee7182
refs/heads/master: 77c2402dc6c900a2d60587cd83bc1ee3dd39c460
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 @@ -177,12 +177,8 @@ static int lme2510_usb_talk(struct dvb_usb_device *d,
/* the read/write capped at 64 */
memcpy(buff, wbuf, (wlen < 64) ? wlen : 64);

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

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

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

ret |= lme2510_bulk_read(d->udev, buff, (rlen < 64) ?
rlen : 64 , 0x01);

Expand Down Expand Up @@ -1290,5 +1286,5 @@ module_usb_driver(lme2510_driver);

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

0 comments on commit ac8293a

Please sign in to comment.