V4L/DVB (12962): ce6230: increase BULK transfer size from 512 to 8192
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
ae3745f63a
commit
eb3b2d89bc
@@ -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),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user