Commit 9018f6c3a22ef2d7413da17813312d781163d950

Authored by Antoine Jacquet
Committed by Mauro Carvalho Chehab
1 parent 543ae45a7f

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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

Documentation/video4linux/zr364xx.txt
... ... @@ -66,4 +66,5 @@
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
drivers/media/video/zr364xx.c
... ... @@ -115,6 +115,7 @@
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