mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 13:58:46 +00:00
media: dw2102: Dont't list TT Cinergy S2 R4 twice
"modinfo dvb-usb-dw2102|grep 0105" returns two lines, because the module reports this usb alias twice. Remove one of them. Signed-off-by: Michael Bunk <micha@freedict.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
0e148a522b
commit
bd693f68cd
@ -1833,7 +1833,6 @@ enum dw2102_table_entry {
|
||||
TECHNOTREND_CONNECT_S2_4600,
|
||||
TEVII_S482_1,
|
||||
TEVII_S482_2,
|
||||
TERRATEC_CINERGY_S2_BOX,
|
||||
TEVII_S662
|
||||
};
|
||||
|
||||
@ -1866,7 +1865,6 @@ static struct usb_device_id dw2102_table[] = {
|
||||
DVB_USB_DEV(TECHNOTREND, TECHNOTREND_CONNECT_S2_4600),
|
||||
DVB_USB_DEV(TEVII, TEVII_S482_1),
|
||||
DVB_USB_DEV(TEVII, TEVII_S482_2),
|
||||
DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_S2_BOX),
|
||||
DVB_USB_DEV(TEVII, TEVII_S662),
|
||||
{ }
|
||||
};
|
||||
@ -2577,7 +2575,7 @@ static struct dvb_usb_device_properties tt_s2_4600_properties = {
|
||||
{ NULL },
|
||||
},
|
||||
{ "Terratec Cinergy S2 USB BOX",
|
||||
{ &dw2102_table[TERRATEC_CINERGY_S2_BOX], NULL },
|
||||
{ &dw2102_table[TERRATEC_CINERGY_S2_R4], NULL },
|
||||
{ NULL },
|
||||
},
|
||||
{ "TeVii S662",
|
||||
|
Loading…
x
Reference in New Issue
Block a user