Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226187
b: refs/heads/master
c: 25ad984
h: refs/heads/master
i:
  226185: cc80e58
  226183: 8319c08
v: v3
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 60bbd19 commit 7398e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: afcd0806094d9ae0d944f30776edc075e4584b96
refs/heads/master: 25ad9847ca09f744b4cfea362d339c8b5b49765c
8 changes: 4 additions & 4 deletions trunk/drivers/media/dvb/dvb-usb/lmedm04.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static int lme2510_bulk_write(struct usb_device *dev,
int ret, actual_l;

ret = usb_bulk_msg(dev, usb_sndbulkpipe(dev, pipe),
snd, len , &actual_l, 500);
snd, len , &actual_l, 100);
return ret;
}

Expand All @@ -134,7 +134,7 @@ static int lme2510_bulk_read(struct usb_device *dev,
int ret, actual_l;

ret = usb_bulk_msg(dev, usb_rcvbulkpipe(dev, pipe),
rev, len , &actual_l, 500);
rev, len , &actual_l, 200);
return ret;
}

Expand Down Expand Up @@ -166,7 +166,7 @@ static int lme2510_usb_talk(struct dvb_usb_device *d,

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

msleep(12);
msleep(10);

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

Expand Down Expand Up @@ -1073,5 +1073,5 @@ module_exit(lme2510_module_exit);

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

0 comments on commit 7398e55

Please sign in to comment.