mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-14 15:17:50 +07:00
V4L/DVB (13438): zr364xx: add support for Trust Powerc@m 910Z
Tested-by: Enrique Dominguez <enrique.pinos@gmail.com> Signed-off-by: Antoine Jacquet <royale@zerezo.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
543ae45a7f
commit
9018f6c3a2
@ -66,3 +66,4 @@ Vendor Product Distributor Model
|
|||||||
0x0a17 0x004e Pentax Optio 50
|
0x0a17 0x004e Pentax Optio 50
|
||||||
0x041e 0x405d Creative DiVi CAM 516
|
0x041e 0x405d Creative DiVi CAM 516
|
||||||
0x08ca 0x2102 Aiptek DV T300
|
0x08ca 0x2102 Aiptek DV T300
|
||||||
|
0x06d6 0x003d Trust Powerc@m 910Z
|
||||||
|
@ -115,6 +115,7 @@ static struct usb_device_id device_table[] = {
|
|||||||
{USB_DEVICE(0x0a17, 0x004e), .driver_info = METHOD2 },
|
{USB_DEVICE(0x0a17, 0x004e), .driver_info = METHOD2 },
|
||||||
{USB_DEVICE(0x041e, 0x405d), .driver_info = METHOD2 },
|
{USB_DEVICE(0x041e, 0x405d), .driver_info = METHOD2 },
|
||||||
{USB_DEVICE(0x08ca, 0x2102), .driver_info = METHOD2 },
|
{USB_DEVICE(0x08ca, 0x2102), .driver_info = METHOD2 },
|
||||||
|
{USB_DEVICE(0x06d6, 0x003d), .driver_info = METHOD0 },
|
||||||
{} /* Terminating entry */
|
{} /* Terminating entry */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user