All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anca Emanuel <anca.emanuel@gmail.com>
To: hdegoede@redhat.com
Cc: linux-media@vger.kernel.org, moinejf@free.fr, mchehab@infradead.org
Subject: Re: Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519
Date: Sun, 31 Oct 2010 15:16:40 +0200	[thread overview]
Message-ID: <AANLkTikZPmJWebfpU2yLpvMygqhzfAKZYL7rTCG45K3b@mail.gmail.com> (raw)

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

After this patch,

diff --git a/drivers/media/video/gspca/ov519.c b/drivers/media/video/gspca/ov519
index 6cf6855..47812d1 100644
--- a/drivers/media/video/gspca/ov519.c
+++ b/drivers/media/video/gspca/ov519.c
@@ -2561,6 +2561,10 @@ static int ov7xx0_configure(struct sd *sd)
                                PDEBUG(D_PROBE, "Sensor is an OV7648");
                                sd->sensor = SEN_OV7648;
                                break;
+                       case 0x60:
+                               PDEBUG(D_PROBE, "Sensor is an OV7660");
+                               sd->sensor = SEN_OV7670;
+                               break;
                        default:
                                PDEBUG(D_PROBE, "Unknown sensor: 0x76%x", low);
                                return -1;


I get:
[  182.680032] usb 8-1: new full speed USB device using uhci_hcd and address 3
[  182.875331] gspca: probing 05a9:4519
[  183.064309] ov519: I2C synced in 0 attempt(s)
[  183.064314] ov519: starting OV7xx0 configuration
[  183.076312] ov519: Sensor is an OV7660
[  184.316950] input: ov519 as
/devices/pci0000:00/0000:00:1d.3/usb8/8-1/input/input6
[  184.317142] gspca: video0 created
[  184.334667] gspca: [v4l_id] open
[  184.334673] gspca: open done
[  184.334741] gspca: [v4l_id] close
[  184.334744] gspca: close done

But only a green screen in Cheese. Logs attached.

[-- Attachment #2: log2.zip --]
[-- Type: application/zip, Size: 28155 bytes --]

             reply	other threads:[~2010-10-31 13:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-31 13:16 Anca Emanuel [this message]
2010-11-01 19:15 ` Webcam driver not working: drivers/media/video/gspca/ov519.c device 05a9:4519 Jean-Francois Moine
2010-11-01 20:02   ` Anca Emanuel
2010-11-01 20:31     ` Jean-Francois Moine
2010-11-01 21:27       ` Anca Emanuel
2010-11-01 22:23       ` Anca Emanuel
2010-11-02  8:26         ` Jean-Francois Moine
2010-11-02 10:33           ` Anca Emanuel
2010-11-02 19:18             ` Jean-Francois Moine
2010-11-02 19:25               ` Anca Emanuel
     [not found]             ` <20101104194206.41b8d517@tele>
2010-11-05  6:20               ` Anca Emanuel
  -- strict thread matches above, loose matches on Subject: below --
2010-10-29 12:12 Anca Emanuel
2010-10-30 10:40 ` Anca Emanuel
2010-10-31  7:28   ` Hans de Goede
2010-10-31  8:03     ` Anca Emanuel
2010-11-09 22:34     ` Anca Emanuel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTikZPmJWebfpU2yLpvMygqhzfAKZYL7rTCG45K3b@mail.gmail.com \
    --to=anca.emanuel@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=moinejf@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.