linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED
@ 2011-07-01 10:19 Frank Schaefer
  2011-08-22 21:27 ` Frank Schäfer
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Schaefer @ 2011-07-01 10:19 UTC (permalink / raw)
  To: brijohn; +Cc: linux-media, Frank Schaefer, stable

Tested with webcam "SilverCrest WC2130".

Signed-off-by: Frank Schaefer <fschaefer.oss@googlemail.com>

Cc: stable@kernel.org
---
 drivers/media/video/gspca/sn9c20x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c
index c431900..af9cd50 100644
--- a/drivers/media/video/gspca/sn9c20x.c
+++ b/drivers/media/video/gspca/sn9c20x.c
@@ -2513,7 +2513,7 @@ static const struct usb_device_id device_table[] = {
 	{USB_DEVICE(0x0c45, 0x628f), SN9C20X(OV9650, 0x30, 0)},
 	{USB_DEVICE(0x0c45, 0x62a0), SN9C20X(OV7670, 0x21, 0)},
 	{USB_DEVICE(0x0c45, 0x62b0), SN9C20X(MT9VPRB, 0x00, 0)},
-	{USB_DEVICE(0x0c45, 0x62b3), SN9C20X(OV9655, 0x30, 0)},
+	{USB_DEVICE(0x0c45, 0x62b3), SN9C20X(OV9655, 0x30, LED_REVERSE)},
 	{USB_DEVICE(0x0c45, 0x62bb), SN9C20X(OV7660, 0x21, LED_REVERSE)},
 	{USB_DEVICE(0x0c45, 0x62bc), SN9C20X(HV7131R, 0x11, 0)},
 	{USB_DEVICE(0x045e, 0x00f4), SN9C20X(OV9650, 0x30, 0)},
-- 
1.7.3.4


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

* Re: [PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED
  2011-07-01 10:19 [PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED Frank Schaefer
@ 2011-08-22 21:27 ` Frank Schäfer
  2011-08-27 11:55   ` Hans de Goede
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Schäfer @ 2011-08-22 21:27 UTC (permalink / raw)
  To: linux-media; +Cc: moinejf

Ping ... what happened to this patch ? ;-)

Am 01.07.2011 12:19, schrieb Frank Schaefer:
> gspca_sn9c20x: device 0c45:62b3: fix status LED
>
> Tested with webcam "SilverCrest WC2130".
>
> Signed-off-by: Frank Schaefer<fschaefer.oss@googlemail.com>
>
> Cc: stable@kernel.org
> ---
>   drivers/media/video/gspca/sn9c20x.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c
> index c431900..af9cd50 100644
> --- a/drivers/media/video/gspca/sn9c20x.c
> +++ b/drivers/media/video/gspca/sn9c20x.c
> @@ -2513,7 +2513,7 @@ static const struct usb_device_id device_table[] = {
>   	{USB_DEVICE(0x0c45, 0x628f), SN9C20X(OV9650, 0x30, 0)},
>   	{USB_DEVICE(0x0c45, 0x62a0), SN9C20X(OV7670, 0x21, 0)},
>   	{USB_DEVICE(0x0c45, 0x62b0), SN9C20X(MT9VPRB, 0x00, 0)},
> -	{USB_DEVICE(0x0c45, 0x62b3), SN9C20X(OV9655, 0x30, 0)},
> +	{USB_DEVICE(0x0c45, 0x62b3), SN9C20X(OV9655, 0x30, LED_REVERSE)},
>   	{USB_DEVICE(0x0c45, 0x62bb), SN9C20X(OV7660, 0x21, LED_REVERSE)},
>   	{USB_DEVICE(0x0c45, 0x62bc), SN9C20X(HV7131R, 0x11, 0)},
>   	{USB_DEVICE(0x045e, 0x00f4), SN9C20X(OV9650, 0x30, 0)},


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

* Re: [PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED
  2011-08-22 21:27 ` Frank Schäfer
@ 2011-08-27 11:55   ` Hans de Goede
  2011-08-30 20:15     ` Frank Schäfer
  0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2011-08-27 11:55 UTC (permalink / raw)
  To: Frank Schäfer; +Cc: Linux Media Mailing List, Jean-Francois Moine

Hi,

On 08/22/2011 11:27 PM, Frank Schäfer wrote:
> Ping ... what happened to this patch ? ;-)

I think it has fallen through the cracks. I've added it
to my tree for 3.1 / 3.2 (more likely will be 3.2)

Regards,

Hans



>
> Am 01.07.2011 12:19, schrieb Frank Schaefer:
>> gspca_sn9c20x: device 0c45:62b3: fix status LED
>>
>> Tested with webcam "SilverCrest WC2130".
>>
>> Signed-off-by: Frank Schaefer<fschaefer.oss@googlemail.com>
>>
>> Cc: stable@kernel.org
>> ---
>> drivers/media/video/gspca/sn9c20x.c | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c
>> index c431900..af9cd50 100644
>> --- a/drivers/media/video/gspca/sn9c20x.c
>> +++ b/drivers/media/video/gspca/sn9c20x.c
>> @@ -2513,7 +2513,7 @@ static const struct usb_device_id device_table[] = {
>> {USB_DEVICE(0x0c45, 0x628f), SN9C20X(OV9650, 0x30, 0)},
>> {USB_DEVICE(0x0c45, 0x62a0), SN9C20X(OV7670, 0x21, 0)},
>> {USB_DEVICE(0x0c45, 0x62b0), SN9C20X(MT9VPRB, 0x00, 0)},
>> - {USB_DEVICE(0x0c45, 0x62b3), SN9C20X(OV9655, 0x30, 0)},
>> + {USB_DEVICE(0x0c45, 0x62b3), SN9C20X(OV9655, 0x30, LED_REVERSE)},
>> {USB_DEVICE(0x0c45, 0x62bb), SN9C20X(OV7660, 0x21, LED_REVERSE)},
>> {USB_DEVICE(0x0c45, 0x62bc), SN9C20X(HV7131R, 0x11, 0)},
>> {USB_DEVICE(0x045e, 0x00f4), SN9C20X(OV9650, 0x30, 0)},
>
> --
> 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] 4+ messages in thread

* Re: [PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED
  2011-08-27 11:55   ` Hans de Goede
@ 2011-08-30 20:15     ` Frank Schäfer
  0 siblings, 0 replies; 4+ messages in thread
From: Frank Schäfer @ 2011-08-30 20:15 UTC (permalink / raw)
  To: Hans de Goede; +Cc: Linux Media Mailing List

Am 27.08.2011 13:55, schrieb Hans de Goede:
> Hi,
>
> On 08/22/2011 11:27 PM, Frank Schäfer wrote:
>> Ping ... what happened to this patch ? ;-)
>
> I think it has fallen through the cracks. I've added it
> to my tree for 3.1 / 3.2 (more likely will be 3.2)
>
> Regards,
>
> Hans
>
Thank you Hans. I will check if it has reached mainline in a few weeks. ;)

Regards,
Frank

>
>
>>
>> Am 01.07.2011 12:19, schrieb Frank Schaefer:
>>> gspca_sn9c20x: device 0c45:62b3: fix status LED
>>>
>>> Tested with webcam "SilverCrest WC2130".
>>>
>>> Signed-off-by: Frank Schaefer<fschaefer.oss@googlemail.com>
>>>
>>> Cc: stable@kernel.org
>>> ---
>>> drivers/media/video/gspca/sn9c20x.c | 2 +-
>>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/drivers/media/video/gspca/sn9c20x.c 
>>> b/drivers/media/video/gspca/sn9c20x.c
>>> index c431900..af9cd50 100644
>>> --- a/drivers/media/video/gspca/sn9c20x.c
>>> +++ b/drivers/media/video/gspca/sn9c20x.c
>>> @@ -2513,7 +2513,7 @@ static const struct usb_device_id 
>>> device_table[] = {
>>> {USB_DEVICE(0x0c45, 0x628f), SN9C20X(OV9650, 0x30, 0)},
>>> {USB_DEVICE(0x0c45, 0x62a0), SN9C20X(OV7670, 0x21, 0)},
>>> {USB_DEVICE(0x0c45, 0x62b0), SN9C20X(MT9VPRB, 0x00, 0)},
>>> - {USB_DEVICE(0x0c45, 0x62b3), SN9C20X(OV9655, 0x30, 0)},
>>> + {USB_DEVICE(0x0c45, 0x62b3), SN9C20X(OV9655, 0x30, LED_REVERSE)},
>>> {USB_DEVICE(0x0c45, 0x62bb), SN9C20X(OV7660, 0x21, LED_REVERSE)},
>>> {USB_DEVICE(0x0c45, 0x62bc), SN9C20X(HV7131R, 0x11, 0)},
>>> {USB_DEVICE(0x045e, 0x00f4), SN9C20X(OV9650, 0x30, 0)},
>>
>> -- 
>> 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] 4+ messages in thread

end of thread, other threads:[~2011-08-30 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 10:19 [PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED Frank Schaefer
2011-08-22 21:27 ` Frank Schäfer
2011-08-27 11:55   ` Hans de Goede
2011-08-30 20:15     ` Frank Schäfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).