Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357163
b: refs/heads/master
c: 341068f
h: refs/heads/master
i:
  357161: 36e484b
  357159: b393b3d
v: v3
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Dec 23, 2012
1 parent 4173f34 commit 53e78a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: e5f670b7f9685a850e94ba263948c676b1b06eef
refs/heads/master: 341068fcf8cc10145d38abe927fa9b9f0c461c66
3 changes: 2 additions & 1 deletion trunk/drivers/media/usb/dvb-usb-v2/it913x.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@ static int it913x_frontend_attach(struct dvb_usb_adapter *adap)
struct it913x_state *st = d->priv;
int ret = 0;
u8 adap_addr = I2C_BASE_ADDR + (adap->id << 5);
u16 ep_size = adap->stream.buf_size / 4;
u16 ep_size = (adap->pid_filtering) ? TS_BUFFER_SIZE_PID / 4 :
TS_BUFFER_SIZE_MAX / 4;
u8 pkt_size = 0x80;

if (d->udev->speed != USB_SPEED_HIGH)
Expand Down

0 comments on commit 53e78a8

Please sign in to comment.