diff options
author | Klaus Flittner <klaus@flittner.org> | 2009-03-29 09:12:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:43:47 -0300 |
commit | 919a5488dba69c79d52876e8d4f9bc0ffe0c58fe (patch) | |
tree | 61f5693f271e449f46123b7427db856d2d53102c /drivers/media/dvb/dvb-usb/dvb-usb.h | |
parent | 16ba1ee5d2d4d5d3b7d69a7a2e49de393aa931e5 (diff) | |
download | talos-op-linux-919a5488dba69c79d52876e8d4f9bc0ffe0c58fe.tar.gz talos-op-linux-919a5488dba69c79d52876e8d4f9bc0ffe0c58fe.zip |
V4L/DVB (11290): Add Elgato EyeTV DTT to dibcom driver
This patch introduces support for DVB-T for the following dibcom based card:
Elgato EyeTV DTT (USB-ID: 0fd9:0021)
Signed-off-by: Klaus Flittner <klaus@flittner.org>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb.h b/drivers/media/dvb/dvb-usb/dvb-usb.h index 6aaf576873dc..2d5352e54dc0 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb.h @@ -223,7 +223,7 @@ struct dvb_usb_device_properties { int generic_bulk_ctrl_endpoint; int num_device_descs; - struct dvb_usb_device_description devices[10]; + struct dvb_usb_device_description devices[11]; }; /** |