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

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

V4L/DVB (12962): ce6230: increase BULK transfer size from 512 to 8192

parent ae3745f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ static struct dvb_usb_device_properties ce6230_properties = {
				.endpoint = 0x82,
				.u = {
					.bulk = {
						.buffersize = 512,
						.buffersize = (16*512),
					}
				}
			},