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:
Antti Palosaari 2009-09-16 20:21:52 -03:00 committed by Mauro Carvalho Chehab
parent ae3745f63a
commit eb3b2d89bc

View file

@ -274,7 +274,7 @@ static struct dvb_usb_device_properties ce6230_properties = {
.endpoint = 0x82,
.u = {
.bulk = {
.buffersize = 512,
.buffersize = (16*512),
}
}
},