summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-10-19 13:17:43 +0200
committerPatrick Boettcher <pb@linuxtv.org>2006-10-19 13:17:43 +0200
commit417dfe4bde154a61c7f5e9065a66033e45b26b31 (patch)
tree0aaf7ea402a96b9664779ec83ee35b7802f15836 /linux/drivers/media/dvb
parent8c947dfc344b14f98823883c6b2e49697c88c384 (diff)
downloadmediapointer-dvb-s2-417dfe4bde154a61c7f5e9065a66033e45b26b31.tar.gz
mediapointer-dvb-s2-417dfe4bde154a61c7f5e9065a66033e45b26b31.tar.bz2
Fixed device count
From: Patrick Boettcher <pb@linuxtv.org> Forgot to increase the device count for the STK7700P-devices Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/dib0700_devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
index 92cf071ee..1b1598d08 100644
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
@@ -318,7 +318,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {
},
},
- .num_device_descs = 4,
+ .num_device_descs = 5,
.devices = {
{ "DiBcom STK7700P reference design",
{ &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },