Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Christian Loepke <loepke@edfritsch.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Christian Löpke and committed by
Mauro Carvalho Chehab
3139f43f dd6ff6a0

+1 -1
+1 -1
drivers/media/usb/dvb-usb/technisat-usb2.c
··· 707 707 708 708 .stream = { 709 709 .type = USB_ISOC, 710 - .count = 8, 710 + .count = 4, 711 711 .endpoint = 0x2, 712 712 .u = { 713 713 .isoc = {