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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux