Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c8b5679 authored by Zhenyu Wang's avatar Zhenyu Wang Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12190): em28xx: Add support for Gadmei UTV330+



em28xx: Add support for Gadmei UTV330+

Signed-off-by: default avatarZhenyu Wang <zhen78@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5bdf1377
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
 34 -> Terratec Cinergy A Hybrid XS             (em2860)        [0ccd:004f]
 35 -> Typhoon DVD Maker                        (em2860)
 36 -> NetGMBH Cam                              (em2860)
 37 -> Gadmei UTV330                            (em2860)
 37 -> Gadmei UTV330                            (em2860)        [eb1a:50a6]
 38 -> Yakumo MovieMixer                        (em2861)
 39 -> KWorld PVRTV 300U                        (em2861)        [eb1a:e300]
 40 -> Plextor ConvertX PX-TV100U               (em2861)        [093b:a005]
+2 −0
Original line number Diff line number Diff line
@@ -1649,6 +1649,8 @@ struct usb_device_id em28xx_id_table[] = {
			.driver_info = EM2861_BOARD_PLEXTOR_PX_TV100U },
	{ USB_DEVICE(0x04bb, 0x0515),
			.driver_info = EM2820_BOARD_IODATA_GVMVP_SZ },
	{ USB_DEVICE(0xeb1a, 0x50a6),
			.driver_info = EM2860_BOARD_GADMEI_UTV330 },
	{ },
};
MODULE_DEVICE_TABLE(usb, em28xx_id_table);