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

Commit 8a695a6c authored by Ian Douglas Scott's avatar Ian Douglas Scott Committed by Mauro Carvalho Chehab
Browse files

media: usbtv: Add USB ID 1f71:3306 to the UTV007 driver



Add support for a new USB ID in this driver.

Signed-off-by: default avatarIan Douglas Scott <ian@iandouglasscott.com>
[hans.verkuil@cisco.com: add commit message]
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent f61c7bd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -147,6 +147,7 @@ static void usbtv_disconnect(struct usb_interface *intf)
static const struct usb_device_id usbtv_id_table[] = {
	{ USB_DEVICE(0x1b71, 0x3002) },
	{ USB_DEVICE(0x1f71, 0x3301) },
	{ USB_DEVICE(0x1f71, 0x3306) },
	{}
};
MODULE_DEVICE_TABLE(usb, usbtv_id_table);