提交 ab693336 编写于 作者: A Antti Palosaari 提交者: Mauro Carvalho Chehab

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: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 2034188a
......@@ -511,7 +511,7 @@ static struct dvb_usb_device_properties anysee_properties = {
.endpoint = 0x82,
.u = {
.bulk = {
.buffersize = 512,
.buffersize = (16*512),
}
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册