public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH- gspca: added chipset revision sensor
@ 2009-12-15  3:45 Luis Maia
  2009-12-15  7:54 ` Jean-Francois Moine
  0 siblings, 1 reply; 7+ messages in thread
From: Luis Maia @ 2009-12-15  3:45 UTC (permalink / raw)
  To: linux-media

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

Hello,

Added extra chipset revision (sensor) to fix camera zc0301 with  ID: 
0ac8:301b .
Since i own one of this cameras fixed and tested it.

Best Regards,
Luis Maia

-------------

diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c 
linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
--- linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c    2009-12-14 
17:47:25.000000000 +0000
+++ linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c    2009-12-15 
02:42:13.000000000 +0000
@@ -6868,6 +6868,7 @@
     {0x8001, 0x13},
     {0x8000, 0x14},        /* CS2102K */
     {0x8400, 0x15},        /* TAS5130K */
+    {0xe400, 0x15},
 };
 
 static int vga_3wr_probe(struct gspca_dev *gspca_dev)
@@ -7634,7 +7635,7 @@
     {USB_DEVICE(0x0698, 0x2003)},
     {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106},
     {USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106},
-    {USB_DEVICE(0x0ac8, 0x301b)},
+    {USB_DEVICE(0x0ac8, 0x301b), .driver_info = SENSOR_PB0330},
     {USB_DEVICE(0x0ac8, 0x303b)},
     {USB_DEVICE(0x0ac8, 0x305b), .driver_info = SENSOR_TAS5130C_VF0250},
     {USB_DEVICE(0x0ac8, 0x307b)},


[-- Attachment #2: patchfile --]
[-- Type: text/plain, Size: 892 bytes --]

diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
--- linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c	2009-12-14 17:47:25.000000000 +0000
+++ linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c	2009-12-15 02:42:13.000000000 +0000
@@ -6868,6 +6868,7 @@
 	{0x8001, 0x13},
 	{0x8000, 0x14},		/* CS2102K */
 	{0x8400, 0x15},		/* TAS5130K */
+	{0xe400, 0x15},
 };
 
 static int vga_3wr_probe(struct gspca_dev *gspca_dev)
@@ -7634,7 +7635,7 @@
 	{USB_DEVICE(0x0698, 0x2003)},
 	{USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106},
 	{USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106},
-	{USB_DEVICE(0x0ac8, 0x301b)},
+	{USB_DEVICE(0x0ac8, 0x301b), .driver_info = SENSOR_PB0330},
 	{USB_DEVICE(0x0ac8, 0x303b)},
 	{USB_DEVICE(0x0ac8, 0x305b), .driver_info = SENSOR_TAS5130C_VF0250},
 	{USB_DEVICE(0x0ac8, 0x307b)},


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

* Re: PATCH- gspca: added chipset revision sensor
  2009-12-15  3:45 PATCH- gspca: added chipset revision sensor Luis Maia
@ 2009-12-15  7:54 ` Jean-Francois Moine
  2009-12-15 13:25   ` leandro Costantino
  2009-12-15 16:00   ` Luis Maia
  0 siblings, 2 replies; 7+ messages in thread
From: Jean-Francois Moine @ 2009-12-15  7:54 UTC (permalink / raw)
  To: Luis Maia; +Cc: linux-media

On Tue, 15 Dec 2009 03:45:00 +0000
Luis Maia <lmaia@royalhat.org> wrote:

> Added extra chipset revision (sensor) to fix camera zc0301 with  ID: 
> 0ac8:301b .
> Since i own one of this cameras fixed and tested it.

> -------------
> 
> diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c 
> linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
> --- linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c    2009-12-14 
> 17:47:25.000000000 +0000
> +++ linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
> 2009-12-15 02:42:13.000000000 +0000
> @@ -6868,6 +6868,7 @@
>      {0x8001, 0x13},
>      {0x8000, 0x14},        /* CS2102K */
>      {0x8400, 0x15},        /* TAS5130K */
> +    {0xe400, 0x15},
>  };
>  
>  static int vga_3wr_probe(struct gspca_dev *gspca_dev)
> @@ -7634,7 +7635,7 @@
>      {USB_DEVICE(0x0698, 0x2003)},
>      {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106},
>      {USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106},
> -    {USB_DEVICE(0x0ac8, 0x301b)},
> +    {USB_DEVICE(0x0ac8, 0x301b), .driver_info = SENSOR_PB0330},
>      {USB_DEVICE(0x0ac8, 0x303b)},
>      {USB_DEVICE(0x0ac8, 0x305b), .driver_info =
> SENSOR_TAS5130C_VF0250}, {USB_DEVICE(0x0ac8, 0x307b)},

Hello Luis,

I don't understand your patch:
1) you added 0xe400 in the chipset table giving the sensor tas5130c K
2) in the device table you say that the 0ac8:301b sensor is a pb0330
   (but this information is not used: the sensor type in .driver_info
   may be only pas106 for sif probe or mc501cb/tas5130_vf0250 for no
   probe.

What is exactly the sensor of your webcam?

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

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

* Re: PATCH- gspca: added chipset revision sensor
  2009-12-15  7:54 ` Jean-Francois Moine
@ 2009-12-15 13:25   ` leandro Costantino
  2009-12-15 16:47     ` Jean-Francois Moine
  2009-12-15 16:00   ` Luis Maia
  1 sibling, 1 reply; 7+ messages in thread
From: leandro Costantino @ 2009-12-15 13:25 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: Luis Maia, linux-media

Jean,
let me know , if you need to the test this patch, since i added the
tas1530k long time ago, and still have the webcam :)
Best Regards

On Tue, Dec 15, 2009 at 4:54 AM, Jean-Francois Moine <moinejf@free.fr> wrote:
> On Tue, 15 Dec 2009 03:45:00 +0000
> Luis Maia <lmaia@royalhat.org> wrote:
>
>> Added extra chipset revision (sensor) to fix camera zc0301 with  ID:
>> 0ac8:301b .
>> Since i own one of this cameras fixed and tested it.
>
>> -------------
>>
>> diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c
>> linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
>> --- linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c    2009-12-14
>> 17:47:25.000000000 +0000
>> +++ linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
>> 2009-12-15 02:42:13.000000000 +0000
>> @@ -6868,6 +6868,7 @@
>>      {0x8001, 0x13},
>>      {0x8000, 0x14},        /* CS2102K */
>>      {0x8400, 0x15},        /* TAS5130K */
>> +    {0xe400, 0x15},
>>  };
>>
>>  static int vga_3wr_probe(struct gspca_dev *gspca_dev)
>> @@ -7634,7 +7635,7 @@
>>      {USB_DEVICE(0x0698, 0x2003)},
>>      {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106},
>>      {USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106},
>> -    {USB_DEVICE(0x0ac8, 0x301b)},
>> +    {USB_DEVICE(0x0ac8, 0x301b), .driver_info = SENSOR_PB0330},
>>      {USB_DEVICE(0x0ac8, 0x303b)},
>>      {USB_DEVICE(0x0ac8, 0x305b), .driver_info =
>> SENSOR_TAS5130C_VF0250}, {USB_DEVICE(0x0ac8, 0x307b)},
>
> Hello Luis,
>
> I don't understand your patch:
> 1) you added 0xe400 in the chipset table giving the sensor tas5130c K
> 2) in the device table you say that the 0ac8:301b sensor is a pb0330
>   (but this information is not used: the sensor type in .driver_info
>   may be only pas106 for sif probe or mc501cb/tas5130_vf0250 for no
>   probe.
>
> What is exactly the sensor of your webcam?
>
> --
> Ken ar c'hentañ |             ** Breizh ha Linux atav! **
> Jef             |               http://moinejf.free.fr/
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: PATCH- gspca: added chipset revision sensor
  2009-12-15  7:54 ` Jean-Francois Moine
  2009-12-15 13:25   ` leandro Costantino
@ 2009-12-15 16:00   ` Luis Maia
  1 sibling, 0 replies; 7+ messages in thread
From: Luis Maia @ 2009-12-15 16:00 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: linux-media

Jean-Francois Moine wrote:
> On Tue, 15 Dec 2009 03:45:00 +0000
> Luis Maia <lmaia@royalhat.org> wrote:
>
>   
>> Added extra chipset revision (sensor) to fix camera zc0301 with  ID: 
>> 0ac8:301b .
>> Since i own one of this cameras fixed and tested it.
>>     
>
>   
>> -------------
>>
>> diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c 
>> linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
>> --- linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c    2009-12-14 
>> 17:47:25.000000000 +0000
>> +++ linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
>> 2009-12-15 02:42:13.000000000 +0000
>> @@ -6868,6 +6868,7 @@
>>      {0x8001, 0x13},
>>      {0x8000, 0x14},        /* CS2102K */
>>      {0x8400, 0x15},        /* TAS5130K */
>> +    {0xe400, 0x15},
>>  };
>>  
>>  static int vga_3wr_probe(struct gspca_dev *gspca_dev)
>> @@ -7634,7 +7635,7 @@
>>      {USB_DEVICE(0x0698, 0x2003)},
>>      {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106},
>>      {USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106},
>> -    {USB_DEVICE(0x0ac8, 0x301b)},
>> +    {USB_DEVICE(0x0ac8, 0x301b), .driver_info = SENSOR_PB0330},
>>      {USB_DEVICE(0x0ac8, 0x303b)},
>>      {USB_DEVICE(0x0ac8, 0x305b), .driver_info =
>> SENSOR_TAS5130C_VF0250}, {USB_DEVICE(0x0ac8, 0x307b)},
>>     
>
> Hello Luis,
>
> I don't understand your patch:
> 1) you added 0xe400 in the chipset table giving the sensor tas5130c K
> 2) in the device table you say that the 0ac8:301b sensor is a pb0330
>    (but this information is not used: the sensor type in .driver_info
>    may be only pas106 for sif probe or mc501cb/tas5130_vf0250 for no
>    probe.
>
> What is exactly the sensor of your webcam?
>
>   

Sensor for my webcam is tas5130K, sorry my bad .i forgot to remove the line from .driver_info and didn't noticed.
Thus correct information is on the device table.
I bought a pack of webcams from the same suplier with same model for friends, i'm waiting for feedback from the patch.



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

* Re: PATCH- gspca: added chipset revision sensor
  2009-12-15 13:25   ` leandro Costantino
@ 2009-12-15 16:47     ` Jean-Francois Moine
  2009-12-16  0:34       ` Luis Maia
  0 siblings, 1 reply; 7+ messages in thread
From: Jean-Francois Moine @ 2009-12-15 16:47 UTC (permalink / raw)
  To: leandro Costantino; +Cc: Luis Maia, linux-media

On Tue, 15 Dec 2009 10:25:29 -0300
leandro Costantino <lcostantino@gmail.com> wrote:

> Jean,
> let me know , if you need to the test this patch, since i added the
> tas1530k long time ago, and still have the webcam :)
> Best Regards
> 
> On Tue, Dec 15, 2009 at 4:54 AM, Jean-Francois Moine
> <moinejf@free.fr> wrote:
> > On Tue, 15 Dec 2009 03:45:00 +0000
> > Luis Maia <lmaia@royalhat.org> wrote:
> >
> >> Added extra chipset revision (sensor) to fix camera zc0301 with
> >>  ID: 0ac8:301b .
> >> Since i own one of this cameras fixed and tested it.
> >
> >> -------------
> >>
> >> diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c
> >> linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
> >> --- linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c    2009-12-14
> >> 17:47:25.000000000 +0000
> >> +++ linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
> >> 2009-12-15 02:42:13.000000000 +0000
> >> @@ -6868,6 +6868,7 @@
> >>      {0x8001, 0x13},
> >>      {0x8000, 0x14},        /* CS2102K */
> >>      {0x8400, 0x15},        /* TAS5130K */
> >> +    {0xe400, 0x15},
> >>  };
> >>
> >>  static int vga_3wr_probe(struct gspca_dev *gspca_dev)
> >> @@ -7634,7 +7635,7 @@
> >>      {USB_DEVICE(0x0698, 0x2003)},
> >>      {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106},
> >>      {USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106},
> >> -    {USB_DEVICE(0x0ac8, 0x301b)},
> >> +    {USB_DEVICE(0x0ac8, 0x301b), .driver_info = SENSOR_PB0330},
> >>      {USB_DEVICE(0x0ac8, 0x303b)},
> >>      {USB_DEVICE(0x0ac8, 0x305b), .driver_info =
> >> SENSOR_TAS5130C_VF0250}, {USB_DEVICE(0x0ac8, 0x307b)},

Hello Luis and Leandro,

Thanks for the patch. Luis said his sensor is the tas5130K, so the 2nd
part of the patch is useless. But, maybe, Leandro, have you heard about
other chipset revision IDs?

Best regards.

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

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

* Re: PATCH- gspca: added chipset revision sensor
  2009-12-15 16:47     ` Jean-Francois Moine
@ 2009-12-16  0:34       ` Luis Maia
  2009-12-16  0:47         ` leandro Costantino
  0 siblings, 1 reply; 7+ messages in thread
From: Luis Maia @ 2009-12-16  0:34 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: leandro Costantino, linux-media

I found an email that discussed the similar problem that my camera had, 
showing up just a black screen, it's dated but  i think maybe it wasn't 
fully solved because there's no answer.

http://osdir.com/ml/drivers.spca50x.devel/2006-11/msg00036.html

Note the : ">/ > /Vimicro/zc3xx.h: [zcxx_probeSensor:307] sensor 3w Vga 
??? 0xC400"

/Do you know if this was solved?!
Because i suspect that maybe there are more 0x?400 revision of the chipset.
Btw, if this is a pattern could we consider to mask the bits in retword 
(retword &= 0x0FFF)?
Because looking at the current table it seems to make more sense.

Best regards,
Luis Maia.
Jean-Francois Moine wrote:
> On Tue, 15 Dec 2009 10:25:29 -0300
> leandro Costantino <lcostantino@gmail.com> wrote:
>
>   
>> Jean,
>> let me know , if you need to the test this patch, since i added the
>> tas1530k long time ago, and still have the webcam :)
>> Best Regards
>>
>> On Tue, Dec 15, 2009 at 4:54 AM, Jean-Francois Moine
>> <moinejf@free.fr> wrote:
>>     
>>> On Tue, 15 Dec 2009 03:45:00 +0000
>>> Luis Maia <lmaia@royalhat.org> wrote:
>>>
>>>       
>>>> Added extra chipset revision (sensor) to fix camera zc0301 with
>>>>  ID: 0ac8:301b .
>>>> Since i own one of this cameras fixed and tested it.
>>>>         
>>>> -------------
>>>>
>>>> diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c
>>>> linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
>>>> --- linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c    2009-12-14
>>>> 17:47:25.000000000 +0000
>>>> +++ linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
>>>> 2009-12-15 02:42:13.000000000 +0000
>>>> @@ -6868,6 +6868,7 @@
>>>>      {0x8001, 0x13},
>>>>      {0x8000, 0x14},        /* CS2102K */
>>>>      {0x8400, 0x15},        /* TAS5130K */
>>>> +    {0xe400, 0x15},
>>>>  };
>>>>
>>>>  static int vga_3wr_probe(struct gspca_dev *gspca_dev)
>>>> @@ -7634,7 +7635,7 @@
>>>>      {USB_DEVICE(0x0698, 0x2003)},
>>>>      {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106},
>>>>      {USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106},
>>>> -    {USB_DEVICE(0x0ac8, 0x301b)},
>>>> +    {USB_DEVICE(0x0ac8, 0x301b), .driver_info = SENSOR_PB0330},
>>>>      {USB_DEVICE(0x0ac8, 0x303b)},
>>>>      {USB_DEVICE(0x0ac8, 0x305b), .driver_info =
>>>> SENSOR_TAS5130C_VF0250}, {USB_DEVICE(0x0ac8, 0x307b)},
>>>>         
>
> Hello Luis and Leandro,
>
> Thanks for the patch. Luis said his sensor is the tas5130K, so the 2nd
> part of the patch is useless. But, maybe, Leandro, have you heard about
> other chipset revision IDs?
>
> Best regards.
>
>   


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

* Re: PATCH- gspca: added chipset revision sensor
  2009-12-16  0:34       ` Luis Maia
@ 2009-12-16  0:47         ` leandro Costantino
  0 siblings, 0 replies; 7+ messages in thread
From: leandro Costantino @ 2009-12-16  0:47 UTC (permalink / raw)
  To: Luis Maia; +Cc: Jean-Francois Moine, linux-media

Actually, i have not heard of other chipset's revision about task1530k
since 2008 (http://article.gmane.org/gmane.linux.drivers.spca50x.devel/2826
)
But it's possible that , there will be many others cam using that.

Luis, in fact there seem's to be a pattern against revision & chipset
id -> sensor, but actually, i cannot assure that there'nt an
exception. Jean, should decide on that :)

pd: Jean, I am waiting for the user that was doing the patch for the
t613 against a new sensor...  :)

Best Regards
On Wed, Dec 16, 2009 at 1:34 AM, Luis Maia <lmaia@royalhat.org> wrote:
> I found an email that discussed the similar problem that my camera had,
> showing up just a black screen, it's dated but  i think maybe it wasn't
> fully solved because there's no answer.
>
> http://osdir.com/ml/drivers.spca50x.devel/2006-11/msg00036.html
>
> Note the : ">/ > /Vimicro/zc3xx.h: [zcxx_probeSensor:307] sensor 3w Vga ???
> 0xC400"
>
> /Do you know if this was solved?!
> Because i suspect that maybe there are more 0x?400 revision of the chipset.
> Btw, if this is a pattern could we consider to mask the bits in retword
> (retword &= 0x0FFF)?
> Because looking at the current table it seems to make more sense.
>
> Best regards,
> Luis Maia.
> Jean-Francois Moine wrote:
>>
>> On Tue, 15 Dec 2009 10:25:29 -0300
>> leandro Costantino <lcostantino@gmail.com> wrote:
>>
>>
>>>
>>> Jean,
>>> let me know , if you need to the test this patch, since i added the
>>> tas1530k long time ago, and still have the webcam :)
>>> Best Regards
>>>
>>> On Tue, Dec 15, 2009 at 4:54 AM, Jean-Francois Moine
>>> <moinejf@free.fr> wrote:
>>>
>>>>
>>>> On Tue, 15 Dec 2009 03:45:00 +0000
>>>> Luis Maia <lmaia@royalhat.org> wrote:
>>>>
>>>>
>>>>>
>>>>> Added extra chipset revision (sensor) to fix camera zc0301 with
>>>>>  ID: 0ac8:301b .
>>>>> Since i own one of this cameras fixed and tested it.
>>>>>        -------------
>>>>>
>>>>> diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c
>>>>> linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
>>>>> --- linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c    2009-12-14
>>>>> 17:47:25.000000000 +0000
>>>>> +++ linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.c
>>>>> 2009-12-15 02:42:13.000000000 +0000
>>>>> @@ -6868,6 +6868,7 @@
>>>>>     {0x8001, 0x13},
>>>>>     {0x8000, 0x14},        /* CS2102K */
>>>>>     {0x8400, 0x15},        /* TAS5130K */
>>>>> +    {0xe400, 0x15},
>>>>>  };
>>>>>
>>>>>  static int vga_3wr_probe(struct gspca_dev *gspca_dev)
>>>>> @@ -7634,7 +7635,7 @@
>>>>>     {USB_DEVICE(0x0698, 0x2003)},
>>>>>     {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106},
>>>>>     {USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106},
>>>>> -    {USB_DEVICE(0x0ac8, 0x301b)},
>>>>> +    {USB_DEVICE(0x0ac8, 0x301b), .driver_info = SENSOR_PB0330},
>>>>>     {USB_DEVICE(0x0ac8, 0x303b)},
>>>>>     {USB_DEVICE(0x0ac8, 0x305b), .driver_info =
>>>>> SENSOR_TAS5130C_VF0250}, {USB_DEVICE(0x0ac8, 0x307b)},
>>>>>
>>
>> Hello Luis and Leandro,
>>
>> Thanks for the patch. Luis said his sensor is the tas5130K, so the 2nd
>> part of the patch is useless. But, maybe, Leandro, have you heard about
>> other chipset revision IDs?
>>
>> Best regards.
>>
>>
>
>

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

end of thread, other threads:[~2009-12-16  0:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15  3:45 PATCH- gspca: added chipset revision sensor Luis Maia
2009-12-15  7:54 ` Jean-Francois Moine
2009-12-15 13:25   ` leandro Costantino
2009-12-15 16:47     ` Jean-Francois Moine
2009-12-16  0:34       ` Luis Maia
2009-12-16  0:47         ` leandro Costantino
2009-12-15 16:00   ` Luis Maia

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