Commit eb3b2d89 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

V4L/DVB (12962): ce6230: increase BULK transfer size from 512 to 8192

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ae3745f6
...@@ -274,7 +274,7 @@ static struct dvb_usb_device_properties ce6230_properties = { ...@@ -274,7 +274,7 @@ static struct dvb_usb_device_properties ce6230_properties = {
.endpoint = 0x82, .endpoint = 0x82,
.u = { .u = {
.bulk = { .bulk = {
.buffersize = 512, .buffersize = (16*512),
} }
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment