Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Antoine Jacquet and committed by
Mauro Carvalho Chehab
9018f6c3 543ae45a

+2
+1
Documentation/video4linux/zr364xx.txt
··· 66 66 0x0a17 0x004e Pentax Optio 50 67 67 0x041e 0x405d Creative DiVi CAM 516 68 68 0x08ca 0x2102 Aiptek DV T300 69 + 0x06d6 0x003d Trust Powerc@m 910Z
+1
drivers/media/video/zr364xx.c
··· 115 115 {USB_DEVICE(0x0a17, 0x004e), .driver_info = METHOD2 }, 116 116 {USB_DEVICE(0x041e, 0x405d), .driver_info = METHOD2 }, 117 117 {USB_DEVICE(0x08ca, 0x2102), .driver_info = METHOD2 }, 118 + {USB_DEVICE(0x06d6, 0x003d), .driver_info = METHOD0 }, 118 119 {} /* Terminating entry */ 119 120 }; 120 121