diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-18 17:54:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-18 17:54:41 -0300 |
commit | 3861ba7353e0a787c17b86bf488880a234a1f817 (patch) | |
tree | 4e442479af034d15f55af7e553139721a0600d31 /linux/drivers/media/dvb/dvb-usb/digitv.c | |
parent | d968d366ae4f769786a3c4cbdc564f90c685beee (diff) | |
parent | d1da42d9fbfabbd761ea109c6c52bb55504282b5 (diff) | |
download | mediapointer-dvb-s2-3861ba7353e0a787c17b86bf488880a234a1f817.tar.gz mediapointer-dvb-s2-3861ba7353e0a787c17b86bf488880a234a1f817.tar.bz2 |
merge: http://linuxtv.org/hg/~hhackmann/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/digitv.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/digitv.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/digitv.c b/linux/drivers/media/dvb/dvb-usb/digitv.c index c4cc08bde..15686a626 100644 --- a/linux/drivers/media/dvb/dvb-usb/digitv.c +++ b/linux/drivers/media/dvb/dvb-usb/digitv.c @@ -274,20 +274,20 @@ static struct dvb_usb_device_properties digitv_properties = { .num_adapters = 1, .adapter = { { - .frontend_attach = digitv_frontend_attach, - .tuner_attach = digitv_tuner_attach, + .frontend_attach = digitv_frontend_attach, + .tuner_attach = digitv_tuner_attach, - /* parameter for the MPEG2-data transfer */ + /* parameter for the MPEG2-data transfer */ .stream = { .type = USB_BULK, - .count = 7, - .endpoint = 0x02, - .u = { - .bulk = { - .buffersize = 4096, - } - } - }, + .count = 7, + .endpoint = 0x02, + .u = { + .bulk = { + .buffersize = 4096, + } + } + }, } }, .identify_state = digitv_identify_state, |