Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab693336 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2034188a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -511,7 +511,7 @@ static struct dvb_usb_device_properties anysee_properties = {
				.endpoint = 0x82,
				.u = {
					.bulk = {
						.buffersize = 512,
						.buffersize = (16*512),
					}
				}
			},