mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
641 B
Diff
14 lines
641 B
Diff
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
|
|
index 9fd8cc7..1b359ba 100644
|
|
--- a/drivers/media/video/em28xx/em28xx-cards.c
|
|
+++ b/drivers/media/video/em28xx/em28xx-cards.c
|
|
@@ -2066,6 +2066,8 @@ struct usb_device_id em28xx_id_table[] = {
|
|
.driver_info = EM2884_BOARD_TERRATEC_H5 },
|
|
{ USB_DEVICE(0x0ccd, 0x10ad), /* H5 Rev. 2 */
|
|
.driver_info = EM2884_BOARD_TERRATEC_H5 },
|
|
+ { USB_DEVICE(0x0ccd, 0x10b6), /* H5 Rev. 3 */
|
|
+ .driver_info = EM2884_BOARD_TERRATEC_H5 },
|
|
{ USB_DEVICE(0x0ccd, 0x0084),
|
|
.driver_info = EM2860_BOARD_TERRATEC_AV350 },
|
|
{ USB_DEVICE(0x0ccd, 0x0096),
|