All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Technisat SkyStar USB HD,(DVB-S/S2) too much URBs for arm devices
@ 2015-07-18  7:15 Christian Löpke
  0 siblings, 0 replies; only message in thread
From: Christian Löpke @ 2015-07-18  7:15 UTC (permalink / raw)
  To: linux-media; +Cc: pboettcher

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>

--- 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 = {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-18  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-18  7:15 [PATCH] Technisat SkyStar USB HD,(DVB-S/S2) too much URBs for arm devices Christian Löpke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.