“a8272ce0c1d49aa3bec57682678f0bdfe28ed4ca”上不存在“fs/xfs/xfs_ioctl32.c”
提交 3139f43f 编写于 作者: C Christian Löpke 提交者: Mauro Carvalho Chehab

[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: NChristian Loepke <loepke@edfritsch.de>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 dd6ff6a0
...@@ -707,7 +707,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = { ...@@ -707,7 +707,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = {
.stream = { .stream = {
.type = USB_ISOC, .type = USB_ISOC,
.count = 8, .count = 4,
.endpoint = 0x2, .endpoint = 0x2,
.u = { .u = {
.isoc = { .isoc = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册