Commit 42fc5b42 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] msi3101: add 2040:d300 Hauppauge WinTV 133559 LF

It is based Mirics MSi3101 reference design and will just work
without any changes.
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent d0fadf40
...@@ -1635,6 +1635,7 @@ static int msi3101_probe(struct usb_interface *intf, ...@@ -1635,6 +1635,7 @@ static int msi3101_probe(struct usb_interface *intf,
/* USB device ID list */ /* USB device ID list */
static struct usb_device_id msi3101_id_table[] = { static struct usb_device_id msi3101_id_table[] = {
{ USB_DEVICE(0x1df7, 0x2500) }, { USB_DEVICE(0x1df7, 0x2500) },
{ USB_DEVICE(0x2040, 0xd300) }, /* Hauppauge WinTV 133559 LF */
{ } { }
}; };
MODULE_DEVICE_TABLE(usb, msi3101_id_table); MODULE_DEVICE_TABLE(usb, msi3101_id_table);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment