mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (12959): anysee: increase BULK transfer size from 512 to 8192
increase BULK transfer size from 512 to 8192 to increase wakeups Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
2034188a0b
commit
ab69333690
|
@ -511,7 +511,7 @@ static struct dvb_usb_device_properties anysee_properties = {
|
|||
.endpoint = 0x82,
|
||||
.u = {
|
||||
.bulk = {
|
||||
.buffersize = 512,
|
||||
.buffersize = (16*512),
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue