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@xxxxxxxxxxxx> --- linux/drivers/media/usb/dvb-usb/technisat-usb2.orig.c +++ linux/drivers/media/usb/dvb-usb/technisat-usb2.c @@ -707,7 +707,7 @@ .stream = { .type = USB_ISOC, - .count = 8, + .count = 4, .endpoint = 0x2, .u = { .isoc = { -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html