diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-10-19 13:17:43 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 11:51:07 +0100 |
commit | bf11f5e944b3bb7d310aff041a1664fb80a82078 (patch) | |
tree | c7404dafbc63087439537ca0758f99cfe0793073 | |
parent | V4L/DVB (4776): Adding USB IDs for Uniwill STK7700P-ref-design (diff) | |
download | linux-bf11f5e944b3bb7d310aff041a1664fb80a82078.tar.xz linux-bf11f5e944b3bb7d310aff041a1664fb80a82078.zip |
V4L/DVB (4778): Fixed device count
Forgot to increase the device count for the STK7700P-devices
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index 92cf071ee97a..1b1598d087bd 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/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] }, |