V4L/DVB (12962): ce6230: increase BULK transfer size from 512 to 8192
authorAntti Palosaari <crope@iki.fi>
Wed, 16 Sep 2009 23:21:52 +0000 (20:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:15:54 +0000 (00:15 -0300)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/ce6230.c

index 52badc0..0737c63 100644 (file)
@@ -274,7 +274,7 @@ static struct dvb_usb_device_properties ce6230_properties = {
                                .endpoint = 0x82,
                                .u = {
                                        .bulk = {
-                                               .buffersize = 512,
+                                               .buffersize = (16*512),
                                        }
                                }
                        },