From: Antti Palosaari Date: Thu, 8 Aug 2013 22:41:06 +0000 (-0300) Subject: media: af9035: add [0413:6a05] Leadtek WinFast DTV Dongle Dual X-Git-Tag: firefly_0821_release~3679^2~3281 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53ef7579cf5eaf0fafcce062edbd0bf6dd20cabe;p=firefly-linux-kernel-4.4.55.git media: af9035: add [0413:6a05] Leadtek WinFast DTV Dongle Dual commit 0c413d10515feae02cee967b31bb8afea8aa0d29 upstream. It is IT9135 dual design. Thanks to Michael Piko for reporting that! Reported-by: Michael Piko Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c index 34083bf65a60..d45d05ed8c01 100644 --- a/drivers/media/usb/dvb-usb-v2/af9035.c +++ b/drivers/media/usb/dvb-usb-v2/af9035.c @@ -1512,6 +1512,8 @@ static const struct usb_device_id af9035_id_table[] = { /* XXX: that same ID [0ccd:0099] is used by af9015 driver too */ { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x0099, &af9035_props, "TerraTec Cinergy T Stick Dual RC (rev. 2)", NULL) }, + { DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a05, + &af9035_props, "Leadtek WinFast DTV Dongle Dual", NULL) }, { } }; MODULE_DEVICE_TABLE(usb, af9035_id_table);