diff options
author | Antoine Jacquet <royale@zerezo.com> | 2009-11-19 20:35:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:54 -0500 |
commit | 9018f6c3a22ef2d7413da17813312d781163d950 (patch) | |
tree | 27aed619a8d4e4be8ebf810ba889a33058f8bbbb /drivers/media/video/zr364xx.c | |
parent | 543ae45a7fc88c773358da326bc9e965b69aad06 (diff) |
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>
Diffstat (limited to 'drivers/media/video/zr364xx.c')
-rw-r--r-- | drivers/media/video/zr364xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c index 9aae011d92ab..2ef110b5221b 100644 --- a/drivers/media/video/zr364xx.c +++ b/drivers/media/video/zr364xx.c | |||
@@ -115,6 +115,7 @@ static struct usb_device_id device_table[] = { | |||
115 | {USB_DEVICE(0x0a17, 0x004e), .driver_info = METHOD2 }, | 115 | {USB_DEVICE(0x0a17, 0x004e), .driver_info = METHOD2 }, |
116 | {USB_DEVICE(0x041e, 0x405d), .driver_info = METHOD2 }, | 116 | {USB_DEVICE(0x041e, 0x405d), .driver_info = METHOD2 }, |
117 | {USB_DEVICE(0x08ca, 0x2102), .driver_info = METHOD2 }, | 117 | {USB_DEVICE(0x08ca, 0x2102), .driver_info = METHOD2 }, |
118 | {USB_DEVICE(0x06d6, 0x003d), .driver_info = METHOD0 }, | ||
118 | {} /* Terminating entry */ | 119 | {} /* Terminating entry */ |
119 | }; | 120 | }; |
120 | 121 | ||