public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] gspca/zc3xx: add usb_id for HP Premium Starter Cam
@ 2011-06-15 12:16 Wolfram Sang
  2011-07-02  8:07 ` Wolfram Sang
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2011-06-15 12:16 UTC (permalink / raw)
  To: linux-media; +Cc: Wolfram Sang, Jean-Francois Moine, Mauro Carvalho Chehab

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---

Fixes https://bugzilla.kernel.org/show_bug.cgi?id=13479

 drivers/media/video/gspca/zc3xx.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/gspca/zc3xx.c b/drivers/media/video/gspca/zc3xx.c
index 61cdd56..dbbab48 100644
--- a/drivers/media/video/gspca/zc3xx.c
+++ b/drivers/media/video/gspca/zc3xx.c
@@ -6970,6 +6970,7 @@ static const struct sd_desc sd_desc = {
 };
 
 static const struct usb_device_id device_table[] = {
+	{USB_DEVICE(0x03f0, 0x1b07)},
 	{USB_DEVICE(0x041e, 0x041e)},
 	{USB_DEVICE(0x041e, 0x4017)},
 	{USB_DEVICE(0x041e, 0x401c), .driver_info = SENSOR_PAS106},
-- 
1.7.2.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-09-09 11:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15 12:16 [PATCH] [media] gspca/zc3xx: add usb_id for HP Premium Starter Cam Wolfram Sang
2011-07-02  8:07 ` Wolfram Sang
2011-07-02  8:55   ` Jean-Francois Moine
2011-07-02 12:02     ` [PATCH V2] " Wolfram Sang
2011-09-09  9:33       ` Wolfram Sang
2011-09-09 11:24         ` Jean-Francois Moine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox