All of lore.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

* Re: [PATCH] [media] gspca/zc3xx: add usb_id for HP Premium Starter Cam
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2011-07-02  8:07 UTC (permalink / raw)
  To: linux-media; +Cc: Jean-Francois Moine, Mauro Carvalho Chehab

[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]

On Wed, Jun 15, 2011 at 02:16:42PM +0200, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> ---

Ping. Who is picking this up? Anything to be done on my side?

> 
> 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
> 

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] [media] gspca/zc3xx: add usb_id for HP Premium Starter Cam
  2011-07-02  8:07 ` Wolfram Sang
@ 2011-07-02  8:55   ` Jean-Francois Moine
  2011-07-02 12:02     ` [PATCH V2] " Wolfram Sang
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Francois Moine @ 2011-07-02  8:55 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-media

On Sat, 2 Jul 2011 10:07:41 +0200
Wolfram Sang <w.sang@pengutronix.de> wrote:

> On Wed, Jun 15, 2011 at 02:16:42PM +0200, Wolfram Sang wrote:
> > Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> > ---
> 
> Ping. Who is picking this up? Anything to be done on my side?

Sorry, I was a bit busy and I did not see your mail.

May you add an entry in Documentation/video4linux/gspca.txt and resubmit?

Thanks.

> > 
> > Fixes https://bugzilla.kernel.org/show_bug.cgi?id=13479
> > 
> >  drivers/media/video/gspca/zc3xx.c |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
	[snip]

-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

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

* [PATCH V2] gspca/zc3xx: add usb_id for HP Premium Starter Cam
  2011-07-02  8:55   ` Jean-Francois Moine
@ 2011-07-02 12:02     ` Wolfram Sang
  2011-09-09  9:33       ` Wolfram Sang
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2011-07-02 12:02 UTC (permalink / raw)
  To: linux-media; +Cc: Wolfram Sang, Jean-Francois Moine

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Jean-Francois Moine <moinejf@free.fr>
---

V2: added entry in documentation

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

diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt
index 5bfa9a7..b3d5f75 100644
--- a/Documentation/video4linux/gspca.txt
+++ b/Documentation/video4linux/gspca.txt
@@ -8,6 +8,7 @@ xxxx		vend:prod
 ----
 spca501		0000:0000	MystFromOri Unknown Camera
 spca508		0130:0130	Clone Digital Webcam 11043
+zc3xx		03f0:1b07	HP Premium Starter Cam
 m5602		0402:5602	ALi Video Camera Controller
 spca501		040a:0002	Kodak DVC-325
 spca500		040a:0300	Kodak EZ200
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

* Re: [PATCH V2] gspca/zc3xx: add usb_id for HP Premium Starter Cam
  2011-07-02 12:02     ` [PATCH V2] " Wolfram Sang
@ 2011-09-09  9:33       ` Wolfram Sang
  2011-09-09 11:24         ` Jean-Francois Moine
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2011-09-09  9:33 UTC (permalink / raw)
  To: linux-media; +Cc: Jean-Francois Moine

[-- Attachment #1: Type: text/plain, Size: 1641 bytes --]

On Sat, Jul 02, 2011 at 02:02:00PM +0200, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> Cc: Jean-Francois Moine <moinejf@free.fr>
> ---

Ping. I can't find it in the git-repos on linuxtv.org?

> 
> V2: added entry in documentation
> 
>  Documentation/video4linux/gspca.txt |    1 +
>  drivers/media/video/gspca/zc3xx.c   |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt
> index 5bfa9a7..b3d5f75 100644
> --- a/Documentation/video4linux/gspca.txt
> +++ b/Documentation/video4linux/gspca.txt
> @@ -8,6 +8,7 @@ xxxx		vend:prod
>  ----
>  spca501		0000:0000	MystFromOri Unknown Camera
>  spca508		0130:0130	Clone Digital Webcam 11043
> +zc3xx		03f0:1b07	HP Premium Starter Cam
>  m5602		0402:5602	ALi Video Camera Controller
>  spca501		040a:0002	Kodak DVC-325
>  spca500		040a:0300	Kodak EZ200
> 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
> 

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH V2] gspca/zc3xx: add usb_id for HP Premium Starter Cam
  2011-09-09  9:33       ` Wolfram Sang
@ 2011-09-09 11:24         ` Jean-Francois Moine
  0 siblings, 0 replies; 6+ messages in thread
From: Jean-Francois Moine @ 2011-09-09 11:24 UTC (permalink / raw)
  To: Wolfram Sang, Mauro Carvalho Chehab; +Cc: linux-media

On Fri, 9 Sep 2011 11:33:15 +0200
Wolfram Sang <w.sang@pengutronix.de> wrote:

> On Sat, Jul 02, 2011 at 02:02:00PM +0200, Wolfram Sang wrote:
> > Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> > Cc: Jean-Francois Moine <moinejf@free.fr>
> > ---  
> 
> Ping. I can't find it in the git-repos on linuxtv.org?

Hi Wolfram,

I asked to pull your patch in linux 3.1 on Sun, 3 Jul 2011:

	http://www.spinics.net/lists/linux-media/msg34914.html

but, it seems that only the patches relative to ov519 and jeilinj have
been applied (the patch for sn9c20x has been lost too).

Hi Mauro,

I removed Wolfram's and Franck's patches from my repository. Have you
still these patches or must I resubmit them (and the 2 other pending
request)?

Cheers.

-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.