projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
738e8ff
)
[media] dw2102: X3M TV SPC1400HD added
author
Igor M. Liplianin
<liplianin@me.by>
Sun, 27 Feb 2011 19:17:25 +0000
(16:17 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:40 +0000
(20:32 -0300)
The card consist of PCI to USB bridge and USB DVB-S2 receiver.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dw2102.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/dvb-usb/dw2102.c
b/drivers/media/dvb/dvb-usb/dw2102.c
index 1a1b84c3a53f3cde6ea3b40d3288397e41cffb39..3ec0e8e77bd43cb14510eb5e54701f628c8243f0 100644
(file)
--- a/
drivers/media/dvb/dvb-usb/dw2102.c
+++ b/
drivers/media/dvb/dvb-usb/dw2102.c
@@
-1440,6
+1440,7
@@
static struct usb_device_id dw2102_table[] = {
{USB_DEVICE(USB_VID_TERRATEC, 0x00a8)},
{USB_DEVICE(0x9022, USB_PID_TEVII_S480_1)},
{USB_DEVICE(0x9022, USB_PID_TEVII_S480_2)},
+ {USB_DEVICE(0x1f4d, 0x3100)},
{ }
};
@@
-1813,7
+1814,7
@@
static struct dvb_usb_device_properties su3000_properties = {
}
}
},
- .num_device_descs =
2
,
+ .num_device_descs =
3
,
.devices = {
{ "SU3000HD DVB-S USB2.0",
{ &dw2102_table[10], NULL },
@@
-1823,6
+1824,10
@@
static struct dvb_usb_device_properties su3000_properties = {
{ &dw2102_table[11], NULL },
{ NULL },
},
+ { "X3M TV SPC1400HD PCI",
+ { &dw2102_table[14], NULL },
+ { NULL },
+ },
}
};