V4L/DVB (12959): anysee: increase BULK transfer size from 512 to 8192
authorAntti Palosaari <crope@iki.fi>
Wed, 16 Sep 2009 22:47:01 +0000 (19:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:15:51 +0000 (00:15 -0300)
increase BULK transfer size from 512 to 8192 to increase wakeups

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/anysee.c

index 7381aff..f9d3e06 100644 (file)
@@ -511,7 +511,7 @@ static struct dvb_usb_device_properties anysee_properties = {
                                .endpoint = 0x82,
                                .u = {
                                        .bulk = {
-                                               .buffersize = 512,
+                                               .buffersize = (16*512),
                                        }
                                }
                        },