Skip to content

Commit

Permalink
[media] Technisat SkyStar USB HD,(DVB-S/S2) too much URBs for arm dev…
Browse files Browse the repository at this point in the history
…ices

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>
  • Loading branch information
Christian Löpke authored and Mauro Carvalho Chehab committed Aug 11, 2015
1 parent dd6ff6a commit 3139f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/usb/dvb-usb/technisat-usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3139f43

Please sign in to comment.