summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Love2018-01-05 01:04:16 +0100
committerMauro Carvalho Chehab2018-03-06 10:35:02 +0100
commitcc4406d919d25f2d8667a0eebab179dadaaa1cb5 (patch)
treeb51635e3b94847850b0e822d8736bc6aae2da7aa
parentmedia: em28xx: Add Hauppauge SoloHD/DualHD bulk models (diff)
downloadkernel-qcow2-linux-cc4406d919d25f2d8667a0eebab179dadaaa1cb5.tar.gz
kernel-qcow2-linux-cc4406d919d25f2d8667a0eebab179dadaaa1cb5.tar.xz
kernel-qcow2-linux-cc4406d919d25f2d8667a0eebab179dadaaa1cb5.zip
media: em28xx: Enable Hauppauge SoloHD rebranded 292e SE
Add a missing device to the driver table. Signed-off-by: Brad Love <brad@nextdimension.cc> Reviewed-by: Michael Ira Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/media/usb/em28xx/em28xx-cards.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c
index 8d7b7f806f38..eb3dcfbac6aa 100644
--- a/drivers/media/usb/em28xx/em28xx-cards.c
+++ b/drivers/media/usb/em28xx/em28xx-cards.c
@@ -2619,6 +2619,8 @@ struct usb_device_id em28xx_id_table[] = {
.driver_info = EM28178_BOARD_PCTV_461E },
{ USB_DEVICE(0x2013, 0x025f),
.driver_info = EM28178_BOARD_PCTV_292E },
+ { USB_DEVICE(0x2013, 0x0264), /* Hauppauge WinTV-soloHD 292e SE */
+ .driver_info = EM28178_BOARD_PCTV_292E },
{ USB_DEVICE(0x2040, 0x0264), /* Hauppauge WinTV-soloHD Isoc */
.driver_info = EM28178_BOARD_PCTV_292E },
{ USB_DEVICE(0x2040, 0x8264), /* Hauppauge OEM Generic WinTV-soloHD Bulk */