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

Commit 3139f43f authored by Christian Löpke's avatar Christian Löpke Committed by Mauro Carvalho Chehab
Browse files

[media] Technisat SkyStar USB HD,(DVB-S/S2) too much URBs for arm devices



Using 8 URBs results in a consecutive buffer allocation of too much
memory for some arm devices.
As we use isochronuous transfers the number of URBs can be reduced
without risking data-loss.

Signed-off-by: default avatarChristian Loepke <loepke@edfritsch.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent dd6ff6a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -707,7 +707,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = {

			.stream = {
				.type = USB_ISOC,
				.count = 8,
				.count = 4,
				.endpoint = 0x2,
				.u = {
					.isoc = {