diff options
author | Brad Love <brad@nextdimension.cc> | 2018-01-04 19:04:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-06 04:35:02 -0500 |
commit | cc4406d919d25f2d8667a0eebab179dadaaa1cb5 (patch) | |
tree | b51635e3b94847850b0e822d8736bc6aae2da7aa /drivers/media/usb/em28xx/em28xx-cards.c | |
parent | f2a326c928cca1f5e36a3dceaf66e8c6b34e9cb8 (diff) | |
download | lwn-cc4406d919d25f2d8667a0eebab179dadaaa1cb5.tar.gz lwn-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>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-cards.c | 2 |
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 */ |