4 * Copyright (C) 2008-2011 Jean-François Moine <moinejf@free.fr>
5 * Copyright (C) 2009 Hans de Goede <hdegoede@redhat.com>
7 * This module is adapted from the ov51x-jpeg package, which itself
8 * was adapted from the ov511 driver.
10 * Original copyright for the ov511 driver is:
12 * Copyright (c) 1999-2006 Mark W. McClelland
13 * Support for OV519, OV8610 Copyright (c) 2003 Joerg Heckenbach
14 * Many improvements by Bret Wallach <bwallac1@san.rr.com>
15 * Color fixes by by Orion Sky Lawlor <olawlor@acm.org> (2/26/2000)
16 * OV7620 fixes by Charl P. Botha <cpbotha@ieee.org>
17 * Changes by Claudio Matsuoka <claudio@conectiva.com>
19 * ov51x-jpeg original copyright is:
21 * Copyright (c) 2004-2007 Romain Beauxis <toots@rastageeks.org>
22 * Support for OV7670 sensors was contributed by Sam Skipsey <aoanla@yahoo.com>
24 * This program is free software; you can redistribute it and/or modify
25 * it under the terms of the GNU General Public License as published by
26 * the Free Software Foundation; either version 2 of the License, or
29 * This program is distributed in the hope that it will be useful,
30 * but WITHOUT ANY WARRANTY; without even the implied warranty of
31 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 * GNU General Public License for more details.
34 * You should have received a copy of the GNU General Public License
35 * along with this program; if not, write to the Free Software
36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
40 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
42 #define MODULE_NAME "ov519"
44 #include <linux/input.h>
47 /* The jpeg_hdr is used by w996Xcf only */
48 /* The CONEX_CAM define for jpeg.h needs renaming, now its used here too */
52 MODULE_AUTHOR("Jean-Francois Moine <http://moinejf.free.fr>");
53 MODULE_DESCRIPTION("OV519 USB Camera Driver");
54 MODULE_LICENSE("GPL");
56 /* global parameters */
57 static int frame_rate
;
59 /* Number of times to retry a failed I2C transaction. Increase this if you
60 * are getting "Failed to read sensor ID..." */
61 static int i2c_detect_tries
= 10;
63 /* ov519 device descriptor */
65 struct gspca_dev gspca_dev
; /* !! must be the first item */
67 struct v4l2_ctrl
*jpegqual
;
68 struct v4l2_ctrl
*freq
;
69 struct { /* h/vflip control cluster */
70 struct v4l2_ctrl
*hflip
;
71 struct v4l2_ctrl
*vflip
;
73 struct { /* autobrightness/brightness control cluster */
74 struct v4l2_ctrl
*autobright
;
75 struct v4l2_ctrl
*brightness
;
83 #define BRIDGE_OV511 0
84 #define BRIDGE_OV511PLUS 1
85 #define BRIDGE_OV518 2
86 #define BRIDGE_OV518PLUS 3
87 #define BRIDGE_OV519 4 /* = ov530 */
88 #define BRIDGE_OVFX2 5
89 #define BRIDGE_W9968CF 6
93 #define BRIDGE_INVERT_LED 8
95 char snapshot_pressed
;
96 char snapshot_needs_reset
;
98 /* Determined by sensor type */
101 #define QUALITY_MIN 50
102 #define QUALITY_MAX 70
103 #define QUALITY_DEF 50
105 u8 stopped
; /* Streaming is temporarily paused */
108 u8 frame_rate
; /* current Framerate */
109 u8 clockdiv
; /* clockdiv override */
111 s8 sensor
; /* Type of image sensor chip (SEN_*) */
116 s16 sensor_reg_cache
[256];
118 u8 jpeg_hdr
[JPEG_HDR_SZ
];
139 /* Note this is a bit of a hack, but the w9968cf driver needs the code for all
140 the ov sensors which is already present here. When we have the time we
141 really should move the sensor drivers to v4l2 sub drivers. */
144 /* table of the disabled controls */
146 unsigned int has_brightness
:1;
147 unsigned int has_contrast
:1;
148 unsigned int has_exposure
:1;
149 unsigned int has_autogain
:1;
150 unsigned int has_sat
:1;
151 unsigned int has_hvflip
:1;
152 unsigned int has_autobright
:1;
153 unsigned int has_freq
:1;
156 static const struct ctrl_valid valid_controls
[] = {
252 static const struct v4l2_pix_format ov519_vga_mode
[] = {
253 {320, 240, V4L2_PIX_FMT_JPEG
, V4L2_FIELD_NONE
,
255 .sizeimage
= 320 * 240 * 3 / 8 + 590,
256 .colorspace
= V4L2_COLORSPACE_JPEG
,
258 {640, 480, V4L2_PIX_FMT_JPEG
, V4L2_FIELD_NONE
,
260 .sizeimage
= 640 * 480 * 3 / 8 + 590,
261 .colorspace
= V4L2_COLORSPACE_JPEG
,
264 static const struct v4l2_pix_format ov519_sif_mode
[] = {
265 {160, 120, V4L2_PIX_FMT_JPEG
, V4L2_FIELD_NONE
,
267 .sizeimage
= 160 * 120 * 3 / 8 + 590,
268 .colorspace
= V4L2_COLORSPACE_JPEG
,
270 {176, 144, V4L2_PIX_FMT_JPEG
, V4L2_FIELD_NONE
,
272 .sizeimage
= 176 * 144 * 3 / 8 + 590,
273 .colorspace
= V4L2_COLORSPACE_JPEG
,
275 {320, 240, V4L2_PIX_FMT_JPEG
, V4L2_FIELD_NONE
,
277 .sizeimage
= 320 * 240 * 3 / 8 + 590,
278 .colorspace
= V4L2_COLORSPACE_JPEG
,
280 {352, 288, V4L2_PIX_FMT_JPEG
, V4L2_FIELD_NONE
,
282 .sizeimage
= 352 * 288 * 3 / 8 + 590,
283 .colorspace
= V4L2_COLORSPACE_JPEG
,
287 /* Note some of the sizeimage values for the ov511 / ov518 may seem
288 larger then necessary, however they need to be this big as the ov511 /
289 ov518 always fills the entire isoc frame, using 0 padding bytes when
290 it doesn't have any data. So with low framerates the amount of data
291 transferred can become quite large (libv4l will remove all the 0 padding
293 static const struct v4l2_pix_format ov518_vga_mode
[] = {
294 {320, 240, V4L2_PIX_FMT_OV518
, V4L2_FIELD_NONE
,
296 .sizeimage
= 320 * 240 * 3,
297 .colorspace
= V4L2_COLORSPACE_JPEG
,
299 {640, 480, V4L2_PIX_FMT_OV518
, V4L2_FIELD_NONE
,
301 .sizeimage
= 640 * 480 * 2,
302 .colorspace
= V4L2_COLORSPACE_JPEG
,
305 static const struct v4l2_pix_format ov518_sif_mode
[] = {
306 {160, 120, V4L2_PIX_FMT_OV518
, V4L2_FIELD_NONE
,
309 .colorspace
= V4L2_COLORSPACE_JPEG
,
311 {176, 144, V4L2_PIX_FMT_OV518
, V4L2_FIELD_NONE
,
314 .colorspace
= V4L2_COLORSPACE_JPEG
,
316 {320, 240, V4L2_PIX_FMT_OV518
, V4L2_FIELD_NONE
,
318 .sizeimage
= 320 * 240 * 3,
319 .colorspace
= V4L2_COLORSPACE_JPEG
,
321 {352, 288, V4L2_PIX_FMT_OV518
, V4L2_FIELD_NONE
,
323 .sizeimage
= 352 * 288 * 3,
324 .colorspace
= V4L2_COLORSPACE_JPEG
,
328 static const struct v4l2_pix_format ov511_vga_mode
[] = {
329 {320, 240, V4L2_PIX_FMT_OV511
, V4L2_FIELD_NONE
,
331 .sizeimage
= 320 * 240 * 3,
332 .colorspace
= V4L2_COLORSPACE_JPEG
,
334 {640, 480, V4L2_PIX_FMT_OV511
, V4L2_FIELD_NONE
,
336 .sizeimage
= 640 * 480 * 2,
337 .colorspace
= V4L2_COLORSPACE_JPEG
,
340 static const struct v4l2_pix_format ov511_sif_mode
[] = {
341 {160, 120, V4L2_PIX_FMT_OV511
, V4L2_FIELD_NONE
,
344 .colorspace
= V4L2_COLORSPACE_JPEG
,
346 {176, 144, V4L2_PIX_FMT_OV511
, V4L2_FIELD_NONE
,
349 .colorspace
= V4L2_COLORSPACE_JPEG
,
351 {320, 240, V4L2_PIX_FMT_OV511
, V4L2_FIELD_NONE
,
353 .sizeimage
= 320 * 240 * 3,
354 .colorspace
= V4L2_COLORSPACE_JPEG
,
356 {352, 288, V4L2_PIX_FMT_OV511
, V4L2_FIELD_NONE
,
358 .sizeimage
= 352 * 288 * 3,
359 .colorspace
= V4L2_COLORSPACE_JPEG
,
363 static const struct v4l2_pix_format ovfx2_ov2610_mode
[] = {
364 {800, 600, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
366 .sizeimage
= 800 * 600,
367 .colorspace
= V4L2_COLORSPACE_SRGB
,
369 {1600, 1200, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
370 .bytesperline
= 1600,
371 .sizeimage
= 1600 * 1200,
372 .colorspace
= V4L2_COLORSPACE_SRGB
},
374 static const struct v4l2_pix_format ovfx2_ov3610_mode
[] = {
375 {640, 480, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
377 .sizeimage
= 640 * 480,
378 .colorspace
= V4L2_COLORSPACE_SRGB
,
380 {800, 600, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
382 .sizeimage
= 800 * 600,
383 .colorspace
= V4L2_COLORSPACE_SRGB
,
385 {1024, 768, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
386 .bytesperline
= 1024,
387 .sizeimage
= 1024 * 768,
388 .colorspace
= V4L2_COLORSPACE_SRGB
,
390 {1600, 1200, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
391 .bytesperline
= 1600,
392 .sizeimage
= 1600 * 1200,
393 .colorspace
= V4L2_COLORSPACE_SRGB
,
395 {2048, 1536, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
396 .bytesperline
= 2048,
397 .sizeimage
= 2048 * 1536,
398 .colorspace
= V4L2_COLORSPACE_SRGB
,
401 static const struct v4l2_pix_format ovfx2_ov9600_mode
[] = {
402 {640, 480, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
404 .sizeimage
= 640 * 480,
405 .colorspace
= V4L2_COLORSPACE_SRGB
,
407 {1280, 1024, V4L2_PIX_FMT_SBGGR8
, V4L2_FIELD_NONE
,
408 .bytesperline
= 1280,
409 .sizeimage
= 1280 * 1024,
410 .colorspace
= V4L2_COLORSPACE_SRGB
},
413 /* Registers common to OV511 / OV518 */
414 #define R51x_FIFO_PSIZE 0x30 /* 2 bytes wide w/ OV518(+) */
415 #define R51x_SYS_RESET 0x50
416 /* Reset type flags */
417 #define OV511_RESET_OMNICE 0x08
418 #define R51x_SYS_INIT 0x53
419 #define R51x_SYS_SNAP 0x52
420 #define R51x_SYS_CUST_ID 0x5f
421 #define R51x_COMP_LUT_BEGIN 0x80
423 /* OV511 Camera interface register numbers */
424 #define R511_CAM_DELAY 0x10
425 #define R511_CAM_EDGE 0x11
426 #define R511_CAM_PXCNT 0x12
427 #define R511_CAM_LNCNT 0x13
428 #define R511_CAM_PXDIV 0x14
429 #define R511_CAM_LNDIV 0x15
430 #define R511_CAM_UV_EN 0x16
431 #define R511_CAM_LINE_MODE 0x17
432 #define R511_CAM_OPTS 0x18
434 #define R511_SNAP_FRAME 0x19
435 #define R511_SNAP_PXCNT 0x1a
436 #define R511_SNAP_LNCNT 0x1b
437 #define R511_SNAP_PXDIV 0x1c
438 #define R511_SNAP_LNDIV 0x1d
439 #define R511_SNAP_UV_EN 0x1e
440 #define R511_SNAP_OPTS 0x1f
442 #define R511_DRAM_FLOW_CTL 0x20
443 #define R511_FIFO_OPTS 0x31
444 #define R511_I2C_CTL 0x40
445 #define R511_SYS_LED_CTL 0x55 /* OV511+ only */
446 #define R511_COMP_EN 0x78
447 #define R511_COMP_LUT_EN 0x79
449 /* OV518 Camera interface register numbers */
450 #define R518_GPIO_OUT 0x56 /* OV518(+) only */
451 #define R518_GPIO_CTL 0x57 /* OV518(+) only */
453 /* OV519 Camera interface register numbers */
454 #define OV519_R10_H_SIZE 0x10
455 #define OV519_R11_V_SIZE 0x11
456 #define OV519_R12_X_OFFSETL 0x12
457 #define OV519_R13_X_OFFSETH 0x13
458 #define OV519_R14_Y_OFFSETL 0x14
459 #define OV519_R15_Y_OFFSETH 0x15
460 #define OV519_R16_DIVIDER 0x16
461 #define OV519_R20_DFR 0x20
462 #define OV519_R25_FORMAT 0x25
464 /* OV519 System Controller register numbers */
465 #define OV519_R51_RESET1 0x51
466 #define OV519_R54_EN_CLK1 0x54
467 #define OV519_R57_SNAPSHOT 0x57
469 #define OV519_GPIO_DATA_OUT0 0x71
470 #define OV519_GPIO_IO_CTRL0 0x72
472 /*#define OV511_ENDPOINT_ADDRESS 1 * Isoc endpoint number */
475 * The FX2 chip does not give us a zero length read at end of frame.
476 * It does, however, give a short read at the end of a frame, if
477 * necessary, rather than run two frames together.
479 * By choosing the right bulk transfer size, we are guaranteed to always
480 * get a short read for the last read of each frame. Frame sizes are
481 * always a composite number (width * height, or a multiple) so if we
482 * choose a prime number, we are guaranteed that the last read of a
483 * frame will be short.
485 * But it isn't that easy: the 2.6 kernel requires a multiple of 4KB,
486 * otherwise EOVERFLOW "babbling" errors occur. I have not been able
487 * to figure out why. [PMiller]
489 * The constant (13 * 4096) is the largest "prime enough" number less than 64KB.
491 * It isn't enough to know the number of bytes per frame, in case we
492 * have data dropouts or buffer overruns (even though the FX2 double
493 * buffers, there are some pretty strict real time constraints for
494 * isochronous transfer for larger frame sizes).
496 /*jfm: this value does not work for 800x600 - see isoc_init */
497 #define OVFX2_BULK_SIZE (13 * 4096)
500 #define R51x_I2C_W_SID 0x41
501 #define R51x_I2C_SADDR_3 0x42
502 #define R51x_I2C_SADDR_2 0x43
503 #define R51x_I2C_R_SID 0x44
504 #define R51x_I2C_DATA 0x45
505 #define R518_I2C_CTL 0x47 /* OV518(+) only */
506 #define OVFX2_I2C_ADDR 0x00
509 #define OV7xx0_SID 0x42
510 #define OV_HIRES_SID 0x60 /* OV9xxx / OV2xxx / OV3xxx */
511 #define OV8xx0_SID 0xa0
512 #define OV6xx0_SID 0xc0
514 /* OV7610 registers */
515 #define OV7610_REG_GAIN 0x00 /* gain setting (5:0) */
516 #define OV7610_REG_BLUE 0x01 /* blue channel balance */
517 #define OV7610_REG_RED 0x02 /* red channel balance */
518 #define OV7610_REG_SAT 0x03 /* saturation */
519 #define OV8610_REG_HUE 0x04 /* 04 reserved */
520 #define OV7610_REG_CNT 0x05 /* Y contrast */
521 #define OV7610_REG_BRT 0x06 /* Y brightness */
522 #define OV7610_REG_COM_C 0x14 /* misc common regs */
523 #define OV7610_REG_ID_HIGH 0x1c /* manufacturer ID MSB */
524 #define OV7610_REG_ID_LOW 0x1d /* manufacturer ID LSB */
525 #define OV7610_REG_COM_I 0x29 /* misc settings */
527 /* OV7660 and OV7670 registers */
528 #define OV7670_R00_GAIN 0x00 /* Gain lower 8 bits (rest in vref) */
529 #define OV7670_R01_BLUE 0x01 /* blue gain */
530 #define OV7670_R02_RED 0x02 /* red gain */
531 #define OV7670_R03_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */
532 #define OV7670_R04_COM1 0x04 /* Control 1 */
533 /*#define OV7670_R07_AECHH 0x07 * AEC MS 5 bits */
534 #define OV7670_R0C_COM3 0x0c /* Control 3 */
535 #define OV7670_R0D_COM4 0x0d /* Control 4 */
536 #define OV7670_R0E_COM5 0x0e /* All "reserved" */
537 #define OV7670_R0F_COM6 0x0f /* Control 6 */
538 #define OV7670_R10_AECH 0x10 /* More bits of AEC value */
539 #define OV7670_R11_CLKRC 0x11 /* Clock control */
540 #define OV7670_R12_COM7 0x12 /* Control 7 */
541 #define OV7670_COM7_FMT_VGA 0x00
542 /*#define OV7670_COM7_YUV 0x00 * YUV */
543 #define OV7670_COM7_FMT_QVGA 0x10 /* QVGA format */
544 #define OV7670_COM7_FMT_MASK 0x38
545 #define OV7670_COM7_RESET 0x80 /* Register reset */
546 #define OV7670_R13_COM8 0x13 /* Control 8 */
547 #define OV7670_COM8_AEC 0x01 /* Auto exposure enable */
548 #define OV7670_COM8_AWB 0x02 /* White balance enable */
549 #define OV7670_COM8_AGC 0x04 /* Auto gain enable */
550 #define OV7670_COM8_BFILT 0x20 /* Band filter enable */
551 #define OV7670_COM8_AECSTEP 0x40 /* Unlimited AEC step size */
552 #define OV7670_COM8_FASTAEC 0x80 /* Enable fast AGC/AEC */
553 #define OV7670_R14_COM9 0x14 /* Control 9 - gain ceiling */
554 #define OV7670_R15_COM10 0x15 /* Control 10 */
555 #define OV7670_R17_HSTART 0x17 /* Horiz start high bits */
556 #define OV7670_R18_HSTOP 0x18 /* Horiz stop high bits */
557 #define OV7670_R19_VSTART 0x19 /* Vert start high bits */
558 #define OV7670_R1A_VSTOP 0x1a /* Vert stop high bits */
559 #define OV7670_R1E_MVFP 0x1e /* Mirror / vflip */
560 #define OV7670_MVFP_VFLIP 0x10 /* vertical flip */
561 #define OV7670_MVFP_MIRROR 0x20 /* Mirror image */
562 #define OV7670_R24_AEW 0x24 /* AGC upper limit */
563 #define OV7670_R25_AEB 0x25 /* AGC lower limit */
564 #define OV7670_R26_VPT 0x26 /* AGC/AEC fast mode op region */
565 #define OV7670_R32_HREF 0x32 /* HREF pieces */
566 #define OV7670_R3A_TSLB 0x3a /* lots of stuff */
567 #define OV7670_R3B_COM11 0x3b /* Control 11 */
568 #define OV7670_COM11_EXP 0x02
569 #define OV7670_COM11_HZAUTO 0x10 /* Auto detect 50/60 Hz */
570 #define OV7670_R3C_COM12 0x3c /* Control 12 */
571 #define OV7670_R3D_COM13 0x3d /* Control 13 */
572 #define OV7670_COM13_GAMMA 0x80 /* Gamma enable */
573 #define OV7670_COM13_UVSAT 0x40 /* UV saturation auto adjustment */
574 #define OV7670_R3E_COM14 0x3e /* Control 14 */
575 #define OV7670_R3F_EDGE 0x3f /* Edge enhancement factor */
576 #define OV7670_R40_COM15 0x40 /* Control 15 */
577 /*#define OV7670_COM15_R00FF 0xc0 * 00 to FF */
578 #define OV7670_R41_COM16 0x41 /* Control 16 */
579 #define OV7670_COM16_AWBGAIN 0x08 /* AWB gain enable */
580 /* end of ov7660 common registers */
581 #define OV7670_R55_BRIGHT 0x55 /* Brightness */
582 #define OV7670_R56_CONTRAS 0x56 /* Contrast control */
583 #define OV7670_R69_GFIX 0x69 /* Fix gain control */
584 /*#define OV7670_R8C_RGB444 0x8c * RGB 444 control */
585 #define OV7670_R9F_HAECC1 0x9f /* Hist AEC/AGC control 1 */
586 #define OV7670_RA0_HAECC2 0xa0 /* Hist AEC/AGC control 2 */
587 #define OV7670_RA5_BD50MAX 0xa5 /* 50hz banding step limit */
588 #define OV7670_RA6_HAECC3 0xa6 /* Hist AEC/AGC control 3 */
589 #define OV7670_RA7_HAECC4 0xa7 /* Hist AEC/AGC control 4 */
590 #define OV7670_RA8_HAECC5 0xa8 /* Hist AEC/AGC control 5 */
591 #define OV7670_RA9_HAECC6 0xa9 /* Hist AEC/AGC control 6 */
592 #define OV7670_RAA_HAECC7 0xaa /* Hist AEC/AGC control 7 */
593 #define OV7670_RAB_BD60MAX 0xab /* 60hz banding step limit */
599 struct ov_i2c_regvals
{
604 /* Settings for OV2610 camera chip */
605 static const struct ov_i2c_regvals norm_2610
[] = {
606 { 0x12, 0x80 }, /* reset */
609 static const struct ov_i2c_regvals norm_2610ae
[] = {
610 {0x12, 0x80}, /* reset */
615 {0x12, 0x20}, /* 1600x1200 */
620 {0x11, 0x83}, /* clock / 3 ? */
621 {0x2d, 0x00}, /* 60 Hz filter */
622 {0x24, 0xb0}, /* normal colors */
627 static const struct ov_i2c_regvals norm_3620b
[] = {
629 * From the datasheet: "Note that after writing to register COMH
630 * (0x12) to change the sensor mode, registers related to the
631 * sensor’s cropping window will be reset back to their default
634 * "wait 4096 external clock ... to make sure the sensor is
635 * stable and ready to access registers" i.e. 160us at 24MHz
637 { 0x12, 0x80 }, /* COMH reset */
638 { 0x12, 0x00 }, /* QXGA, master */
641 * 11 CLKRC "Clock Rate Control"
642 * [7] internal frequency doublers: on
643 * [6] video port mode: master
644 * [5:0] clock divider: 1
649 * 13 COMI "Common Control I"
650 * = 192 (0xC0) 11000000
651 * COMI[7] "AEC speed selection"
652 * = 1 (0x01) 1....... "Faster AEC correction"
653 * COMI[6] "AEC speed step selection"
654 * = 1 (0x01) .1...... "Big steps, fast"
655 * COMI[5] "Banding filter on off"
656 * = 0 (0x00) ..0..... "Off"
657 * COMI[4] "Banding filter option"
658 * = 0 (0x00) ...0.... "Main clock is 48 MHz and
661 * = 0 (0x00) ....0...
662 * COMI[2] "AGC auto manual control selection"
663 * = 0 (0x00) .....0.. "Manual"
664 * COMI[1] "AWB auto manual control selection"
665 * = 0 (0x00) ......0. "Manual"
666 * COMI[0] "Exposure control"
667 * = 0 (0x00) .......0 "Manual"
672 * 09 COMC "Common Control C"
673 * = 8 (0x08) 00001000
674 * COMC[7:5] "Reserved"
675 * = 0 (0x00) 000.....
676 * COMC[4] "Sleep Mode Enable"
677 * = 0 (0x00) ...0.... "Normal mode"
678 * COMC[3:2] "Sensor sampling reset timing selection"
679 * = 2 (0x02) ....10.. "Longer reset time"
680 * COMC[1:0] "Output drive current select"
681 * = 0 (0x00) ......00 "Weakest"
686 * 0C COMD "Common Control D"
687 * = 8 (0x08) 00001000
689 * = 0 (0x00) 0.......
690 * COMD[6] "Swap MSB and LSB at the output port"
691 * = 0 (0x00) .0...... "False"
692 * COMD[5:3] "Reserved"
693 * = 1 (0x01) ..001...
694 * COMD[2] "Output Average On Off"
695 * = 0 (0x00) .....0.. "Output Normal"
696 * COMD[1] "Sensor precharge voltage selection"
697 * = 0 (0x00) ......0. "Selects internal
698 * reference precharge
700 * COMD[0] "Snapshot option"
701 * = 0 (0x00) .......0 "Enable live video output
702 * after snapshot sequence"
707 * 0D COME "Common Control E"
708 * = 161 (0xA1) 10100001
709 * COME[7] "Output average option"
710 * = 1 (0x01) 1....... "Output average of 4 pixels"
711 * COME[6] "Anti-blooming control"
712 * = 0 (0x00) .0...... "Off"
713 * COME[5:3] "Reserved"
714 * = 4 (0x04) ..100...
715 * COME[2] "Clock output power down pin status"
716 * = 0 (0x00) .....0.. "Tri-state data output pin
718 * COME[1] "Data output pin status selection at power down"
719 * = 0 (0x00) ......0. "Tri-state VSYNC, PCLK,
720 * HREF, and CHSYNC pins on
722 * COME[0] "Auto zero circuit select"
723 * = 1 (0x01) .......1 "On"
728 * 0E COMF "Common Control F"
729 * = 112 (0x70) 01110000
730 * COMF[7] "System clock selection"
731 * = 0 (0x00) 0....... "Use 24 MHz system clock"
732 * COMF[6:4] "Reserved"
733 * = 7 (0x07) .111....
734 * COMF[3] "Manual auto negative offset canceling selection"
735 * = 0 (0x00) ....0... "Auto detect negative
736 * offset and cancel it"
737 * COMF[2:0] "Reserved"
738 * = 0 (0x00) .....000
743 * 0F COMG "Common Control G"
744 * = 66 (0x42) 01000010
745 * COMG[7] "Optical black output selection"
746 * = 0 (0x00) 0....... "Disable"
747 * COMG[6] "Black level calibrate selection"
748 * = 1 (0x01) .1...... "Use optical black pixels
750 * COMG[5:4] "Reserved"
751 * = 0 (0x00) ..00....
752 * COMG[3] "Channel offset adjustment"
753 * = 0 (0x00) ....0... "Disable offset adjustment"
754 * COMG[2] "ADC black level calibration option"
755 * = 0 (0x00) .....0.. "Use B/G line and G/R
756 * line to calibrate each
757 * channel's black level"
759 * = 1 (0x01) ......1.
760 * COMG[0] "ADC black level calibration enable"
761 * = 0 (0x00) .......0 "Disable"
766 * 14 COMJ "Common Control J"
767 * = 198 (0xC6) 11000110
768 * COMJ[7:6] "AGC gain ceiling"
769 * = 3 (0x03) 11...... "8x"
770 * COMJ[5:4] "Reserved"
771 * = 0 (0x00) ..00....
772 * COMJ[3] "Auto banding filter"
773 * = 0 (0x00) ....0... "Banding filter is always
774 * on off depending on
776 * COMJ[2] "VSYNC drop option"
777 * = 1 (0x01) .....1.. "SYNC is dropped if frame
779 * COMJ[1] "Frame data drop"
780 * = 1 (0x01) ......1. "Drop frame data if
781 * exposure is not within
782 * tolerance. In AEC mode,
783 * data is normally dropped
784 * when data is out of
787 * = 0 (0x00) .......0
792 * 15 COMK "Common Control K"
793 * = 2 (0x02) 00000010
794 * COMK[7] "CHSYNC pin output swap"
795 * = 0 (0x00) 0....... "CHSYNC"
796 * COMK[6] "HREF pin output swap"
797 * = 0 (0x00) .0...... "HREF"
798 * COMK[5] "PCLK output selection"
799 * = 0 (0x00) ..0..... "PCLK always output"
800 * COMK[4] "PCLK edge selection"
801 * = 0 (0x00) ...0.... "Data valid on falling edge"
802 * COMK[3] "HREF output polarity"
803 * = 0 (0x00) ....0... "positive"
805 * = 0 (0x00) .....0..
806 * COMK[1] "VSYNC polarity"
807 * = 1 (0x01) ......1. "negative"
808 * COMK[0] "HSYNC polarity"
809 * = 0 (0x00) .......0 "positive"
814 * 33 CHLF "Current Control"
815 * = 9 (0x09) 00001001
816 * CHLF[7:6] "Sensor current control"
817 * = 0 (0x00) 00......
818 * CHLF[5] "Sensor current range control"
819 * = 0 (0x00) ..0..... "normal range"
820 * CHLF[4] "Sensor current"
821 * = 0 (0x00) ...0.... "normal current"
822 * CHLF[3] "Sensor buffer current control"
823 * = 1 (0x01) ....1... "half current"
824 * CHLF[2] "Column buffer current control"
825 * = 0 (0x00) .....0.. "normal current"
826 * CHLF[1] "Analog DSP current control"
827 * = 0 (0x00) ......0. "normal current"
828 * CHLF[1] "ADC current control"
829 * = 0 (0x00) ......0. "normal current"
834 * 34 VBLM "Blooming Control"
835 * = 80 (0x50) 01010000
836 * VBLM[7] "Hard soft reset switch"
837 * = 0 (0x00) 0....... "Hard reset"
838 * VBLM[6:4] "Blooming voltage selection"
839 * = 5 (0x05) .101....
840 * VBLM[3:0] "Sensor current control"
841 * = 0 (0x00) ....0000
846 * 36 VCHG "Sensor Precharge Voltage Control"
847 * = 0 (0x00) 00000000
849 * = 0 (0x00) 0.......
850 * VCHG[6:4] "Sensor precharge voltage control"
851 * = 0 (0x00) .000....
852 * VCHG[3:0] "Sensor array common reference"
853 * = 0 (0x00) ....0000
858 * 37 ADC "ADC Reference Control"
859 * = 4 (0x04) 00000100
860 * ADC[7:4] "Reserved"
861 * = 0 (0x00) 0000....
862 * ADC[3] "ADC input signal range"
863 * = 0 (0x00) ....0... "Input signal 1.0x"
864 * ADC[2:0] "ADC range control"
865 * = 4 (0x04) .....100
870 * 38 ACOM "Analog Common Ground"
871 * = 82 (0x52) 01010010
872 * ACOM[7] "Analog gain control"
873 * = 0 (0x00) 0....... "Gain 1x"
874 * ACOM[6] "Analog black level calibration"
875 * = 1 (0x01) .1...... "On"
876 * ACOM[5:0] "Reserved"
877 * = 18 (0x12) ..010010
882 * 3A FREFA "Internal Reference Adjustment"
883 * = 0 (0x00) 00000000
885 * = 0 (0x00) 00000000
890 * 3C FVOPT "Internal Reference Adjustment"
891 * = 31 (0x1F) 00011111
893 * = 31 (0x1F) 00011111
898 * 44 Undocumented = 0 (0x00) 00000000
899 * 44[7:0] "It's a secret"
900 * = 0 (0x00) 00000000
905 * 40 Undocumented = 0 (0x00) 00000000
906 * 40[7:0] "It's a secret"
907 * = 0 (0x00) 00000000
912 * 41 Undocumented = 0 (0x00) 00000000
913 * 41[7:0] "It's a secret"
914 * = 0 (0x00) 00000000
919 * 42 Undocumented = 0 (0x00) 00000000
920 * 42[7:0] "It's a secret"
921 * = 0 (0x00) 00000000
926 * 43 Undocumented = 0 (0x00) 00000000
927 * 43[7:0] "It's a secret"
928 * = 0 (0x00) 00000000
933 * 45 Undocumented = 128 (0x80) 10000000
934 * 45[7:0] "It's a secret"
935 * = 128 (0x80) 10000000
940 * 48 Undocumented = 192 (0xC0) 11000000
941 * 48[7:0] "It's a secret"
942 * = 192 (0xC0) 11000000
947 * 49 Undocumented = 25 (0x19) 00011001
948 * 49[7:0] "It's a secret"
949 * = 25 (0x19) 00011001
954 * 4B Undocumented = 128 (0x80) 10000000
955 * 4B[7:0] "It's a secret"
956 * = 128 (0x80) 10000000
961 * 4D Undocumented = 196 (0xC4) 11000100
962 * 4D[7:0] "It's a secret"
963 * = 196 (0xC4) 11000100
968 * 35 VREF "Reference Voltage Control"
969 * = 76 (0x4c) 01001100
970 * VREF[7:5] "Column high reference control"
971 * = 2 (0x02) 010..... "higher voltage"
972 * VREF[4:2] "Column low reference control"
973 * = 3 (0x03) ...011.. "Highest voltage"
974 * VREF[1:0] "Reserved"
975 * = 0 (0x00) ......00
980 * 3D Undocumented = 0 (0x00) 00000000
981 * 3D[7:0] "It's a secret"
982 * = 0 (0x00) 00000000
987 * 3E Undocumented = 0 (0x00) 00000000
988 * 3E[7:0] "It's a secret"
989 * = 0 (0x00) 00000000
994 * 3B FREFB "Internal Reference Adjustment"
995 * = 24 (0x18) 00011000
997 * = 24 (0x18) 00011000
1002 * 33 CHLF "Current Control"
1003 * = 25 (0x19) 00011001
1004 * CHLF[7:6] "Sensor current control"
1005 * = 0 (0x00) 00......
1006 * CHLF[5] "Sensor current range control"
1007 * = 0 (0x00) ..0..... "normal range"
1008 * CHLF[4] "Sensor current"
1009 * = 1 (0x01) ...1.... "double current"
1010 * CHLF[3] "Sensor buffer current control"
1011 * = 1 (0x01) ....1... "half current"
1012 * CHLF[2] "Column buffer current control"
1013 * = 0 (0x00) .....0.. "normal current"
1014 * CHLF[1] "Analog DSP current control"
1015 * = 0 (0x00) ......0. "normal current"
1016 * CHLF[1] "ADC current control"
1017 * = 0 (0x00) ......0. "normal current"
1022 * 34 VBLM "Blooming Control"
1023 * = 90 (0x5A) 01011010
1024 * VBLM[7] "Hard soft reset switch"
1025 * = 0 (0x00) 0....... "Hard reset"
1026 * VBLM[6:4] "Blooming voltage selection"
1027 * = 5 (0x05) .101....
1028 * VBLM[3:0] "Sensor current control"
1029 * = 10 (0x0A) ....1010
1034 * 3B FREFB "Internal Reference Adjustment"
1035 * = 0 (0x00) 00000000
1036 * FREFB[7:0] "Range"
1037 * = 0 (0x00) 00000000
1042 * 33 CHLF "Current Control"
1043 * = 9 (0x09) 00001001
1044 * CHLF[7:6] "Sensor current control"
1045 * = 0 (0x00) 00......
1046 * CHLF[5] "Sensor current range control"
1047 * = 0 (0x00) ..0..... "normal range"
1048 * CHLF[4] "Sensor current"
1049 * = 0 (0x00) ...0.... "normal current"
1050 * CHLF[3] "Sensor buffer current control"
1051 * = 1 (0x01) ....1... "half current"
1052 * CHLF[2] "Column buffer current control"
1053 * = 0 (0x00) .....0.. "normal current"
1054 * CHLF[1] "Analog DSP current control"
1055 * = 0 (0x00) ......0. "normal current"
1056 * CHLF[1] "ADC current control"
1057 * = 0 (0x00) ......0. "normal current"
1062 * 34 VBLM "Blooming Control"
1063 * = 80 (0x50) 01010000
1064 * VBLM[7] "Hard soft reset switch"
1065 * = 0 (0x00) 0....... "Hard reset"
1066 * VBLM[6:4] "Blooming voltage selection"
1067 * = 5 (0x05) .101....
1068 * VBLM[3:0] "Sensor current control"
1069 * = 0 (0x00) ....0000
1074 * 12 COMH "Common Control H"
1075 * = 64 (0x40) 01000000
1077 * = 0 (0x00) 0....... "No-op"
1078 * COMH[6:4] "Resolution selection"
1079 * = 4 (0x04) .100.... "XGA"
1080 * COMH[3] "Master slave selection"
1081 * = 0 (0x00) ....0... "Master mode"
1082 * COMH[2] "Internal B/R channel option"
1083 * = 0 (0x00) .....0.. "B/R use same channel"
1084 * COMH[1] "Color bar test pattern"
1085 * = 0 (0x00) ......0. "Off"
1086 * COMH[0] "Reserved"
1087 * = 0 (0x00) .......0
1092 * 17 HREFST "Horizontal window start"
1093 * = 31 (0x1F) 00011111
1094 * HREFST[7:0] "Horizontal window start, 8 MSBs"
1095 * = 31 (0x1F) 00011111
1100 * 18 HREFEND "Horizontal window end"
1101 * = 95 (0x5F) 01011111
1102 * HREFEND[7:0] "Horizontal Window End, 8 MSBs"
1103 * = 95 (0x5F) 01011111
1108 * 19 VSTRT "Vertical window start"
1109 * = 0 (0x00) 00000000
1110 * VSTRT[7:0] "Vertical Window Start, 8 MSBs"
1111 * = 0 (0x00) 00000000
1116 * 1A VEND "Vertical window end"
1117 * = 96 (0x60) 01100000
1118 * VEND[7:0] "Vertical Window End, 8 MSBs"
1119 * = 96 (0x60) 01100000
1124 * 32 COMM "Common Control M"
1125 * = 18 (0x12) 00010010
1126 * COMM[7:6] "Pixel clock divide option"
1127 * = 0 (0x00) 00...... "/1"
1128 * COMM[5:3] "Horizontal window end position, 3 LSBs"
1129 * = 2 (0x02) ..010...
1130 * COMM[2:0] "Horizontal window start position, 3 LSBs"
1131 * = 2 (0x02) .....010
1136 * 03 COMA "Common Control A"
1137 * = 74 (0x4A) 01001010
1138 * COMA[7:4] "AWB Update Threshold"
1139 * = 4 (0x04) 0100....
1140 * COMA[3:2] "Vertical window end line control 2 LSBs"
1141 * = 2 (0x02) ....10..
1142 * COMA[1:0] "Vertical window start line control 2 LSBs"
1143 * = 2 (0x02) ......10
1148 * 11 CLKRC "Clock Rate Control"
1149 * = 128 (0x80) 10000000
1150 * CLKRC[7] "Internal frequency doublers on off seclection"
1151 * = 1 (0x01) 1....... "On"
1152 * CLKRC[6] "Digital video master slave selection"
1153 * = 0 (0x00) .0...... "Master mode, sensor
1155 * CLKRC[5:0] "Clock divider { CLK = PCLK/(1+CLKRC[5:0]) }"
1156 * = 0 (0x00) ..000000
1161 * 12 COMH "Common Control H"
1162 * = 0 (0x00) 00000000
1164 * = 0 (0x00) 0....... "No-op"
1165 * COMH[6:4] "Resolution selection"
1166 * = 0 (0x00) .000.... "QXGA"
1167 * COMH[3] "Master slave selection"
1168 * = 0 (0x00) ....0... "Master mode"
1169 * COMH[2] "Internal B/R channel option"
1170 * = 0 (0x00) .....0.. "B/R use same channel"
1171 * COMH[1] "Color bar test pattern"
1172 * = 0 (0x00) ......0. "Off"
1173 * COMH[0] "Reserved"
1174 * = 0 (0x00) .......0
1179 * 12 COMH "Common Control H"
1180 * = 64 (0x40) 01000000
1182 * = 0 (0x00) 0....... "No-op"
1183 * COMH[6:4] "Resolution selection"
1184 * = 4 (0x04) .100.... "XGA"
1185 * COMH[3] "Master slave selection"
1186 * = 0 (0x00) ....0... "Master mode"
1187 * COMH[2] "Internal B/R channel option"
1188 * = 0 (0x00) .....0.. "B/R use same channel"
1189 * COMH[1] "Color bar test pattern"
1190 * = 0 (0x00) ......0. "Off"
1191 * COMH[0] "Reserved"
1192 * = 0 (0x00) .......0
1197 * 17 HREFST "Horizontal window start"
1198 * = 31 (0x1F) 00011111
1199 * HREFST[7:0] "Horizontal window start, 8 MSBs"
1200 * = 31 (0x1F) 00011111
1205 * 18 HREFEND "Horizontal window end"
1206 * = 95 (0x5F) 01011111
1207 * HREFEND[7:0] "Horizontal Window End, 8 MSBs"
1208 * = 95 (0x5F) 01011111
1213 * 19 VSTRT "Vertical window start"
1214 * = 0 (0x00) 00000000
1215 * VSTRT[7:0] "Vertical Window Start, 8 MSBs"
1216 * = 0 (0x00) 00000000
1221 * 1A VEND "Vertical window end"
1222 * = 96 (0x60) 01100000
1223 * VEND[7:0] "Vertical Window End, 8 MSBs"
1224 * = 96 (0x60) 01100000
1229 * 32 COMM "Common Control M"
1230 * = 18 (0x12) 00010010
1231 * COMM[7:6] "Pixel clock divide option"
1232 * = 0 (0x00) 00...... "/1"
1233 * COMM[5:3] "Horizontal window end position, 3 LSBs"
1234 * = 2 (0x02) ..010...
1235 * COMM[2:0] "Horizontal window start position, 3 LSBs"
1236 * = 2 (0x02) .....010
1241 * 03 COMA "Common Control A"
1242 * = 74 (0x4A) 01001010
1243 * COMA[7:4] "AWB Update Threshold"
1244 * = 4 (0x04) 0100....
1245 * COMA[3:2] "Vertical window end line control 2 LSBs"
1246 * = 2 (0x02) ....10..
1247 * COMA[1:0] "Vertical window start line control 2 LSBs"
1248 * = 2 (0x02) ......10
1253 * 02 RED "Red Gain Control"
1254 * = 175 (0xAF) 10101111
1256 * = 1 (0x01) 1....... "gain = 1/(1+bitrev([6:0]))"
1258 * = 47 (0x2F) .0101111
1263 * 2D ADDVSL "VSYNC Pulse Width"
1264 * = 210 (0xD2) 11010010
1265 * ADDVSL[7:0] "VSYNC pulse width, LSB"
1266 * = 210 (0xD2) 11010010
1271 * 00 GAIN = 24 (0x18) 00011000
1272 * GAIN[7:6] "Reserved"
1273 * = 0 (0x00) 00......
1275 * = 0 (0x00) ..0..... "False"
1277 * = 1 (0x01) ...1.... "True"
1279 * = 8 (0x08) ....1000
1284 * 01 BLUE "Blue Gain Control"
1285 * = 240 (0xF0) 11110000
1287 * = 1 (0x01) 1....... "gain = 1/(1+bitrev([6:0]))"
1289 * = 112 (0x70) .1110000
1294 * 10 AEC "Automatic Exposure Control"
1295 * = 10 (0x0A) 00001010
1296 * AEC[7:0] "Automatic Exposure Control, 8 MSBs"
1297 * = 10 (0x0A) 00001010
1309 static const struct ov_i2c_regvals norm_6x20
[] = {
1310 { 0x12, 0x80 }, /* reset */
1313 { 0x05, 0x7f }, /* For when autoadjust is off */
1315 /* The ratio of 0x0c and 0x0d controls the white point */
1318 { 0x0f, 0x15 }, /* COMS */
1319 { 0x10, 0x75 }, /* AEC Exposure time */
1320 { 0x12, 0x24 }, /* Enable AGC */
1322 /* 0x16: 0x06 helps frame stability with moving objects */
1324 /* { 0x20, 0x30 }, * Aperture correction enable */
1325 { 0x26, 0xb2 }, /* BLC enable */
1326 /* 0x28: 0x05 Selects RGB format if RGB on */
1328 { 0x2a, 0x04 }, /* Disable framerate adjust */
1329 /* { 0x2b, 0xac }, * Framerate; Set 2a[7] first */
1331 { 0x33, 0xa0 }, /* Color Processing Parameter */
1332 { 0x34, 0xd2 }, /* Max A/D range */
1336 { 0x3c, 0x39 }, /* Enable AEC mode changing */
1337 { 0x3c, 0x3c }, /* Change AEC mode */
1338 { 0x3c, 0x24 }, /* Disable AEC mode changing */
1341 /* These next two registers (0x4a, 0x4b) are undocumented.
1342 * They control the color balance */
1345 { 0x4d, 0xd2 }, /* This reduces noise a bit */
1348 /* Do 50-53 have any effect? */
1349 /* Toggle 0x12[2] off and on here? */
1352 static const struct ov_i2c_regvals norm_6x30
[] = {
1353 { 0x12, 0x80 }, /* Reset */
1354 { 0x00, 0x1f }, /* Gain */
1355 { 0x01, 0x99 }, /* Blue gain */
1356 { 0x02, 0x7c }, /* Red gain */
1357 { 0x03, 0xc0 }, /* Saturation */
1358 { 0x05, 0x0a }, /* Contrast */
1359 { 0x06, 0x95 }, /* Brightness */
1360 { 0x07, 0x2d }, /* Sharpness */
1363 { 0x0e, 0xa0 }, /* Was 0x20, bit7 enables a 2x gain which we need */
1366 { 0x11, 0x00 }, /* Pixel clock = fastest */
1367 { 0x12, 0x24 }, /* Enable AGC and AWB */
1382 { 0x23, 0xc0 }, /* Crystal circuit power level */
1383 { 0x25, 0x9a }, /* Increase AEC black ratio */
1384 { 0x26, 0xb2 }, /* BLC enable */
1388 { 0x2a, 0x84 }, /* 60 Hz power */
1389 { 0x2b, 0xa8 }, /* 60 Hz power */
1391 { 0x2d, 0x95 }, /* Enable auto-brightness */
1405 { 0x40, 0x00 }, /* White bal */
1406 { 0x41, 0x00 }, /* White bal */
1408 { 0x43, 0x3f }, /* White bal */
1418 { 0x4d, 0x10 }, /* U = 0.563u, V = 0.714v */
1420 { 0x4f, 0x07 }, /* UV avg., col. killer: max */
1422 { 0x54, 0x23 }, /* Max AGC gain: 18dB */
1427 { 0x59, 0x01 }, /* AGC dark current comp.: +1 */
1429 { 0x5b, 0x0f }, /* AWB chrominance levels */
1433 { 0x12, 0x20 }, /* Toggle AWB */
1437 /* Lawrence Glaister <lg@jfm.bc.ca> reports:
1439 * Register 0x0f in the 7610 has the following effects:
1441 * 0x85 (AEC method 1): Best overall, good contrast range
1442 * 0x45 (AEC method 2): Very overexposed
1443 * 0xa5 (spec sheet default): Ok, but the black level is
1444 * shifted resulting in loss of contrast
1445 * 0x05 (old driver setting): very overexposed, too much
1448 static const struct ov_i2c_regvals norm_7610
[] = {
1455 { 0x28, 0x24 }, /* 0c */
1456 { 0x0f, 0x85 }, /* lg's setting */
1478 static const struct ov_i2c_regvals norm_7620
[] = {
1479 { 0x12, 0x80 }, /* reset */
1480 { 0x00, 0x00 }, /* gain */
1481 { 0x01, 0x80 }, /* blue gain */
1482 { 0x02, 0x80 }, /* red gain */
1483 { 0x03, 0xc0 }, /* OV7670_R03_VREF */
1506 { 0x28, 0x22 }, /* Was 0x20, bit1 enables a 2x gain which we need */
1545 /* 7640 and 7648. The defaults should be OK for most registers. */
1546 static const struct ov_i2c_regvals norm_7640
[] = {
1551 static const struct ov_regvals init_519_ov7660
[] = {
1552 { 0x5d, 0x03 }, /* Turn off suspend mode */
1553 { 0x53, 0x9b }, /* 0x9f enables the (unused) microcontroller */
1554 { 0x54, 0x0f }, /* bit2 (jpeg enable) */
1555 { 0xa2, 0x20 }, /* a2-a5 are undocumented */
1559 { 0x37, 0x00 }, /* SetUsbInit */
1560 { 0x55, 0x02 }, /* 4.096 Mhz audio clock */
1561 /* Enable both fields, YUV Input, disable defect comp (why?) */
1562 { 0x20, 0x0c }, /* 0x0d does U <-> V swap */
1565 { 0x17, 0x50 }, /* undocumented */
1566 { 0x37, 0x00 }, /* undocumented */
1567 { 0x40, 0xff }, /* I2C timeout counter */
1568 { 0x46, 0x00 }, /* I2C clock prescaler */
1570 static const struct ov_i2c_regvals norm_7660
[] = {
1571 {OV7670_R12_COM7
, OV7670_COM7_RESET
},
1572 {OV7670_R11_CLKRC
, 0x81},
1573 {0x92, 0x00}, /* DM_LNL */
1574 {0x93, 0x00}, /* DM_LNH */
1575 {0x9d, 0x4c}, /* BD50ST */
1576 {0x9e, 0x3f}, /* BD60ST */
1577 {OV7670_R3B_COM11
, 0x02},
1578 {OV7670_R13_COM8
, 0xf5},
1579 {OV7670_R10_AECH
, 0x00},
1580 {OV7670_R00_GAIN
, 0x00},
1581 {OV7670_R01_BLUE
, 0x7c},
1582 {OV7670_R02_RED
, 0x9d},
1583 {OV7670_R12_COM7
, 0x00},
1584 {OV7670_R04_COM1
, 00},
1585 {OV7670_R18_HSTOP
, 0x01},
1586 {OV7670_R17_HSTART
, 0x13},
1587 {OV7670_R32_HREF
, 0x92},
1588 {OV7670_R19_VSTART
, 0x02},
1589 {OV7670_R1A_VSTOP
, 0x7a},
1590 {OV7670_R03_VREF
, 0x00},
1591 {OV7670_R0E_COM5
, 0x04},
1592 {OV7670_R0F_COM6
, 0x62},
1593 {OV7670_R15_COM10
, 0x00},
1594 {0x16, 0x02}, /* RSVD */
1595 {0x1b, 0x00}, /* PSHFT */
1596 {OV7670_R1E_MVFP
, 0x01},
1597 {0x29, 0x3c}, /* RSVD */
1598 {0x33, 0x00}, /* CHLF */
1599 {0x34, 0x07}, /* ARBLM */
1600 {0x35, 0x84}, /* RSVD */
1601 {0x36, 0x00}, /* RSVD */
1602 {0x37, 0x04}, /* ADC */
1603 {0x39, 0x43}, /* OFON */
1604 {OV7670_R3A_TSLB
, 0x00},
1605 {OV7670_R3C_COM12
, 0x6c},
1606 {OV7670_R3D_COM13
, 0x98},
1607 {OV7670_R3F_EDGE
, 0x23},
1608 {OV7670_R40_COM15
, 0xc1},
1609 {OV7670_R41_COM16
, 0x22},
1610 {0x6b, 0x0a}, /* DBLV */
1611 {0xa1, 0x08}, /* RSVD */
1612 {0x69, 0x80}, /* HV */
1613 {0x43, 0xf0}, /* RSVD.. */
1628 {0x9f, 0x9d}, /* RSVD */
1629 {0xa0, 0xa0}, /* DSPC2 */
1630 {0x4f, 0x60}, /* matrix */
1639 {0x58, 0x0d}, /* matrix sign */
1640 {0x8b, 0xcc}, /* RSVD */
1643 {0x6c, 0x40}, /* gamma curve */
1659 {0x7c, 0x04}, /* gamma curve */
1674 {OV7670_R14_COM9
, 0x1e},
1675 {OV7670_R24_AEW
, 0x80},
1676 {OV7670_R25_AEB
, 0x72},
1677 {OV7670_R26_VPT
, 0xb3},
1678 {0x62, 0x80}, /* LCC1 */
1679 {0x63, 0x80}, /* LCC2 */
1680 {0x64, 0x06}, /* LCC3 */
1681 {0x65, 0x00}, /* LCC4 */
1682 {0x66, 0x01}, /* LCC5 */
1683 {0x94, 0x0e}, /* RSVD.. */
1685 {OV7670_R13_COM8
, OV7670_COM8_FASTAEC
1686 | OV7670_COM8_AECSTEP
1694 static const struct ov_i2c_regvals norm_9600
[] = {
1711 /* 7670. Defaults taken from OmniVision provided data,
1712 * as provided by Jonathan Corbet of OLPC */
1713 static const struct ov_i2c_regvals norm_7670
[] = {
1714 { OV7670_R12_COM7
, OV7670_COM7_RESET
},
1715 { OV7670_R3A_TSLB
, 0x04 }, /* OV */
1716 { OV7670_R12_COM7
, OV7670_COM7_FMT_VGA
}, /* VGA */
1717 { OV7670_R11_CLKRC
, 0x01 },
1719 * Set the hardware window. These values from OV don't entirely
1720 * make sense - hstop is less than hstart. But they work...
1722 { OV7670_R17_HSTART
, 0x13 },
1723 { OV7670_R18_HSTOP
, 0x01 },
1724 { OV7670_R32_HREF
, 0xb6 },
1725 { OV7670_R19_VSTART
, 0x02 },
1726 { OV7670_R1A_VSTOP
, 0x7a },
1727 { OV7670_R03_VREF
, 0x0a },
1729 { OV7670_R0C_COM3
, 0x00 },
1730 { OV7670_R3E_COM14
, 0x00 },
1731 /* Mystery scaling numbers */
1737 /* { OV7670_R15_COM10, 0x0 }, */
1739 /* Gamma curve values */
1757 /* AGC and AEC parameters. Note we start by disabling those features,
1758 then turn them only after tweaking the values. */
1759 { OV7670_R13_COM8
, OV7670_COM8_FASTAEC
1760 | OV7670_COM8_AECSTEP
1761 | OV7670_COM8_BFILT
},
1762 { OV7670_R00_GAIN
, 0x00 },
1763 { OV7670_R10_AECH
, 0x00 },
1764 { OV7670_R0D_COM4
, 0x40 }, /* magic reserved bit */
1765 { OV7670_R14_COM9
, 0x18 }, /* 4x gain + magic rsvd bit */
1766 { OV7670_RA5_BD50MAX
, 0x05 },
1767 { OV7670_RAB_BD60MAX
, 0x07 },
1768 { OV7670_R24_AEW
, 0x95 },
1769 { OV7670_R25_AEB
, 0x33 },
1770 { OV7670_R26_VPT
, 0xe3 },
1771 { OV7670_R9F_HAECC1
, 0x78 },
1772 { OV7670_RA0_HAECC2
, 0x68 },
1773 { 0xa1, 0x03 }, /* magic */
1774 { OV7670_RA6_HAECC3
, 0xd8 },
1775 { OV7670_RA7_HAECC4
, 0xd8 },
1776 { OV7670_RA8_HAECC5
, 0xf0 },
1777 { OV7670_RA9_HAECC6
, 0x90 },
1778 { OV7670_RAA_HAECC7
, 0x94 },
1779 { OV7670_R13_COM8
, OV7670_COM8_FASTAEC
1780 | OV7670_COM8_AECSTEP
1783 | OV7670_COM8_AEC
},
1785 /* Almost all of these are magic "reserved" values. */
1786 { OV7670_R0E_COM5
, 0x61 },
1787 { OV7670_R0F_COM6
, 0x4b },
1789 { OV7670_R1E_MVFP
, 0x07 },
1798 { OV7670_R3C_COM12
, 0x78 },
1801 { OV7670_R69_GFIX
, 0x00 },
1817 /* More reserved magic, some of which tweaks white balance */
1833 { 0x6f, 0x9f }, /* "9e for advance AWB" */
1835 { OV7670_R01_BLUE
, 0x40 },
1836 { OV7670_R02_RED
, 0x60 },
1837 { OV7670_R13_COM8
, OV7670_COM8_FASTAEC
1838 | OV7670_COM8_AECSTEP
1842 | OV7670_COM8_AWB
},
1844 /* Matrix coefficients */
1853 { OV7670_R41_COM16
, OV7670_COM16_AWBGAIN
},
1854 { OV7670_R3F_EDGE
, 0x00 },
1859 { OV7670_R3D_COM13
, OV7670_COM13_GAMMA
1860 | OV7670_COM13_UVSAT
1864 { OV7670_R41_COM16
, 0x38 },
1868 { OV7670_R3B_COM11
, OV7670_COM11_EXP
|OV7670_COM11_HZAUTO
},
1881 /* Extra-weird stuff. Some sort of multiplexor register */
1907 static const struct ov_i2c_regvals norm_8610
[] = {
1914 { 0x05, 0x30 }, /* was 0x10, new from windrv 090403 */
1915 { 0x06, 0x70 }, /* was 0x80, new from windrv 090403 */
1924 { 0x15, 0x01 }, /* Lin and Win think different about UV order */
1926 { 0x17, 0x38 }, /* was 0x2f, new from windrv 090403 */
1927 { 0x18, 0xea }, /* was 0xcf, new from windrv 090403 */
1928 { 0x19, 0x02 }, /* was 0x06, new from windrv 090403 */
1931 { 0x20, 0xd0 }, /* was 0x90, new from windrv 090403 */
1932 { 0x23, 0xc0 }, /* was 0x00, new from windrv 090403 */
1933 { 0x24, 0x30 }, /* was 0x1d, new from windrv 090403 */
1934 { 0x25, 0x50 }, /* was 0x57, new from windrv 090403 */
1940 { 0x2b, 0xc8 }, /* was 0xcc, new from windrv 090403 */
1942 { 0x2d, 0x45 }, /* was 0xd5, new from windrv 090403 */
1944 { 0x2f, 0x14 }, /* was 0x01, new from windrv 090403 */
1946 { 0x4d, 0x30 }, /* was 0x10, new from windrv 090403 */
1947 { 0x60, 0x02 }, /* was 0x01, new from windrv 090403 */
1948 { 0x61, 0x00 }, /* was 0x09, new from windrv 090403 */
1949 { 0x62, 0x5f }, /* was 0xd7, new from windrv 090403 */
1951 { 0x64, 0x53 }, /* new windrv 090403 says 0x57,
1952 * maybe thats wrong */
1956 { 0x68, 0xc0 }, /* was 0xaf, new from windrv 090403 */
1960 { 0x6c, 0x99 }, /* was 0x80, old windrv says 0x00, but
1961 * deleting bit7 colors the first images red */
1962 { 0x6d, 0x11 }, /* was 0x00, new from windrv 090403 */
1963 { 0x6e, 0x11 }, /* was 0x00, new from windrv 090403 */
1969 { 0x74, 0x00 },/* 0x60? - was 0x00, new from windrv 090403 */
1971 { 0x76, 0x02 }, /* was 0x02, new from windrv 090403 */
1976 { 0x7b, 0x10 }, /* was 0x13, new from windrv 090403 */
1978 { 0x7d, 0x08 }, /* was 0x09, new from windrv 090403 */
1979 { 0x7e, 0x08 }, /* was 0xc0, new from windrv 090403 */
1986 { 0x85, 0x62 }, /* was 0x61, new from windrv 090403 */
1992 { 0x12, 0x25 }, /* was 0x24, new from windrv 090403 */
1995 static unsigned char ov7670_abs_to_sm(unsigned char v
)
1999 return (128 - v
) | 0x80;
2002 /* Write a OV519 register */
2003 static void reg_w(struct sd
*sd
, u16 index
, u16 value
)
2005 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2008 if (sd
->gspca_dev
.usb_err
< 0)
2011 /* Avoid things going to fast for the bridge with a xhci host */
2014 switch (sd
->bridge
) {
2016 case BRIDGE_OV511PLUS
:
2022 case BRIDGE_W9968CF
:
2023 PDEBUG(D_USBO
, "SET %02x %04x %04x",
2025 ret
= usb_control_msg(sd
->gspca_dev
.dev
,
2026 usb_sndctrlpipe(sd
->gspca_dev
.dev
, 0),
2028 USB_DIR_OUT
| USB_TYPE_VENDOR
| USB_RECIP_DEVICE
,
2029 value
, index
, NULL
, 0, 500);
2035 PDEBUG(D_USBO
, "SET %02x 0000 %04x %02x",
2037 sd
->gspca_dev
.usb_buf
[0] = value
;
2038 ret
= usb_control_msg(sd
->gspca_dev
.dev
,
2039 usb_sndctrlpipe(sd
->gspca_dev
.dev
, 0),
2041 USB_DIR_OUT
| USB_TYPE_VENDOR
| USB_RECIP_DEVICE
,
2043 sd
->gspca_dev
.usb_buf
, 1, 500);
2046 PERR("reg_w %02x failed %d\n", index
, ret
);
2047 sd
->gspca_dev
.usb_err
= ret
;
2052 /* Read from a OV519 register, note not valid for the w9968cf!! */
2053 /* returns: negative is error, pos or zero is data */
2054 static int reg_r(struct sd
*sd
, u16 index
)
2056 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2060 if (sd
->gspca_dev
.usb_err
< 0)
2063 switch (sd
->bridge
) {
2065 case BRIDGE_OV511PLUS
:
2075 /* Avoid things going to fast for the bridge with a xhci host */
2077 ret
= usb_control_msg(sd
->gspca_dev
.dev
,
2078 usb_rcvctrlpipe(sd
->gspca_dev
.dev
, 0),
2080 USB_DIR_IN
| USB_TYPE_VENDOR
| USB_RECIP_DEVICE
,
2081 0, index
, sd
->gspca_dev
.usb_buf
, 1, 500);
2084 ret
= sd
->gspca_dev
.usb_buf
[0];
2085 PDEBUG(D_USBI
, "GET %02x 0000 %04x %02x",
2088 PERR("reg_r %02x failed %d\n", index
, ret
);
2089 sd
->gspca_dev
.usb_err
= ret
;
2095 /* Read 8 values from a OV519 register */
2096 static int reg_r8(struct sd
*sd
,
2099 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2102 if (sd
->gspca_dev
.usb_err
< 0)
2105 /* Avoid things going to fast for the bridge with a xhci host */
2107 ret
= usb_control_msg(sd
->gspca_dev
.dev
,
2108 usb_rcvctrlpipe(sd
->gspca_dev
.dev
, 0),
2110 USB_DIR_IN
| USB_TYPE_VENDOR
| USB_RECIP_DEVICE
,
2111 0, index
, sd
->gspca_dev
.usb_buf
, 8, 500);
2114 ret
= sd
->gspca_dev
.usb_buf
[0];
2116 PERR("reg_r8 %02x failed %d\n", index
, ret
);
2117 sd
->gspca_dev
.usb_err
= ret
;
2124 * Writes bits at positions specified by mask to an OV51x reg. Bits that are in
2125 * the same position as 1's in "mask" are cleared and set to "value". Bits
2126 * that are in the same position as 0's in "mask" are preserved, regardless
2127 * of their respective state in "value".
2129 static void reg_w_mask(struct sd
*sd
,
2138 value
&= mask
; /* Enforce mask on value */
2139 ret
= reg_r(sd
, index
);
2143 oldval
= ret
& ~mask
; /* Clear the masked bits */
2144 value
|= oldval
; /* Set the desired bits */
2146 reg_w(sd
, index
, value
);
2150 * Writes multiple (n) byte value to a single register. Only valid with certain
2151 * registers (0x30 and 0xc4 - 0xce).
2153 static void ov518_reg_w32(struct sd
*sd
, u16 index
, u32 value
, int n
)
2155 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2158 if (sd
->gspca_dev
.usb_err
< 0)
2161 *((__le32
*) sd
->gspca_dev
.usb_buf
) = __cpu_to_le32(value
);
2163 /* Avoid things going to fast for the bridge with a xhci host */
2165 ret
= usb_control_msg(sd
->gspca_dev
.dev
,
2166 usb_sndctrlpipe(sd
->gspca_dev
.dev
, 0),
2168 USB_DIR_OUT
| USB_TYPE_VENDOR
| USB_RECIP_DEVICE
,
2170 sd
->gspca_dev
.usb_buf
, n
, 500);
2172 PERR("reg_w32 %02x failed %d\n", index
, ret
);
2173 sd
->gspca_dev
.usb_err
= ret
;
2177 static void ov511_i2c_w(struct sd
*sd
, u8 reg
, u8 value
)
2179 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2182 PDEBUG(D_USBO
, "ov511_i2c_w %02x %02x", reg
, value
);
2184 /* Three byte write cycle */
2185 for (retries
= 6; ; ) {
2186 /* Select camera register */
2187 reg_w(sd
, R51x_I2C_SADDR_3
, reg
);
2189 /* Write "value" to I2C data port of OV511 */
2190 reg_w(sd
, R51x_I2C_DATA
, value
);
2192 /* Initiate 3-byte write cycle */
2193 reg_w(sd
, R511_I2C_CTL
, 0x01);
2196 rc
= reg_r(sd
, R511_I2C_CTL
);
2197 } while (rc
> 0 && ((rc
& 1) == 0)); /* Retry until idle */
2202 if ((rc
& 2) == 0) /* Ack? */
2204 if (--retries
< 0) {
2205 PDEBUG(D_USBO
, "i2c write retries exhausted");
2211 static int ov511_i2c_r(struct sd
*sd
, u8 reg
)
2213 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2214 int rc
, value
, retries
;
2216 /* Two byte write cycle */
2217 for (retries
= 6; ; ) {
2218 /* Select camera register */
2219 reg_w(sd
, R51x_I2C_SADDR_2
, reg
);
2221 /* Initiate 2-byte write cycle */
2222 reg_w(sd
, R511_I2C_CTL
, 0x03);
2225 rc
= reg_r(sd
, R511_I2C_CTL
);
2226 } while (rc
> 0 && ((rc
& 1) == 0)); /* Retry until idle */
2231 if ((rc
& 2) == 0) /* Ack? */
2235 reg_w(sd
, R511_I2C_CTL
, 0x10);
2237 if (--retries
< 0) {
2238 PDEBUG(D_USBI
, "i2c write retries exhausted");
2243 /* Two byte read cycle */
2244 for (retries
= 6; ; ) {
2245 /* Initiate 2-byte read cycle */
2246 reg_w(sd
, R511_I2C_CTL
, 0x05);
2249 rc
= reg_r(sd
, R511_I2C_CTL
);
2250 } while (rc
> 0 && ((rc
& 1) == 0)); /* Retry until idle */
2255 if ((rc
& 2) == 0) /* Ack? */
2259 reg_w(sd
, R511_I2C_CTL
, 0x10);
2261 if (--retries
< 0) {
2262 PDEBUG(D_USBI
, "i2c read retries exhausted");
2267 value
= reg_r(sd
, R51x_I2C_DATA
);
2269 PDEBUG(D_USBI
, "ov511_i2c_r %02x %02x", reg
, value
);
2271 /* This is needed to make i2c_w() work */
2272 reg_w(sd
, R511_I2C_CTL
, 0x05);
2278 * The OV518 I2C I/O procedure is different, hence, this function.
2279 * This is normally only called from i2c_w(). Note that this function
2280 * always succeeds regardless of whether the sensor is present and working.
2282 static void ov518_i2c_w(struct sd
*sd
,
2286 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2288 PDEBUG(D_USBO
, "ov518_i2c_w %02x %02x", reg
, value
);
2290 /* Select camera register */
2291 reg_w(sd
, R51x_I2C_SADDR_3
, reg
);
2293 /* Write "value" to I2C data port of OV511 */
2294 reg_w(sd
, R51x_I2C_DATA
, value
);
2296 /* Initiate 3-byte write cycle */
2297 reg_w(sd
, R518_I2C_CTL
, 0x01);
2299 /* wait for write complete */
2301 reg_r8(sd
, R518_I2C_CTL
);
2305 * returns: negative is error, pos or zero is data
2307 * The OV518 I2C I/O procedure is different, hence, this function.
2308 * This is normally only called from i2c_r(). Note that this function
2309 * always succeeds regardless of whether the sensor is present and working.
2311 static int ov518_i2c_r(struct sd
*sd
, u8 reg
)
2313 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2316 /* Select camera register */
2317 reg_w(sd
, R51x_I2C_SADDR_2
, reg
);
2319 /* Initiate 2-byte write cycle */
2320 reg_w(sd
, R518_I2C_CTL
, 0x03);
2321 reg_r8(sd
, R518_I2C_CTL
);
2323 /* Initiate 2-byte read cycle */
2324 reg_w(sd
, R518_I2C_CTL
, 0x05);
2325 reg_r8(sd
, R518_I2C_CTL
);
2327 value
= reg_r(sd
, R51x_I2C_DATA
);
2328 PDEBUG(D_USBI
, "ov518_i2c_r %02x %02x", reg
, value
);
2332 static void ovfx2_i2c_w(struct sd
*sd
, u8 reg
, u8 value
)
2334 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2337 if (sd
->gspca_dev
.usb_err
< 0)
2340 ret
= usb_control_msg(sd
->gspca_dev
.dev
,
2341 usb_sndctrlpipe(sd
->gspca_dev
.dev
, 0),
2343 USB_DIR_OUT
| USB_TYPE_VENDOR
| USB_RECIP_DEVICE
,
2344 (u16
) value
, (u16
) reg
, NULL
, 0, 500);
2347 PERR("ovfx2_i2c_w %02x failed %d\n", reg
, ret
);
2348 sd
->gspca_dev
.usb_err
= ret
;
2351 PDEBUG(D_USBO
, "ovfx2_i2c_w %02x %02x", reg
, value
);
2354 static int ovfx2_i2c_r(struct sd
*sd
, u8 reg
)
2356 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2359 if (sd
->gspca_dev
.usb_err
< 0)
2362 ret
= usb_control_msg(sd
->gspca_dev
.dev
,
2363 usb_rcvctrlpipe(sd
->gspca_dev
.dev
, 0),
2365 USB_DIR_IN
| USB_TYPE_VENDOR
| USB_RECIP_DEVICE
,
2366 0, (u16
) reg
, sd
->gspca_dev
.usb_buf
, 1, 500);
2369 ret
= sd
->gspca_dev
.usb_buf
[0];
2370 PDEBUG(D_USBI
, "ovfx2_i2c_r %02x %02x", reg
, ret
);
2372 PERR("ovfx2_i2c_r %02x failed %d\n", reg
, ret
);
2373 sd
->gspca_dev
.usb_err
= ret
;
2379 static void i2c_w(struct sd
*sd
, u8 reg
, u8 value
)
2381 if (sd
->sensor_reg_cache
[reg
] == value
)
2384 switch (sd
->bridge
) {
2386 case BRIDGE_OV511PLUS
:
2387 ov511_i2c_w(sd
, reg
, value
);
2390 case BRIDGE_OV518PLUS
:
2392 ov518_i2c_w(sd
, reg
, value
);
2395 ovfx2_i2c_w(sd
, reg
, value
);
2397 case BRIDGE_W9968CF
:
2398 w9968cf_i2c_w(sd
, reg
, value
);
2402 if (sd
->gspca_dev
.usb_err
>= 0) {
2403 /* Up on sensor reset empty the register cache */
2404 if (reg
== 0x12 && (value
& 0x80))
2405 memset(sd
->sensor_reg_cache
, -1,
2406 sizeof(sd
->sensor_reg_cache
));
2408 sd
->sensor_reg_cache
[reg
] = value
;
2412 static int i2c_r(struct sd
*sd
, u8 reg
)
2416 if (sd
->sensor_reg_cache
[reg
] != -1)
2417 return sd
->sensor_reg_cache
[reg
];
2419 switch (sd
->bridge
) {
2421 case BRIDGE_OV511PLUS
:
2422 ret
= ov511_i2c_r(sd
, reg
);
2425 case BRIDGE_OV518PLUS
:
2427 ret
= ov518_i2c_r(sd
, reg
);
2430 ret
= ovfx2_i2c_r(sd
, reg
);
2432 case BRIDGE_W9968CF
:
2433 ret
= w9968cf_i2c_r(sd
, reg
);
2438 sd
->sensor_reg_cache
[reg
] = ret
;
2443 /* Writes bits at positions specified by mask to an I2C reg. Bits that are in
2444 * the same position as 1's in "mask" are cleared and set to "value". Bits
2445 * that are in the same position as 0's in "mask" are preserved, regardless
2446 * of their respective state in "value".
2448 static void i2c_w_mask(struct sd
*sd
,
2456 value
&= mask
; /* Enforce mask on value */
2457 rc
= i2c_r(sd
, reg
);
2460 oldval
= rc
& ~mask
; /* Clear the masked bits */
2461 value
|= oldval
; /* Set the desired bits */
2462 i2c_w(sd
, reg
, value
);
2465 /* Temporarily stops OV511 from functioning. Must do this before changing
2466 * registers while the camera is streaming */
2467 static inline void ov51x_stop(struct sd
*sd
)
2469 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2471 PDEBUG(D_STREAM
, "stopping");
2473 switch (sd
->bridge
) {
2475 case BRIDGE_OV511PLUS
:
2476 reg_w(sd
, R51x_SYS_RESET
, 0x3d);
2479 case BRIDGE_OV518PLUS
:
2480 reg_w_mask(sd
, R51x_SYS_RESET
, 0x3a, 0x3a);
2483 reg_w(sd
, OV519_R51_RESET1
, 0x0f);
2484 reg_w(sd
, OV519_R51_RESET1
, 0x00);
2485 reg_w(sd
, 0x22, 0x00); /* FRAR */
2488 reg_w_mask(sd
, 0x0f, 0x00, 0x02);
2490 case BRIDGE_W9968CF
:
2491 reg_w(sd
, 0x3c, 0x0a05); /* stop USB transfer */
2496 /* Restarts OV511 after ov511_stop() is called. Has no effect if it is not
2497 * actually stopped (for performance). */
2498 static inline void ov51x_restart(struct sd
*sd
)
2500 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2502 PDEBUG(D_STREAM
, "restarting");
2507 /* Reinitialize the stream */
2508 switch (sd
->bridge
) {
2510 case BRIDGE_OV511PLUS
:
2511 reg_w(sd
, R51x_SYS_RESET
, 0x00);
2514 case BRIDGE_OV518PLUS
:
2515 reg_w(sd
, 0x2f, 0x80);
2516 reg_w(sd
, R51x_SYS_RESET
, 0x00);
2519 reg_w(sd
, OV519_R51_RESET1
, 0x0f);
2520 reg_w(sd
, OV519_R51_RESET1
, 0x00);
2521 reg_w(sd
, 0x22, 0x1d); /* FRAR */
2524 reg_w_mask(sd
, 0x0f, 0x02, 0x02);
2526 case BRIDGE_W9968CF
:
2527 reg_w(sd
, 0x3c, 0x8a05); /* USB FIFO enable */
2532 static void ov51x_set_slave_ids(struct sd
*sd
, u8 slave
);
2534 /* This does an initial reset of an OmniVision sensor and ensures that I2C
2535 * is synchronized. Returns <0 on failure.
2537 static int init_ov_sensor(struct sd
*sd
, u8 slave
)
2540 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2542 ov51x_set_slave_ids(sd
, slave
);
2544 /* Reset the sensor */
2545 i2c_w(sd
, 0x12, 0x80);
2547 /* Wait for it to initialize */
2550 for (i
= 0; i
< i2c_detect_tries
; i
++) {
2551 if (i2c_r(sd
, OV7610_REG_ID_HIGH
) == 0x7f &&
2552 i2c_r(sd
, OV7610_REG_ID_LOW
) == 0xa2) {
2553 PDEBUG(D_PROBE
, "I2C synced in %d attempt(s)", i
);
2557 /* Reset the sensor */
2558 i2c_w(sd
, 0x12, 0x80);
2560 /* Wait for it to initialize */
2563 /* Dummy read to sync I2C */
2564 if (i2c_r(sd
, 0x00) < 0)
2570 /* Set the read and write slave IDs. The "slave" argument is the write slave,
2571 * and the read slave will be set to (slave + 1).
2572 * This should not be called from outside the i2c I/O functions.
2573 * Sets I2C read and write slave IDs. Returns <0 for error
2575 static void ov51x_set_slave_ids(struct sd
*sd
,
2578 switch (sd
->bridge
) {
2580 reg_w(sd
, OVFX2_I2C_ADDR
, slave
);
2582 case BRIDGE_W9968CF
:
2583 sd
->sensor_addr
= slave
;
2587 reg_w(sd
, R51x_I2C_W_SID
, slave
);
2588 reg_w(sd
, R51x_I2C_R_SID
, slave
+ 1);
2591 static void write_regvals(struct sd
*sd
,
2592 const struct ov_regvals
*regvals
,
2596 reg_w(sd
, regvals
->reg
, regvals
->val
);
2601 static void write_i2c_regvals(struct sd
*sd
,
2602 const struct ov_i2c_regvals
*regvals
,
2606 i2c_w(sd
, regvals
->reg
, regvals
->val
);
2611 /****************************************************************************
2613 * OV511 and sensor configuration
2615 ***************************************************************************/
2617 /* This initializes the OV2x10 / OV3610 / OV3620 / OV9600 */
2618 static void ov_hires_configure(struct sd
*sd
)
2620 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2623 if (sd
->bridge
!= BRIDGE_OVFX2
) {
2624 PERR("error hires sensors only supported with ovfx2\n");
2628 PDEBUG(D_PROBE
, "starting ov hires configuration");
2630 /* Detect sensor (sub)type */
2631 high
= i2c_r(sd
, 0x0a);
2632 low
= i2c_r(sd
, 0x0b);
2633 /* info("%x, %x", high, low); */
2638 PDEBUG(D_PROBE
, "Sensor is a OV2610");
2639 sd
->sensor
= SEN_OV2610
;
2642 PDEBUG(D_PROBE
, "Sensor is a OV2610AE");
2643 sd
->sensor
= SEN_OV2610AE
;
2646 PDEBUG(D_PROBE
, "Sensor is a OV9600");
2647 sd
->sensor
= SEN_OV9600
;
2652 if ((low
& 0x0f) == 0x00) {
2653 PDEBUG(D_PROBE
, "Sensor is a OV3610");
2654 sd
->sensor
= SEN_OV3610
;
2659 PERR("Error unknown sensor type: %02x%02x\n", high
, low
);
2662 /* This initializes the OV8110, OV8610 sensor. The OV8110 uses
2663 * the same register settings as the OV8610, since they are very similar.
2665 static void ov8xx0_configure(struct sd
*sd
)
2667 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2670 PDEBUG(D_PROBE
, "starting ov8xx0 configuration");
2672 /* Detect sensor (sub)type */
2673 rc
= i2c_r(sd
, OV7610_REG_COM_I
);
2675 PERR("Error detecting sensor type");
2679 sd
->sensor
= SEN_OV8610
;
2681 PERR("Unknown image sensor version: %d\n", rc
& 3);
2684 /* This initializes the OV7610, OV7620, or OV76BE sensor. The OV76BE uses
2685 * the same register settings as the OV7610, since they are very similar.
2687 static void ov7xx0_configure(struct sd
*sd
)
2689 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2692 PDEBUG(D_PROBE
, "starting OV7xx0 configuration");
2694 /* Detect sensor (sub)type */
2695 rc
= i2c_r(sd
, OV7610_REG_COM_I
);
2698 * it appears to be wrongly detected as a 7610 by default */
2700 PERR("Error detecting sensor type\n");
2703 if ((rc
& 3) == 3) {
2704 /* quick hack to make OV7670s work */
2705 high
= i2c_r(sd
, 0x0a);
2706 low
= i2c_r(sd
, 0x0b);
2707 /* info("%x, %x", high, low); */
2708 if (high
== 0x76 && (low
& 0xf0) == 0x70) {
2709 PDEBUG(D_PROBE
, "Sensor is an OV76%02x", low
);
2710 sd
->sensor
= SEN_OV7670
;
2712 PDEBUG(D_PROBE
, "Sensor is an OV7610");
2713 sd
->sensor
= SEN_OV7610
;
2715 } else if ((rc
& 3) == 1) {
2716 /* I don't know what's different about the 76BE yet. */
2717 if (i2c_r(sd
, 0x15) & 1) {
2718 PDEBUG(D_PROBE
, "Sensor is an OV7620AE");
2719 sd
->sensor
= SEN_OV7620AE
;
2721 PDEBUG(D_PROBE
, "Sensor is an OV76BE");
2722 sd
->sensor
= SEN_OV76BE
;
2724 } else if ((rc
& 3) == 0) {
2725 /* try to read product id registers */
2726 high
= i2c_r(sd
, 0x0a);
2728 PERR("Error detecting camera chip PID\n");
2731 low
= i2c_r(sd
, 0x0b);
2733 PERR("Error detecting camera chip VER\n");
2739 PERR("Sensor is an OV7630/OV7635\n");
2740 PERR("7630 is not supported by this driver\n");
2743 PDEBUG(D_PROBE
, "Sensor is an OV7645");
2744 sd
->sensor
= SEN_OV7640
; /* FIXME */
2747 PDEBUG(D_PROBE
, "Sensor is an OV7645B");
2748 sd
->sensor
= SEN_OV7640
; /* FIXME */
2751 PDEBUG(D_PROBE
, "Sensor is an OV7648");
2752 sd
->sensor
= SEN_OV7648
;
2755 PDEBUG(D_PROBE
, "Sensor is a OV7660");
2756 sd
->sensor
= SEN_OV7660
;
2759 PERR("Unknown sensor: 0x76%02x\n", low
);
2763 PDEBUG(D_PROBE
, "Sensor is an OV7620");
2764 sd
->sensor
= SEN_OV7620
;
2767 PERR("Unknown image sensor version: %d\n", rc
& 3);
2771 /* This initializes the OV6620, OV6630, OV6630AE, or OV6630AF sensor. */
2772 static void ov6xx0_configure(struct sd
*sd
)
2774 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2777 PDEBUG(D_PROBE
, "starting OV6xx0 configuration");
2779 /* Detect sensor (sub)type */
2780 rc
= i2c_r(sd
, OV7610_REG_COM_I
);
2782 PERR("Error detecting sensor type\n");
2786 /* Ugh. The first two bits are the version bits, but
2787 * the entire register value must be used. I guess OVT
2788 * underestimated how many variants they would make. */
2791 sd
->sensor
= SEN_OV6630
;
2792 pr_warn("WARNING: Sensor is an OV66308. Your camera may have been misdetected in previous driver versions.\n");
2795 sd
->sensor
= SEN_OV6620
;
2796 PDEBUG(D_PROBE
, "Sensor is an OV6620");
2799 sd
->sensor
= SEN_OV6630
;
2800 PDEBUG(D_PROBE
, "Sensor is an OV66308AE");
2803 sd
->sensor
= SEN_OV66308AF
;
2804 PDEBUG(D_PROBE
, "Sensor is an OV66308AF");
2807 sd
->sensor
= SEN_OV6630
;
2808 pr_warn("WARNING: Sensor is an OV66307. Your camera may have been misdetected in previous driver versions.\n");
2811 PERR("FATAL: Unknown sensor version: 0x%02x\n", rc
);
2815 /* Set sensor-specific vars */
2819 /* Turns on or off the LED. Only has an effect with OV511+/OV518(+)/OV519 */
2820 static void ov51x_led_control(struct sd
*sd
, int on
)
2825 switch (sd
->bridge
) {
2826 /* OV511 has no LED control */
2827 case BRIDGE_OV511PLUS
:
2828 reg_w(sd
, R511_SYS_LED_CTL
, on
);
2831 case BRIDGE_OV518PLUS
:
2832 reg_w_mask(sd
, R518_GPIO_OUT
, 0x02 * on
, 0x02);
2835 reg_w_mask(sd
, OV519_GPIO_DATA_OUT0
, on
, 1);
2840 static void sd_reset_snapshot(struct gspca_dev
*gspca_dev
)
2842 struct sd
*sd
= (struct sd
*) gspca_dev
;
2844 if (!sd
->snapshot_needs_reset
)
2847 /* Note it is important that we clear sd->snapshot_needs_reset,
2848 before actually clearing the snapshot state in the bridge
2849 otherwise we might race with the pkt_scan interrupt handler */
2850 sd
->snapshot_needs_reset
= 0;
2852 switch (sd
->bridge
) {
2854 case BRIDGE_OV511PLUS
:
2855 reg_w(sd
, R51x_SYS_SNAP
, 0x02);
2856 reg_w(sd
, R51x_SYS_SNAP
, 0x00);
2859 case BRIDGE_OV518PLUS
:
2860 reg_w(sd
, R51x_SYS_SNAP
, 0x02); /* Reset */
2861 reg_w(sd
, R51x_SYS_SNAP
, 0x01); /* Enable */
2864 reg_w(sd
, R51x_SYS_RESET
, 0x40);
2865 reg_w(sd
, R51x_SYS_RESET
, 0x00);
2870 static void ov51x_upload_quan_tables(struct sd
*sd
)
2872 const unsigned char yQuanTable511
[] = {
2873 0, 1, 1, 2, 2, 3, 3, 4,
2874 1, 1, 1, 2, 2, 3, 4, 4,
2875 1, 1, 2, 2, 3, 4, 4, 4,
2876 2, 2, 2, 3, 4, 4, 4, 4,
2877 2, 2, 3, 4, 4, 5, 5, 5,
2878 3, 3, 4, 4, 5, 5, 5, 5,
2879 3, 4, 4, 4, 5, 5, 5, 5,
2880 4, 4, 4, 4, 5, 5, 5, 5
2883 const unsigned char uvQuanTable511
[] = {
2884 0, 2, 2, 3, 4, 4, 4, 4,
2885 2, 2, 2, 4, 4, 4, 4, 4,
2886 2, 2, 3, 4, 4, 4, 4, 4,
2887 3, 4, 4, 4, 4, 4, 4, 4,
2888 4, 4, 4, 4, 4, 4, 4, 4,
2889 4, 4, 4, 4, 4, 4, 4, 4,
2890 4, 4, 4, 4, 4, 4, 4, 4,
2891 4, 4, 4, 4, 4, 4, 4, 4
2894 /* OV518 quantization tables are 8x4 (instead of 8x8) */
2895 const unsigned char yQuanTable518
[] = {
2896 5, 4, 5, 6, 6, 7, 7, 7,
2897 5, 5, 5, 5, 6, 7, 7, 7,
2898 6, 6, 6, 6, 7, 7, 7, 8,
2899 7, 7, 6, 7, 7, 7, 8, 8
2901 const unsigned char uvQuanTable518
[] = {
2902 6, 6, 6, 7, 7, 7, 7, 7,
2903 6, 6, 6, 7, 7, 7, 7, 7,
2904 6, 6, 6, 7, 7, 7, 7, 8,
2905 7, 7, 7, 7, 7, 7, 8, 8
2908 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
2909 const unsigned char *pYTable
, *pUVTable
;
2910 unsigned char val0
, val1
;
2911 int i
, size
, reg
= R51x_COMP_LUT_BEGIN
;
2913 PDEBUG(D_PROBE
, "Uploading quantization tables");
2915 if (sd
->bridge
== BRIDGE_OV511
|| sd
->bridge
== BRIDGE_OV511PLUS
) {
2916 pYTable
= yQuanTable511
;
2917 pUVTable
= uvQuanTable511
;
2920 pYTable
= yQuanTable518
;
2921 pUVTable
= uvQuanTable518
;
2925 for (i
= 0; i
< size
; i
++) {
2931 reg_w(sd
, reg
, val0
);
2938 reg_w(sd
, reg
+ size
, val0
);
2944 /* This initializes the OV511/OV511+ and the sensor */
2945 static void ov511_configure(struct gspca_dev
*gspca_dev
)
2947 struct sd
*sd
= (struct sd
*) gspca_dev
;
2949 /* For 511 and 511+ */
2950 const struct ov_regvals init_511
[] = {
2951 { R51x_SYS_RESET
, 0x7f },
2952 { R51x_SYS_INIT
, 0x01 },
2953 { R51x_SYS_RESET
, 0x7f },
2954 { R51x_SYS_INIT
, 0x01 },
2955 { R51x_SYS_RESET
, 0x3f },
2956 { R51x_SYS_INIT
, 0x01 },
2957 { R51x_SYS_RESET
, 0x3d },
2960 const struct ov_regvals norm_511
[] = {
2961 { R511_DRAM_FLOW_CTL
, 0x01 },
2962 { R51x_SYS_SNAP
, 0x00 },
2963 { R51x_SYS_SNAP
, 0x02 },
2964 { R51x_SYS_SNAP
, 0x00 },
2965 { R511_FIFO_OPTS
, 0x1f },
2966 { R511_COMP_EN
, 0x00 },
2967 { R511_COMP_LUT_EN
, 0x03 },
2970 const struct ov_regvals norm_511_p
[] = {
2971 { R511_DRAM_FLOW_CTL
, 0xff },
2972 { R51x_SYS_SNAP
, 0x00 },
2973 { R51x_SYS_SNAP
, 0x02 },
2974 { R51x_SYS_SNAP
, 0x00 },
2975 { R511_FIFO_OPTS
, 0xff },
2976 { R511_COMP_EN
, 0x00 },
2977 { R511_COMP_LUT_EN
, 0x03 },
2980 const struct ov_regvals compress_511
[] = {
2991 PDEBUG(D_PROBE
, "Device custom id %x", reg_r(sd
, R51x_SYS_CUST_ID
));
2993 write_regvals(sd
, init_511
, ARRAY_SIZE(init_511
));
2995 switch (sd
->bridge
) {
2997 write_regvals(sd
, norm_511
, ARRAY_SIZE(norm_511
));
2999 case BRIDGE_OV511PLUS
:
3000 write_regvals(sd
, norm_511_p
, ARRAY_SIZE(norm_511_p
));
3004 /* Init compression */
3005 write_regvals(sd
, compress_511
, ARRAY_SIZE(compress_511
));
3007 ov51x_upload_quan_tables(sd
);
3010 /* This initializes the OV518/OV518+ and the sensor */
3011 static void ov518_configure(struct gspca_dev
*gspca_dev
)
3013 struct sd
*sd
= (struct sd
*) gspca_dev
;
3015 /* For 518 and 518+ */
3016 const struct ov_regvals init_518
[] = {
3017 { R51x_SYS_RESET
, 0x40 },
3018 { R51x_SYS_INIT
, 0xe1 },
3019 { R51x_SYS_RESET
, 0x3e },
3020 { R51x_SYS_INIT
, 0xe1 },
3021 { R51x_SYS_RESET
, 0x00 },
3022 { R51x_SYS_INIT
, 0xe1 },
3027 const struct ov_regvals norm_518
[] = {
3028 { R51x_SYS_SNAP
, 0x02 }, /* Reset */
3029 { R51x_SYS_SNAP
, 0x01 }, /* Enable */
3040 const struct ov_regvals norm_518_p
[] = {
3041 { R51x_SYS_SNAP
, 0x02 }, /* Reset */
3042 { R51x_SYS_SNAP
, 0x01 }, /* Enable */
3059 /* First 5 bits of custom ID reg are a revision ID on OV518 */
3060 sd
->revision
= reg_r(sd
, R51x_SYS_CUST_ID
) & 0x1f;
3061 PDEBUG(D_PROBE
, "Device revision %d", sd
->revision
);
3063 write_regvals(sd
, init_518
, ARRAY_SIZE(init_518
));
3065 /* Set LED GPIO pin to output mode */
3066 reg_w_mask(sd
, R518_GPIO_CTL
, 0x00, 0x02);
3068 switch (sd
->bridge
) {
3070 write_regvals(sd
, norm_518
, ARRAY_SIZE(norm_518
));
3072 case BRIDGE_OV518PLUS
:
3073 write_regvals(sd
, norm_518_p
, ARRAY_SIZE(norm_518_p
));
3077 ov51x_upload_quan_tables(sd
);
3079 reg_w(sd
, 0x2f, 0x80);
3082 static void ov519_configure(struct sd
*sd
)
3084 static const struct ov_regvals init_519
[] = {
3085 { 0x5a, 0x6d }, /* EnableSystem */
3086 { 0x53, 0x9b }, /* don't enable the microcontroller */
3087 { OV519_R54_EN_CLK1
, 0xff }, /* set bit2 to enable jpeg */
3091 /* Set LED pin to output mode. Bit 4 must be cleared or sensor
3092 * detection will fail. This deserves further investigation. */
3093 { OV519_GPIO_IO_CTRL0
, 0xee },
3094 { OV519_R51_RESET1
, 0x0f },
3095 { OV519_R51_RESET1
, 0x00 },
3097 /* windows reads 0x55 at this point*/
3100 write_regvals(sd
, init_519
, ARRAY_SIZE(init_519
));
3103 static void ovfx2_configure(struct sd
*sd
)
3105 static const struct ov_regvals init_fx2
[] = {
3117 write_regvals(sd
, init_fx2
, ARRAY_SIZE(init_fx2
));
3121 /* This function works for ov7660 only */
3122 static void ov519_set_mode(struct sd
*sd
)
3124 static const struct ov_regvals bridge_ov7660
[2][10] = {
3125 {{0x10, 0x14}, {0x11, 0x1e}, {0x12, 0x00}, {0x13, 0x00},
3126 {0x14, 0x00}, {0x15, 0x00}, {0x16, 0x00}, {0x20, 0x0c},
3127 {0x25, 0x01}, {0x26, 0x00}},
3128 {{0x10, 0x28}, {0x11, 0x3c}, {0x12, 0x00}, {0x13, 0x00},
3129 {0x14, 0x00}, {0x15, 0x00}, {0x16, 0x00}, {0x20, 0x0c},
3130 {0x25, 0x03}, {0x26, 0x00}}
3132 static const struct ov_i2c_regvals sensor_ov7660
[2][3] = {
3133 {{0x12, 0x00}, {0x24, 0x00}, {0x0c, 0x0c}},
3134 {{0x12, 0x00}, {0x04, 0x00}, {0x0c, 0x00}}
3136 static const struct ov_i2c_regvals sensor_ov7660_2
[] = {
3137 {OV7670_R17_HSTART
, 0x13},
3138 {OV7670_R18_HSTOP
, 0x01},
3139 {OV7670_R32_HREF
, 0x92},
3140 {OV7670_R19_VSTART
, 0x02},
3141 {OV7670_R1A_VSTOP
, 0x7a},
3142 {OV7670_R03_VREF
, 0x00},
3149 write_regvals(sd
, bridge_ov7660
[sd
->gspca_dev
.curr_mode
],
3150 ARRAY_SIZE(bridge_ov7660
[0]));
3151 write_i2c_regvals(sd
, sensor_ov7660
[sd
->gspca_dev
.curr_mode
],
3152 ARRAY_SIZE(sensor_ov7660
[0]));
3153 write_i2c_regvals(sd
, sensor_ov7660_2
,
3154 ARRAY_SIZE(sensor_ov7660_2
));
3157 /* set the frame rate */
3158 /* This function works for sensors ov7640, ov7648 ov7660 and ov7670 only */
3159 static void ov519_set_fr(struct sd
*sd
)
3163 /* frame rate table with indices:
3164 * - mode = 0: 320x240, 1: 640x480
3165 * - fr rate = 0: 30, 1: 25, 2: 20, 3: 15, 4: 10, 5: 5
3166 * - reg = 0: bridge a4, 1: bridge 23, 2: sensor 11 (clock)
3168 static const u8 fr_tb
[2][6][3] = {
3169 {{0x04, 0xff, 0x00},
3174 {0x04, 0x01, 0x00}},
3175 {{0x0c, 0xff, 0x00},
3180 {0x04, 0x1b, 0x01}},
3184 sd
->frame_rate
= frame_rate
;
3185 if (sd
->frame_rate
>= 30)
3187 else if (sd
->frame_rate
>= 25)
3189 else if (sd
->frame_rate
>= 20)
3191 else if (sd
->frame_rate
>= 15)
3193 else if (sd
->frame_rate
>= 10)
3197 reg_w(sd
, 0xa4, fr_tb
[sd
->gspca_dev
.curr_mode
][fr
][0]);
3198 reg_w(sd
, 0x23, fr_tb
[sd
->gspca_dev
.curr_mode
][fr
][1]);
3199 clock
= fr_tb
[sd
->gspca_dev
.curr_mode
][fr
][2];
3200 if (sd
->sensor
== SEN_OV7660
)
3201 clock
|= 0x80; /* enable double clock */
3202 ov518_i2c_w(sd
, OV7670_R11_CLKRC
, clock
);
3205 static void setautogain(struct gspca_dev
*gspca_dev
, s32 val
)
3207 struct sd
*sd
= (struct sd
*) gspca_dev
;
3209 i2c_w_mask(sd
, 0x13, val
? 0x05 : 0x00, 0x05);
3212 /* this function is called at probe time */
3213 static int sd_config(struct gspca_dev
*gspca_dev
,
3214 const struct usb_device_id
*id
)
3216 struct sd
*sd
= (struct sd
*) gspca_dev
;
3217 struct cam
*cam
= &gspca_dev
->cam
;
3219 sd
->bridge
= id
->driver_info
& BRIDGE_MASK
;
3220 sd
->invert_led
= (id
->driver_info
& BRIDGE_INVERT_LED
) != 0;
3222 switch (sd
->bridge
) {
3224 case BRIDGE_OV511PLUS
:
3225 cam
->cam_mode
= ov511_vga_mode
;
3226 cam
->nmodes
= ARRAY_SIZE(ov511_vga_mode
);
3229 case BRIDGE_OV518PLUS
:
3230 cam
->cam_mode
= ov518_vga_mode
;
3231 cam
->nmodes
= ARRAY_SIZE(ov518_vga_mode
);
3234 cam
->cam_mode
= ov519_vga_mode
;
3235 cam
->nmodes
= ARRAY_SIZE(ov519_vga_mode
);
3238 cam
->cam_mode
= ov519_vga_mode
;
3239 cam
->nmodes
= ARRAY_SIZE(ov519_vga_mode
);
3240 cam
->bulk_size
= OVFX2_BULK_SIZE
;
3241 cam
->bulk_nurbs
= MAX_NURBS
;
3244 case BRIDGE_W9968CF
:
3245 cam
->cam_mode
= w9968cf_vga_mode
;
3246 cam
->nmodes
= ARRAY_SIZE(w9968cf_vga_mode
);
3250 sd
->frame_rate
= 15;
3255 /* this function is called at probe and resume time */
3256 static int sd_init(struct gspca_dev
*gspca_dev
)
3258 struct sd
*sd
= (struct sd
*) gspca_dev
;
3259 struct cam
*cam
= &gspca_dev
->cam
;
3261 switch (sd
->bridge
) {
3263 case BRIDGE_OV511PLUS
:
3264 ov511_configure(gspca_dev
);
3267 case BRIDGE_OV518PLUS
:
3268 ov518_configure(gspca_dev
);
3271 ov519_configure(sd
);
3274 ovfx2_configure(sd
);
3276 case BRIDGE_W9968CF
:
3277 w9968cf_configure(sd
);
3281 /* The OV519 must be more aggressive about sensor detection since
3282 * I2C write will never fail if the sensor is not present. We have
3283 * to try to initialize the sensor to detect its presence */
3287 if (init_ov_sensor(sd
, OV7xx0_SID
) >= 0) {
3288 ov7xx0_configure(sd
);
3291 } else if (init_ov_sensor(sd
, OV6xx0_SID
) >= 0) {
3292 ov6xx0_configure(sd
);
3295 } else if (init_ov_sensor(sd
, OV8xx0_SID
) >= 0) {
3296 ov8xx0_configure(sd
);
3298 /* Test for 3xxx / 2xxx */
3299 } else if (init_ov_sensor(sd
, OV_HIRES_SID
) >= 0) {
3300 ov_hires_configure(sd
);
3302 PERR("Can't determine sensor slave IDs\n");
3309 ov51x_led_control(sd
, 0); /* turn LED off */
3311 switch (sd
->bridge
) {
3313 case BRIDGE_OV511PLUS
:
3315 cam
->cam_mode
= ov511_sif_mode
;
3316 cam
->nmodes
= ARRAY_SIZE(ov511_sif_mode
);
3320 case BRIDGE_OV518PLUS
:
3322 cam
->cam_mode
= ov518_sif_mode
;
3323 cam
->nmodes
= ARRAY_SIZE(ov518_sif_mode
);
3328 cam
->cam_mode
= ov519_sif_mode
;
3329 cam
->nmodes
= ARRAY_SIZE(ov519_sif_mode
);
3333 switch (sd
->sensor
) {
3336 cam
->cam_mode
= ovfx2_ov2610_mode
;
3337 cam
->nmodes
= ARRAY_SIZE(ovfx2_ov2610_mode
);
3340 cam
->cam_mode
= ovfx2_ov3610_mode
;
3341 cam
->nmodes
= ARRAY_SIZE(ovfx2_ov3610_mode
);
3344 cam
->cam_mode
= ovfx2_ov9600_mode
;
3345 cam
->nmodes
= ARRAY_SIZE(ovfx2_ov9600_mode
);
3349 cam
->cam_mode
= ov519_sif_mode
;
3350 cam
->nmodes
= ARRAY_SIZE(ov519_sif_mode
);
3355 case BRIDGE_W9968CF
:
3357 cam
->nmodes
= ARRAY_SIZE(w9968cf_vga_mode
) - 1;
3359 /* w9968cf needs initialisation once the sensor is known */
3364 /* initialize the sensor */
3365 switch (sd
->sensor
) {
3367 write_i2c_regvals(sd
, norm_2610
, ARRAY_SIZE(norm_2610
));
3369 /* Enable autogain, autoexpo, awb, bandfilter */
3370 i2c_w_mask(sd
, 0x13, 0x27, 0x27);
3373 write_i2c_regvals(sd
, norm_2610ae
, ARRAY_SIZE(norm_2610ae
));
3375 /* enable autoexpo */
3376 i2c_w_mask(sd
, 0x13, 0x05, 0x05);
3379 write_i2c_regvals(sd
, norm_3620b
, ARRAY_SIZE(norm_3620b
));
3381 /* Enable autogain, autoexpo, awb, bandfilter */
3382 i2c_w_mask(sd
, 0x13, 0x27, 0x27);
3385 write_i2c_regvals(sd
, norm_6x20
, ARRAY_SIZE(norm_6x20
));
3389 write_i2c_regvals(sd
, norm_6x30
, ARRAY_SIZE(norm_6x30
));
3392 /* case SEN_OV7610: */
3393 /* case SEN_OV76BE: */
3394 write_i2c_regvals(sd
, norm_7610
, ARRAY_SIZE(norm_7610
));
3395 i2c_w_mask(sd
, 0x0e, 0x00, 0x40);
3399 write_i2c_regvals(sd
, norm_7620
, ARRAY_SIZE(norm_7620
));
3403 write_i2c_regvals(sd
, norm_7640
, ARRAY_SIZE(norm_7640
));
3406 i2c_w(sd
, OV7670_R12_COM7
, OV7670_COM7_RESET
);
3408 reg_w(sd
, OV519_R57_SNAPSHOT
, 0x23);
3409 write_regvals(sd
, init_519_ov7660
,
3410 ARRAY_SIZE(init_519_ov7660
));
3411 write_i2c_regvals(sd
, norm_7660
, ARRAY_SIZE(norm_7660
));
3412 sd
->gspca_dev
.curr_mode
= 1; /* 640x480 */
3415 sd_reset_snapshot(gspca_dev
);
3417 ov51x_stop(sd
); /* not in win traces */
3418 ov51x_led_control(sd
, 0);
3421 write_i2c_regvals(sd
, norm_7670
, ARRAY_SIZE(norm_7670
));
3424 write_i2c_regvals(sd
, norm_8610
, ARRAY_SIZE(norm_8610
));
3427 write_i2c_regvals(sd
, norm_9600
, ARRAY_SIZE(norm_9600
));
3429 /* enable autoexpo */
3430 /* i2c_w_mask(sd, 0x13, 0x05, 0x05); */
3433 return gspca_dev
->usb_err
;
3435 PERR("OV519 Config failed");
3439 /* function called at start time before URB creation */
3440 static int sd_isoc_init(struct gspca_dev
*gspca_dev
)
3442 struct sd
*sd
= (struct sd
*) gspca_dev
;
3444 switch (sd
->bridge
) {
3446 if (gspca_dev
->pixfmt
.width
!= 800)
3447 gspca_dev
->cam
.bulk_size
= OVFX2_BULK_SIZE
;
3449 gspca_dev
->cam
.bulk_size
= 7 * 4096;
3455 /* Set up the OV511/OV511+ with the given image parameters.
3457 * Do not put any sensor-specific code in here (including I2C I/O functions)
3459 static void ov511_mode_init_regs(struct sd
*sd
)
3461 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
3462 int hsegs
, vsegs
, packet_size
, fps
, needed
;
3464 struct usb_host_interface
*alt
;
3465 struct usb_interface
*intf
;
3467 intf
= usb_ifnum_to_if(sd
->gspca_dev
.dev
, sd
->gspca_dev
.iface
);
3468 alt
= usb_altnum_to_altsetting(intf
, sd
->gspca_dev
.alt
);
3470 PERR("Couldn't get altsetting\n");
3471 sd
->gspca_dev
.usb_err
= -EIO
;
3475 packet_size
= le16_to_cpu(alt
->endpoint
[0].desc
.wMaxPacketSize
);
3476 reg_w(sd
, R51x_FIFO_PSIZE
, packet_size
>> 5);
3478 reg_w(sd
, R511_CAM_UV_EN
, 0x01);
3479 reg_w(sd
, R511_SNAP_UV_EN
, 0x01);
3480 reg_w(sd
, R511_SNAP_OPTS
, 0x03);
3482 /* Here I'm assuming that snapshot size == image size.
3483 * I hope that's always true. --claudio
3485 hsegs
= (sd
->gspca_dev
.pixfmt
.width
>> 3) - 1;
3486 vsegs
= (sd
->gspca_dev
.pixfmt
.height
>> 3) - 1;
3488 reg_w(sd
, R511_CAM_PXCNT
, hsegs
);
3489 reg_w(sd
, R511_CAM_LNCNT
, vsegs
);
3490 reg_w(sd
, R511_CAM_PXDIV
, 0x00);
3491 reg_w(sd
, R511_CAM_LNDIV
, 0x00);
3493 /* YUV420, low pass filter on */
3494 reg_w(sd
, R511_CAM_OPTS
, 0x03);
3496 /* Snapshot additions */
3497 reg_w(sd
, R511_SNAP_PXCNT
, hsegs
);
3498 reg_w(sd
, R511_SNAP_LNCNT
, vsegs
);
3499 reg_w(sd
, R511_SNAP_PXDIV
, 0x00);
3500 reg_w(sd
, R511_SNAP_LNDIV
, 0x00);
3502 /******** Set the framerate ********/
3504 sd
->frame_rate
= frame_rate
;
3506 switch (sd
->sensor
) {
3508 /* No framerate control, doesn't like higher rates yet */
3512 /* Note once the FIXME's in mode_init_ov_sensor_regs() are fixed
3513 for more sensors we need to do this for them too */
3519 if (sd
->gspca_dev
.pixfmt
.width
== 320)
3525 switch (sd
->frame_rate
) {
3528 /* Not enough bandwidth to do 640x480 @ 30 fps */
3529 if (sd
->gspca_dev
.pixfmt
.width
!= 640) {
3533 /* Fall through for 640x480 case */
3547 sd
->clockdiv
= (sd
->clockdiv
+ 1) * 2 - 1;
3548 /* Higher then 10 does not work */
3549 if (sd
->clockdiv
> 10)
3555 /* No framerate control ?? */
3560 /* Check if we have enough bandwidth to disable compression */
3561 fps
= (interlaced
? 60 : 30) / (sd
->clockdiv
+ 1) + 1;
3562 needed
= fps
* sd
->gspca_dev
.pixfmt
.width
*
3563 sd
->gspca_dev
.pixfmt
.height
* 3 / 2;
3564 /* 1000 isoc packets/sec */
3565 if (needed
> 1000 * packet_size
) {
3566 /* Enable Y and UV quantization and compression */
3567 reg_w(sd
, R511_COMP_EN
, 0x07);
3568 reg_w(sd
, R511_COMP_LUT_EN
, 0x03);
3570 reg_w(sd
, R511_COMP_EN
, 0x06);
3571 reg_w(sd
, R511_COMP_LUT_EN
, 0x00);
3574 reg_w(sd
, R51x_SYS_RESET
, OV511_RESET_OMNICE
);
3575 reg_w(sd
, R51x_SYS_RESET
, 0);
3578 /* Sets up the OV518/OV518+ with the given image parameters
3580 * OV518 needs a completely different approach, until we can figure out what
3581 * the individual registers do. Also, only 15 FPS is supported now.
3583 * Do not put any sensor-specific code in here (including I2C I/O functions)
3585 static void ov518_mode_init_regs(struct sd
*sd
)
3587 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
3588 int hsegs
, vsegs
, packet_size
;
3589 struct usb_host_interface
*alt
;
3590 struct usb_interface
*intf
;
3592 intf
= usb_ifnum_to_if(sd
->gspca_dev
.dev
, sd
->gspca_dev
.iface
);
3593 alt
= usb_altnum_to_altsetting(intf
, sd
->gspca_dev
.alt
);
3595 PERR("Couldn't get altsetting\n");
3596 sd
->gspca_dev
.usb_err
= -EIO
;
3600 packet_size
= le16_to_cpu(alt
->endpoint
[0].desc
.wMaxPacketSize
);
3601 ov518_reg_w32(sd
, R51x_FIFO_PSIZE
, packet_size
& ~7, 2);
3603 /******** Set the mode ********/
3613 if (sd
->bridge
== BRIDGE_OV518
) {
3614 /* Set 8-bit (YVYU) input format */
3615 reg_w_mask(sd
, 0x20, 0x08, 0x08);
3617 /* Set 12-bit (4:2:0) output format */
3618 reg_w_mask(sd
, 0x28, 0x80, 0xf0);
3619 reg_w_mask(sd
, 0x38, 0x80, 0xf0);
3621 reg_w(sd
, 0x28, 0x80);
3622 reg_w(sd
, 0x38, 0x80);
3625 hsegs
= sd
->gspca_dev
.pixfmt
.width
/ 16;
3626 vsegs
= sd
->gspca_dev
.pixfmt
.height
/ 4;
3628 reg_w(sd
, 0x29, hsegs
);
3629 reg_w(sd
, 0x2a, vsegs
);
3631 reg_w(sd
, 0x39, hsegs
);
3632 reg_w(sd
, 0x3a, vsegs
);
3634 /* Windows driver does this here; who knows why */
3635 reg_w(sd
, 0x2f, 0x80);
3637 /******** Set the framerate ********/
3638 if (sd
->bridge
== BRIDGE_OV518PLUS
&& sd
->revision
== 0 &&
3639 sd
->sensor
== SEN_OV7620AE
)
3644 /* Mode independent, but framerate dependent, regs */
3645 /* 0x51: Clock divider; Only works on some cams which use 2 crystals */
3646 reg_w(sd
, 0x51, 0x04);
3647 reg_w(sd
, 0x22, 0x18);
3648 reg_w(sd
, 0x23, 0xff);
3650 if (sd
->bridge
== BRIDGE_OV518PLUS
) {
3651 switch (sd
->sensor
) {
3654 * HdG: 640x480 needs special handling on device
3655 * revision 2, we check for device revison > 0 to
3656 * avoid regressions, as we don't know the correct
3657 * thing todo for revision 1.
3659 * Also this likely means we don't need to
3660 * differentiate between the OV7620 and OV7620AE,
3661 * earlier testing hitting this same problem likely
3662 * happened to be with revision < 2 cams using an
3663 * OV7620 and revision 2 cams using an OV7620AE.
3665 if (sd
->revision
> 0 &&
3666 sd
->gspca_dev
.pixfmt
.width
== 640) {
3667 reg_w(sd
, 0x20, 0x60);
3668 reg_w(sd
, 0x21, 0x1f);
3670 reg_w(sd
, 0x20, 0x00);
3671 reg_w(sd
, 0x21, 0x19);
3675 reg_w(sd
, 0x20, 0x00);
3676 reg_w(sd
, 0x21, 0x19);
3679 reg_w(sd
, 0x21, 0x19);
3682 reg_w(sd
, 0x71, 0x17); /* Compression-related? */
3684 /* FIXME: Sensor-specific */
3685 /* Bit 5 is what matters here. Of course, it is "reserved" */
3686 i2c_w(sd
, 0x54, 0x23);
3688 reg_w(sd
, 0x2f, 0x80);
3690 if (sd
->bridge
== BRIDGE_OV518PLUS
) {
3691 reg_w(sd
, 0x24, 0x94);
3692 reg_w(sd
, 0x25, 0x90);
3693 ov518_reg_w32(sd
, 0xc4, 400, 2); /* 190h */
3694 ov518_reg_w32(sd
, 0xc6, 540, 2); /* 21ch */
3695 ov518_reg_w32(sd
, 0xc7, 540, 2); /* 21ch */
3696 ov518_reg_w32(sd
, 0xc8, 108, 2); /* 6ch */
3697 ov518_reg_w32(sd
, 0xca, 131098, 3); /* 2001ah */
3698 ov518_reg_w32(sd
, 0xcb, 532, 2); /* 214h */
3699 ov518_reg_w32(sd
, 0xcc, 2400, 2); /* 960h */
3700 ov518_reg_w32(sd
, 0xcd, 32, 2); /* 20h */
3701 ov518_reg_w32(sd
, 0xce, 608, 2); /* 260h */
3703 reg_w(sd
, 0x24, 0x9f);
3704 reg_w(sd
, 0x25, 0x90);
3705 ov518_reg_w32(sd
, 0xc4, 400, 2); /* 190h */
3706 ov518_reg_w32(sd
, 0xc6, 381, 2); /* 17dh */
3707 ov518_reg_w32(sd
, 0xc7, 381, 2); /* 17dh */
3708 ov518_reg_w32(sd
, 0xc8, 128, 2); /* 80h */
3709 ov518_reg_w32(sd
, 0xca, 183331, 3); /* 2cc23h */
3710 ov518_reg_w32(sd
, 0xcb, 746, 2); /* 2eah */
3711 ov518_reg_w32(sd
, 0xcc, 1750, 2); /* 6d6h */
3712 ov518_reg_w32(sd
, 0xcd, 45, 2); /* 2dh */
3713 ov518_reg_w32(sd
, 0xce, 851, 2); /* 353h */
3716 reg_w(sd
, 0x2f, 0x80);
3719 /* Sets up the OV519 with the given image parameters
3721 * OV519 needs a completely different approach, until we can figure out what
3722 * the individual registers do.
3724 * Do not put any sensor-specific code in here (including I2C I/O functions)
3726 static void ov519_mode_init_regs(struct sd
*sd
)
3728 static const struct ov_regvals mode_init_519_ov7670
[] = {
3729 { 0x5d, 0x03 }, /* Turn off suspend mode */
3730 { 0x53, 0x9f }, /* was 9b in 1.65-1.08 */
3731 { OV519_R54_EN_CLK1
, 0x0f }, /* bit2 (jpeg enable) */
3732 { 0xa2, 0x20 }, /* a2-a5 are undocumented */
3736 { 0x37, 0x00 }, /* SetUsbInit */
3737 { 0x55, 0x02 }, /* 4.096 Mhz audio clock */
3738 /* Enable both fields, YUV Input, disable defect comp (why?) */
3742 { 0x17, 0x50 }, /* undocumented */
3743 { 0x37, 0x00 }, /* undocumented */
3744 { 0x40, 0xff }, /* I2C timeout counter */
3745 { 0x46, 0x00 }, /* I2C clock prescaler */
3746 { 0x59, 0x04 }, /* new from windrv 090403 */
3747 { 0xff, 0x00 }, /* undocumented */
3748 /* windows reads 0x55 at this point, why? */
3751 static const struct ov_regvals mode_init_519
[] = {
3752 { 0x5d, 0x03 }, /* Turn off suspend mode */
3753 { 0x53, 0x9f }, /* was 9b in 1.65-1.08 */
3754 { OV519_R54_EN_CLK1
, 0x0f }, /* bit2 (jpeg enable) */
3755 { 0xa2, 0x20 }, /* a2-a5 are undocumented */
3759 { 0x37, 0x00 }, /* SetUsbInit */
3760 { 0x55, 0x02 }, /* 4.096 Mhz audio clock */
3761 /* Enable both fields, YUV Input, disable defect comp (why?) */
3763 { 0x17, 0x50 }, /* undocumented */
3764 { 0x37, 0x00 }, /* undocumented */
3765 { 0x40, 0xff }, /* I2C timeout counter */
3766 { 0x46, 0x00 }, /* I2C clock prescaler */
3767 { 0x59, 0x04 }, /* new from windrv 090403 */
3768 { 0xff, 0x00 }, /* undocumented */
3769 /* windows reads 0x55 at this point, why? */
3772 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
3774 /******** Set the mode ********/
3775 switch (sd
->sensor
) {
3777 write_regvals(sd
, mode_init_519
, ARRAY_SIZE(mode_init_519
));
3778 if (sd
->sensor
== SEN_OV7640
||
3779 sd
->sensor
== SEN_OV7648
) {
3780 /* Select 8-bit input mode */
3781 reg_w_mask(sd
, OV519_R20_DFR
, 0x10, 0x10);
3785 return; /* done by ov519_set_mode/fr() */
3787 write_regvals(sd
, mode_init_519_ov7670
,
3788 ARRAY_SIZE(mode_init_519_ov7670
));
3792 reg_w(sd
, OV519_R10_H_SIZE
, sd
->gspca_dev
.pixfmt
.width
>> 4);
3793 reg_w(sd
, OV519_R11_V_SIZE
, sd
->gspca_dev
.pixfmt
.height
>> 3);
3794 if (sd
->sensor
== SEN_OV7670
&&
3795 sd
->gspca_dev
.cam
.cam_mode
[sd
->gspca_dev
.curr_mode
].priv
)
3796 reg_w(sd
, OV519_R12_X_OFFSETL
, 0x04);
3797 else if (sd
->sensor
== SEN_OV7648
&&
3798 sd
->gspca_dev
.cam
.cam_mode
[sd
->gspca_dev
.curr_mode
].priv
)
3799 reg_w(sd
, OV519_R12_X_OFFSETL
, 0x01);
3801 reg_w(sd
, OV519_R12_X_OFFSETL
, 0x00);
3802 reg_w(sd
, OV519_R13_X_OFFSETH
, 0x00);
3803 reg_w(sd
, OV519_R14_Y_OFFSETL
, 0x00);
3804 reg_w(sd
, OV519_R15_Y_OFFSETH
, 0x00);
3805 reg_w(sd
, OV519_R16_DIVIDER
, 0x00);
3806 reg_w(sd
, OV519_R25_FORMAT
, 0x03); /* YUV422 */
3807 reg_w(sd
, 0x26, 0x00); /* Undocumented */
3809 /******** Set the framerate ********/
3811 sd
->frame_rate
= frame_rate
;
3813 /* FIXME: These are only valid at the max resolution. */
3815 switch (sd
->sensor
) {
3818 switch (sd
->frame_rate
) {
3821 reg_w(sd
, 0xa4, 0x0c);
3822 reg_w(sd
, 0x23, 0xff);
3825 reg_w(sd
, 0xa4, 0x0c);
3826 reg_w(sd
, 0x23, 0x1f);
3829 reg_w(sd
, 0xa4, 0x0c);
3830 reg_w(sd
, 0x23, 0x1b);
3833 reg_w(sd
, 0xa4, 0x04);
3834 reg_w(sd
, 0x23, 0xff);
3838 reg_w(sd
, 0xa4, 0x04);
3839 reg_w(sd
, 0x23, 0x1f);
3843 reg_w(sd
, 0xa4, 0x04);
3844 reg_w(sd
, 0x23, 0x1b);
3850 switch (sd
->frame_rate
) {
3851 default: /* 15 fps */
3853 reg_w(sd
, 0xa4, 0x06);
3854 reg_w(sd
, 0x23, 0xff);
3857 reg_w(sd
, 0xa4, 0x06);
3858 reg_w(sd
, 0x23, 0x1f);
3861 reg_w(sd
, 0xa4, 0x06);
3862 reg_w(sd
, 0x23, 0x1b);
3866 case SEN_OV7670
: /* guesses, based on 7640 */
3867 PDEBUG(D_STREAM
, "Setting framerate to %d fps",
3868 (sd
->frame_rate
== 0) ? 15 : sd
->frame_rate
);
3869 reg_w(sd
, 0xa4, 0x10);
3870 switch (sd
->frame_rate
) {
3872 reg_w(sd
, 0x23, 0xff);
3875 reg_w(sd
, 0x23, 0x1b);
3879 reg_w(sd
, 0x23, 0xff);
3887 static void mode_init_ov_sensor_regs(struct sd
*sd
)
3889 struct gspca_dev
*gspca_dev
= (struct gspca_dev
*)sd
;
3890 int qvga
, xstart
, xend
, ystart
, yend
;
3893 qvga
= gspca_dev
->cam
.cam_mode
[gspca_dev
->curr_mode
].priv
& 1;
3895 /******** Mode (VGA/QVGA) and sensor specific regs ********/
3896 switch (sd
->sensor
) {
3898 i2c_w_mask(sd
, 0x14, qvga
? 0x20 : 0x00, 0x20);
3899 i2c_w_mask(sd
, 0x28, qvga
? 0x00 : 0x20, 0x20);
3900 i2c_w(sd
, 0x24, qvga
? 0x20 : 0x3a);
3901 i2c_w(sd
, 0x25, qvga
? 0x30 : 0x60);
3902 i2c_w_mask(sd
, 0x2d, qvga
? 0x40 : 0x00, 0x40);
3903 i2c_w_mask(sd
, 0x67, qvga
? 0xf0 : 0x90, 0xf0);
3904 i2c_w_mask(sd
, 0x74, qvga
? 0x20 : 0x00, 0x20);
3906 case SEN_OV2610AE
: {
3910 * 10fps / 5 fps for 1600x1200
3911 * 40fps / 20fps for 800x600
3915 if (sd
->frame_rate
< 25)
3918 if (sd
->frame_rate
< 10)
3922 i2c_w(sd
, 0x12, qvga
? 0x60 : 0x20);
3927 xstart
= (1040 - gspca_dev
->pixfmt
.width
) / 2 +
3929 ystart
= (776 - gspca_dev
->pixfmt
.height
) / 2;
3931 xstart
= (2076 - gspca_dev
->pixfmt
.width
) / 2 +
3933 ystart
= (1544 - gspca_dev
->pixfmt
.height
) / 2;
3935 xend
= xstart
+ gspca_dev
->pixfmt
.width
;
3936 yend
= ystart
+ gspca_dev
->pixfmt
.height
;
3937 /* Writing to the COMH register resets the other windowing regs
3938 to their default values, so we must do this first. */
3939 i2c_w_mask(sd
, 0x12, qvga
? 0x40 : 0x00, 0xf0);
3940 i2c_w_mask(sd
, 0x32,
3941 (((xend
>> 1) & 7) << 3) | ((xstart
>> 1) & 7),
3943 i2c_w_mask(sd
, 0x03,
3944 (((yend
>> 1) & 3) << 2) | ((ystart
>> 1) & 3),
3946 i2c_w(sd
, 0x17, xstart
>> 4);
3947 i2c_w(sd
, 0x18, xend
>> 4);
3948 i2c_w(sd
, 0x19, ystart
>> 3);
3949 i2c_w(sd
, 0x1a, yend
>> 3);
3952 /* For OV8610 qvga means qsvga */
3953 i2c_w_mask(sd
, OV7610_REG_COM_C
, qvga
? (1 << 5) : 0, 1 << 5);
3954 i2c_w_mask(sd
, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
3955 i2c_w_mask(sd
, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
3956 i2c_w_mask(sd
, 0x2d, 0x00, 0x40); /* from windrv 090403 */
3957 i2c_w_mask(sd
, 0x28, 0x20, 0x20); /* progressive mode on */
3960 i2c_w_mask(sd
, 0x14, qvga
? 0x20 : 0x00, 0x20);
3961 i2c_w(sd
, 0x35, qvga
? 0x1e : 0x9e);
3962 i2c_w_mask(sd
, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
3963 i2c_w_mask(sd
, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
3968 i2c_w_mask(sd
, 0x14, qvga
? 0x20 : 0x00, 0x20);
3969 i2c_w_mask(sd
, 0x28, qvga
? 0x00 : 0x20, 0x20);
3970 i2c_w(sd
, 0x24, qvga
? 0x20 : 0x3a);
3971 i2c_w(sd
, 0x25, qvga
? 0x30 : 0x60);
3972 i2c_w_mask(sd
, 0x2d, qvga
? 0x40 : 0x00, 0x40);
3973 i2c_w_mask(sd
, 0x67, qvga
? 0xb0 : 0x90, 0xf0);
3974 i2c_w_mask(sd
, 0x74, qvga
? 0x20 : 0x00, 0x20);
3975 i2c_w_mask(sd
, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
3976 i2c_w_mask(sd
, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
3977 if (sd
->sensor
== SEN_OV76BE
)
3978 i2c_w(sd
, 0x35, qvga
? 0x1e : 0x9e);
3982 i2c_w_mask(sd
, 0x14, qvga
? 0x20 : 0x00, 0x20);
3983 i2c_w_mask(sd
, 0x28, qvga
? 0x00 : 0x20, 0x20);
3984 /* Setting this undocumented bit in qvga mode removes a very
3985 annoying vertical shaking of the image */
3986 i2c_w_mask(sd
, 0x2d, qvga
? 0x40 : 0x00, 0x40);
3988 i2c_w_mask(sd
, 0x67, qvga
? 0xf0 : 0x90, 0xf0);
3989 /* Allow higher automatic gain (to allow higher framerates) */
3990 i2c_w_mask(sd
, 0x74, qvga
? 0x20 : 0x00, 0x20);
3991 i2c_w_mask(sd
, 0x12, 0x04, 0x04); /* AWB: 1 */
3994 /* set COM7_FMT_VGA or COM7_FMT_QVGA
3995 * do we need to set anything else?
3996 * HSTART etc are set in set_ov_sensor_window itself */
3997 i2c_w_mask(sd
, OV7670_R12_COM7
,
3998 qvga
? OV7670_COM7_FMT_QVGA
: OV7670_COM7_FMT_VGA
,
3999 OV7670_COM7_FMT_MASK
);
4000 i2c_w_mask(sd
, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
4001 i2c_w_mask(sd
, OV7670_R13_COM8
, OV7670_COM8_AWB
,
4003 if (qvga
) { /* QVGA from ov7670.c by
4004 * Jonathan Corbet */
4015 /* OV7670 hardware window registers are split across
4016 * multiple locations */
4017 i2c_w(sd
, OV7670_R17_HSTART
, xstart
>> 3);
4018 i2c_w(sd
, OV7670_R18_HSTOP
, xend
>> 3);
4019 v
= i2c_r(sd
, OV7670_R32_HREF
);
4020 v
= (v
& 0xc0) | ((xend
& 0x7) << 3) | (xstart
& 0x07);
4021 msleep(10); /* need to sleep between read and write to
4023 i2c_w(sd
, OV7670_R32_HREF
, v
);
4025 i2c_w(sd
, OV7670_R19_VSTART
, ystart
>> 2);
4026 i2c_w(sd
, OV7670_R1A_VSTOP
, yend
>> 2);
4027 v
= i2c_r(sd
, OV7670_R03_VREF
);
4028 v
= (v
& 0xc0) | ((yend
& 0x3) << 2) | (ystart
& 0x03);
4029 msleep(10); /* need to sleep between read and write to
4031 i2c_w(sd
, OV7670_R03_VREF
, v
);
4034 i2c_w_mask(sd
, 0x14, qvga
? 0x20 : 0x00, 0x20);
4035 i2c_w_mask(sd
, 0x13, 0x00, 0x20); /* Select 16 bit data bus */
4036 i2c_w_mask(sd
, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
4040 i2c_w_mask(sd
, 0x14, qvga
? 0x20 : 0x00, 0x20);
4041 i2c_w_mask(sd
, 0x12, 0x04, 0x06); /* AWB: 1 Test pattern: 0 */
4044 const struct ov_i2c_regvals
*vals
;
4045 static const struct ov_i2c_regvals sxga_15
[] = {
4046 {0x11, 0x80}, {0x14, 0x3e}, {0x24, 0x85}, {0x25, 0x75}
4048 static const struct ov_i2c_regvals sxga_7_5
[] = {
4049 {0x11, 0x81}, {0x14, 0x3e}, {0x24, 0x85}, {0x25, 0x75}
4051 static const struct ov_i2c_regvals vga_30
[] = {
4052 {0x11, 0x81}, {0x14, 0x7e}, {0x24, 0x70}, {0x25, 0x60}
4054 static const struct ov_i2c_regvals vga_15
[] = {
4055 {0x11, 0x83}, {0x14, 0x3e}, {0x24, 0x80}, {0x25, 0x70}
4059 * 15fps / 7.5 fps for 1280x1024
4060 * 30fps / 15fps for 640x480
4062 i2c_w_mask(sd
, 0x12, qvga
? 0x40 : 0x00, 0x40);
4064 vals
= sd
->frame_rate
< 30 ? vga_15
: vga_30
;
4066 vals
= sd
->frame_rate
< 15 ? sxga_7_5
: sxga_15
;
4067 write_i2c_regvals(sd
, vals
, ARRAY_SIZE(sxga_15
));
4074 /******** Clock programming ********/
4075 i2c_w(sd
, 0x11, sd
->clockdiv
);
4078 /* this function works for bridge ov519 and sensors ov7660 and ov7670 only */
4079 static void sethvflip(struct gspca_dev
*gspca_dev
, s32 hflip
, s32 vflip
)
4081 struct sd
*sd
= (struct sd
*) gspca_dev
;
4083 if (sd
->gspca_dev
.streaming
)
4084 reg_w(sd
, OV519_R51_RESET1
, 0x0f); /* block stream */
4085 i2c_w_mask(sd
, OV7670_R1E_MVFP
,
4086 OV7670_MVFP_MIRROR
* hflip
| OV7670_MVFP_VFLIP
* vflip
,
4087 OV7670_MVFP_MIRROR
| OV7670_MVFP_VFLIP
);
4088 if (sd
->gspca_dev
.streaming
)
4089 reg_w(sd
, OV519_R51_RESET1
, 0x00); /* restart stream */
4092 static void set_ov_sensor_window(struct sd
*sd
)
4094 struct gspca_dev
*gspca_dev
;
4096 int hwsbase
, hwebase
, vwsbase
, vwebase
, hwscale
, vwscale
;
4098 /* mode setup is fully handled in mode_init_ov_sensor_regs for these */
4099 switch (sd
->sensor
) {
4105 mode_init_ov_sensor_regs(sd
);
4113 gspca_dev
= &sd
->gspca_dev
;
4114 qvga
= gspca_dev
->cam
.cam_mode
[gspca_dev
->curr_mode
].priv
& 1;
4115 crop
= gspca_dev
->cam
.cam_mode
[gspca_dev
->curr_mode
].priv
& 2;
4117 /* The different sensor ICs handle setting up of window differently.
4118 * IF YOU SET IT WRONG, YOU WILL GET ALL ZERO ISOC DATA FROM OV51x!! */
4119 switch (sd
->sensor
) {
4130 vwsbase
= vwebase
= 0x05;
4139 if (sd
->sensor
== SEN_OV66308AF
&& qvga
)
4140 /* HDG: this fixes U and V getting swapped */
4151 hwsbase
= 0x2f; /* From 7620.SET (spec is wrong) */
4153 vwsbase
= vwebase
= 0x05;
4159 vwsbase
= vwebase
= 0x03;
4165 switch (sd
->sensor
) {
4169 if (qvga
) { /* QCIF */
4174 vwscale
= 1; /* The datasheet says 0;
4179 if (qvga
) { /* QSVGA */
4187 default: /* SEN_OV7xx0 */
4188 if (qvga
) { /* QVGA */
4197 mode_init_ov_sensor_regs(sd
);
4199 i2c_w(sd
, 0x17, hwsbase
);
4200 i2c_w(sd
, 0x18, hwebase
+ (sd
->sensor_width
>> hwscale
));
4201 i2c_w(sd
, 0x19, vwsbase
);
4202 i2c_w(sd
, 0x1a, vwebase
+ (sd
->sensor_height
>> vwscale
));
4205 /* -- start the camera -- */
4206 static int sd_start(struct gspca_dev
*gspca_dev
)
4208 struct sd
*sd
= (struct sd
*) gspca_dev
;
4210 /* Default for most bridges, allow bridge_mode_init_regs to override */
4211 sd
->sensor_width
= sd
->gspca_dev
.pixfmt
.width
;
4212 sd
->sensor_height
= sd
->gspca_dev
.pixfmt
.height
;
4214 switch (sd
->bridge
) {
4216 case BRIDGE_OV511PLUS
:
4217 ov511_mode_init_regs(sd
);
4220 case BRIDGE_OV518PLUS
:
4221 ov518_mode_init_regs(sd
);
4224 ov519_mode_init_regs(sd
);
4226 /* case BRIDGE_OVFX2: nothing to do */
4227 case BRIDGE_W9968CF
:
4228 w9968cf_mode_init_regs(sd
);
4232 set_ov_sensor_window(sd
);
4234 /* Force clear snapshot state in case the snapshot button was
4235 pressed while we weren't streaming */
4236 sd
->snapshot_needs_reset
= 1;
4237 sd_reset_snapshot(gspca_dev
);
4239 sd
->first_frame
= 3;
4242 ov51x_led_control(sd
, 1);
4243 return gspca_dev
->usb_err
;
4246 static void sd_stopN(struct gspca_dev
*gspca_dev
)
4248 struct sd
*sd
= (struct sd
*) gspca_dev
;
4251 ov51x_led_control(sd
, 0);
4254 static void sd_stop0(struct gspca_dev
*gspca_dev
)
4256 struct sd
*sd
= (struct sd
*) gspca_dev
;
4258 if (!sd
->gspca_dev
.present
)
4260 if (sd
->bridge
== BRIDGE_W9968CF
)
4263 #if IS_ENABLED(CONFIG_INPUT)
4264 /* If the last button state is pressed, release it now! */
4265 if (sd
->snapshot_pressed
) {
4266 input_report_key(gspca_dev
->input_dev
, KEY_CAMERA
, 0);
4267 input_sync(gspca_dev
->input_dev
);
4268 sd
->snapshot_pressed
= 0;
4271 if (sd
->bridge
== BRIDGE_OV519
)
4272 reg_w(sd
, OV519_R57_SNAPSHOT
, 0x23);
4275 static void ov51x_handle_button(struct gspca_dev
*gspca_dev
, u8 state
)
4277 struct sd
*sd
= (struct sd
*) gspca_dev
;
4279 if (sd
->snapshot_pressed
!= state
) {
4280 #if IS_ENABLED(CONFIG_INPUT)
4281 input_report_key(gspca_dev
->input_dev
, KEY_CAMERA
, state
);
4282 input_sync(gspca_dev
->input_dev
);
4285 sd
->snapshot_needs_reset
= 1;
4287 sd
->snapshot_pressed
= state
;
4289 /* On the ov511 / ov519 we need to reset the button state
4290 multiple times, as resetting does not work as long as the
4291 button stays pressed */
4292 switch (sd
->bridge
) {
4294 case BRIDGE_OV511PLUS
:
4297 sd
->snapshot_needs_reset
= 1;
4303 static void ov511_pkt_scan(struct gspca_dev
*gspca_dev
,
4304 u8
*in
, /* isoc packet */
4305 int len
) /* iso packet length */
4307 struct sd
*sd
= (struct sd
*) gspca_dev
;
4309 /* SOF/EOF packets have 1st to 8th bytes zeroed and the 9th
4310 * byte non-zero. The EOF packet has image width/height in the
4311 * 10th and 11th bytes. The 9th byte is given as follows:
4314 * 6: compression enabled
4315 * 5: 422/420/400 modes
4316 * 4: 422/420/400 modes
4318 * 2: snapshot button on
4322 if (!(in
[0] | in
[1] | in
[2] | in
[3] | in
[4] | in
[5] | in
[6] | in
[7]) &&
4324 ov51x_handle_button(gspca_dev
, (in
[8] >> 2) & 1);
4327 if ((in
[9] + 1) * 8 != gspca_dev
->pixfmt
.width
||
4328 (in
[10] + 1) * 8 != gspca_dev
->pixfmt
.height
) {
4329 PERR("Invalid frame size, got: %dx%d,"
4330 " requested: %dx%d\n",
4331 (in
[9] + 1) * 8, (in
[10] + 1) * 8,
4332 gspca_dev
->pixfmt
.width
,
4333 gspca_dev
->pixfmt
.height
);
4334 gspca_dev
->last_packet_type
= DISCARD_PACKET
;
4337 /* Add 11 byte footer to frame, might be useful */
4338 gspca_frame_add(gspca_dev
, LAST_PACKET
, in
, 11);
4342 gspca_frame_add(gspca_dev
, FIRST_PACKET
, in
, 0);
4347 /* Ignore the packet number */
4350 /* intermediate packet */
4351 gspca_frame_add(gspca_dev
, INTER_PACKET
, in
, len
);
4354 static void ov518_pkt_scan(struct gspca_dev
*gspca_dev
,
4355 u8
*data
, /* isoc packet */
4356 int len
) /* iso packet length */
4358 struct sd
*sd
= (struct sd
*) gspca_dev
;
4360 /* A false positive here is likely, until OVT gives me
4361 * the definitive SOF/EOF format */
4362 if ((!(data
[0] | data
[1] | data
[2] | data
[3] | data
[5])) && data
[6]) {
4363 ov51x_handle_button(gspca_dev
, (data
[6] >> 1) & 1);
4364 gspca_frame_add(gspca_dev
, LAST_PACKET
, NULL
, 0);
4365 gspca_frame_add(gspca_dev
, FIRST_PACKET
, NULL
, 0);
4369 if (gspca_dev
->last_packet_type
== DISCARD_PACKET
)
4372 /* Does this device use packet numbers ? */
4375 if (sd
->packet_nr
== data
[len
])
4377 /* The last few packets of the frame (which are all 0's
4378 except that they may contain part of the footer), are
4380 else if (sd
->packet_nr
== 0 || data
[len
]) {
4381 PERR("Invalid packet nr: %d (expect: %d)",
4382 (int)data
[len
], (int)sd
->packet_nr
);
4383 gspca_dev
->last_packet_type
= DISCARD_PACKET
;
4388 /* intermediate packet */
4389 gspca_frame_add(gspca_dev
, INTER_PACKET
, data
, len
);
4392 static void ov519_pkt_scan(struct gspca_dev
*gspca_dev
,
4393 u8
*data
, /* isoc packet */
4394 int len
) /* iso packet length */
4396 /* Header of ov519 is 16 bytes:
4397 * Byte Value Description
4401 * 3 0xXX 0x50 = SOF, 0x51 = EOF
4402 * 9 0xXX 0x01 initial frame without data,
4403 * 0x00 standard frame with image
4404 * 14 Lo in EOF: length of image data / 8
4408 if (data
[0] == 0xff && data
[1] == 0xff && data
[2] == 0xff) {
4410 case 0x50: /* start of frame */
4411 /* Don't check the button state here, as the state
4412 usually (always ?) changes at EOF and checking it
4413 here leads to unnecessary snapshot state resets. */
4418 if (data
[0] == 0xff || data
[1] == 0xd8)
4419 gspca_frame_add(gspca_dev
, FIRST_PACKET
,
4422 gspca_dev
->last_packet_type
= DISCARD_PACKET
;
4424 case 0x51: /* end of frame */
4425 ov51x_handle_button(gspca_dev
, data
[11] & 1);
4427 gspca_dev
->last_packet_type
= DISCARD_PACKET
;
4428 gspca_frame_add(gspca_dev
, LAST_PACKET
,
4434 /* intermediate packet */
4435 gspca_frame_add(gspca_dev
, INTER_PACKET
, data
, len
);
4438 static void ovfx2_pkt_scan(struct gspca_dev
*gspca_dev
,
4439 u8
*data
, /* isoc packet */
4440 int len
) /* iso packet length */
4442 struct sd
*sd
= (struct sd
*) gspca_dev
;
4444 gspca_frame_add(gspca_dev
, INTER_PACKET
, data
, len
);
4446 /* A short read signals EOF */
4447 if (len
< gspca_dev
->cam
.bulk_size
) {
4448 /* If the frame is short, and it is one of the first ones
4449 the sensor and bridge are still syncing, so drop it. */
4450 if (sd
->first_frame
) {
4452 if (gspca_dev
->image_len
<
4453 sd
->gspca_dev
.pixfmt
.width
*
4454 sd
->gspca_dev
.pixfmt
.height
)
4455 gspca_dev
->last_packet_type
= DISCARD_PACKET
;
4457 gspca_frame_add(gspca_dev
, LAST_PACKET
, NULL
, 0);
4458 gspca_frame_add(gspca_dev
, FIRST_PACKET
, NULL
, 0);
4462 static void sd_pkt_scan(struct gspca_dev
*gspca_dev
,
4463 u8
*data
, /* isoc packet */
4464 int len
) /* iso packet length */
4466 struct sd
*sd
= (struct sd
*) gspca_dev
;
4468 switch (sd
->bridge
) {
4470 case BRIDGE_OV511PLUS
:
4471 ov511_pkt_scan(gspca_dev
, data
, len
);
4474 case BRIDGE_OV518PLUS
:
4475 ov518_pkt_scan(gspca_dev
, data
, len
);
4478 ov519_pkt_scan(gspca_dev
, data
, len
);
4481 ovfx2_pkt_scan(gspca_dev
, data
, len
);
4483 case BRIDGE_W9968CF
:
4484 w9968cf_pkt_scan(gspca_dev
, data
, len
);
4489 /* -- management routines -- */
4491 static void setbrightness(struct gspca_dev
*gspca_dev
, s32 val
)
4493 struct sd
*sd
= (struct sd
*) gspca_dev
;
4494 static const struct ov_i2c_regvals brit_7660
[][7] = {
4495 {{0x0f, 0x6a}, {0x24, 0x40}, {0x25, 0x2b}, {0x26, 0x90},
4496 {0x27, 0xe0}, {0x28, 0xe0}, {0x2c, 0xe0}},
4497 {{0x0f, 0x6a}, {0x24, 0x50}, {0x25, 0x40}, {0x26, 0xa1},
4498 {0x27, 0xc0}, {0x28, 0xc0}, {0x2c, 0xc0}},
4499 {{0x0f, 0x6a}, {0x24, 0x68}, {0x25, 0x58}, {0x26, 0xc2},
4500 {0x27, 0xa0}, {0x28, 0xa0}, {0x2c, 0xa0}},
4501 {{0x0f, 0x6a}, {0x24, 0x70}, {0x25, 0x68}, {0x26, 0xd3},
4502 {0x27, 0x80}, {0x28, 0x80}, {0x2c, 0x80}},
4503 {{0x0f, 0x6a}, {0x24, 0x80}, {0x25, 0x70}, {0x26, 0xd3},
4504 {0x27, 0x20}, {0x28, 0x20}, {0x2c, 0x20}},
4505 {{0x0f, 0x6a}, {0x24, 0x88}, {0x25, 0x78}, {0x26, 0xd3},
4506 {0x27, 0x40}, {0x28, 0x40}, {0x2c, 0x40}},
4507 {{0x0f, 0x6a}, {0x24, 0x90}, {0x25, 0x80}, {0x26, 0xd4},
4508 {0x27, 0x60}, {0x28, 0x60}, {0x2c, 0x60}}
4511 switch (sd
->sensor
) {
4520 i2c_w(sd
, OV7610_REG_BRT
, val
);
4524 i2c_w(sd
, OV7610_REG_BRT
, val
);
4527 write_i2c_regvals(sd
, brit_7660
[val
],
4528 ARRAY_SIZE(brit_7660
[0]));
4532 * i2c_w_mask(sd, OV7670_R13_COM8, 0, OV7670_COM8_AEC); */
4533 i2c_w(sd
, OV7670_R55_BRIGHT
, ov7670_abs_to_sm(val
));
4538 static void setcontrast(struct gspca_dev
*gspca_dev
, s32 val
)
4540 struct sd
*sd
= (struct sd
*) gspca_dev
;
4541 static const struct ov_i2c_regvals contrast_7660
[][31] = {
4542 {{0x6c, 0xf0}, {0x6d, 0xf0}, {0x6e, 0xf8}, {0x6f, 0xa0},
4543 {0x70, 0x58}, {0x71, 0x38}, {0x72, 0x30}, {0x73, 0x30},
4544 {0x74, 0x28}, {0x75, 0x28}, {0x76, 0x24}, {0x77, 0x24},
4545 {0x78, 0x22}, {0x79, 0x28}, {0x7a, 0x2a}, {0x7b, 0x34},
4546 {0x7c, 0x0f}, {0x7d, 0x1e}, {0x7e, 0x3d}, {0x7f, 0x65},
4547 {0x80, 0x70}, {0x81, 0x77}, {0x82, 0x7d}, {0x83, 0x83},
4548 {0x84, 0x88}, {0x85, 0x8d}, {0x86, 0x96}, {0x87, 0x9f},
4549 {0x88, 0xb0}, {0x89, 0xc4}, {0x8a, 0xd9}},
4550 {{0x6c, 0xf0}, {0x6d, 0xf0}, {0x6e, 0xf8}, {0x6f, 0x94},
4551 {0x70, 0x58}, {0x71, 0x40}, {0x72, 0x30}, {0x73, 0x30},
4552 {0x74, 0x30}, {0x75, 0x30}, {0x76, 0x2c}, {0x77, 0x24},
4553 {0x78, 0x22}, {0x79, 0x28}, {0x7a, 0x2a}, {0x7b, 0x31},
4554 {0x7c, 0x0f}, {0x7d, 0x1e}, {0x7e, 0x3d}, {0x7f, 0x62},
4555 {0x80, 0x6d}, {0x81, 0x75}, {0x82, 0x7b}, {0x83, 0x81},
4556 {0x84, 0x87}, {0x85, 0x8d}, {0x86, 0x98}, {0x87, 0xa1},
4557 {0x88, 0xb2}, {0x89, 0xc6}, {0x8a, 0xdb}},
4558 {{0x6c, 0xf0}, {0x6d, 0xf0}, {0x6e, 0xf0}, {0x6f, 0x84},
4559 {0x70, 0x58}, {0x71, 0x48}, {0x72, 0x40}, {0x73, 0x40},
4560 {0x74, 0x28}, {0x75, 0x28}, {0x76, 0x28}, {0x77, 0x24},
4561 {0x78, 0x26}, {0x79, 0x28}, {0x7a, 0x28}, {0x7b, 0x34},
4562 {0x7c, 0x0f}, {0x7d, 0x1e}, {0x7e, 0x3c}, {0x7f, 0x5d},
4563 {0x80, 0x68}, {0x81, 0x71}, {0x82, 0x79}, {0x83, 0x81},
4564 {0x84, 0x86}, {0x85, 0x8b}, {0x86, 0x95}, {0x87, 0x9e},
4565 {0x88, 0xb1}, {0x89, 0xc5}, {0x8a, 0xd9}},
4566 {{0x6c, 0xf0}, {0x6d, 0xf0}, {0x6e, 0xf0}, {0x6f, 0x70},
4567 {0x70, 0x58}, {0x71, 0x58}, {0x72, 0x48}, {0x73, 0x48},
4568 {0x74, 0x38}, {0x75, 0x40}, {0x76, 0x34}, {0x77, 0x34},
4569 {0x78, 0x2e}, {0x79, 0x28}, {0x7a, 0x24}, {0x7b, 0x22},
4570 {0x7c, 0x0f}, {0x7d, 0x1e}, {0x7e, 0x3c}, {0x7f, 0x58},
4571 {0x80, 0x63}, {0x81, 0x6e}, {0x82, 0x77}, {0x83, 0x80},
4572 {0x84, 0x87}, {0x85, 0x8f}, {0x86, 0x9c}, {0x87, 0xa9},
4573 {0x88, 0xc0}, {0x89, 0xd4}, {0x8a, 0xe6}},
4574 {{0x6c, 0xa0}, {0x6d, 0xf0}, {0x6e, 0x90}, {0x6f, 0x80},
4575 {0x70, 0x70}, {0x71, 0x80}, {0x72, 0x60}, {0x73, 0x60},
4576 {0x74, 0x58}, {0x75, 0x60}, {0x76, 0x4c}, {0x77, 0x38},
4577 {0x78, 0x38}, {0x79, 0x2a}, {0x7a, 0x20}, {0x7b, 0x0e},
4578 {0x7c, 0x0a}, {0x7d, 0x14}, {0x7e, 0x26}, {0x7f, 0x46},
4579 {0x80, 0x54}, {0x81, 0x64}, {0x82, 0x70}, {0x83, 0x7c},
4580 {0x84, 0x87}, {0x85, 0x93}, {0x86, 0xa6}, {0x87, 0xb4},
4581 {0x88, 0xd0}, {0x89, 0xe5}, {0x8a, 0xf5}},
4582 {{0x6c, 0x60}, {0x6d, 0x80}, {0x6e, 0x60}, {0x6f, 0x80},
4583 {0x70, 0x80}, {0x71, 0x80}, {0x72, 0x88}, {0x73, 0x30},
4584 {0x74, 0x70}, {0x75, 0x68}, {0x76, 0x64}, {0x77, 0x50},
4585 {0x78, 0x3c}, {0x79, 0x22}, {0x7a, 0x10}, {0x7b, 0x08},
4586 {0x7c, 0x06}, {0x7d, 0x0e}, {0x7e, 0x1a}, {0x7f, 0x3a},
4587 {0x80, 0x4a}, {0x81, 0x5a}, {0x82, 0x6b}, {0x83, 0x7b},
4588 {0x84, 0x89}, {0x85, 0x96}, {0x86, 0xaf}, {0x87, 0xc3},
4589 {0x88, 0xe1}, {0x89, 0xf2}, {0x8a, 0xfa}},
4590 {{0x6c, 0x20}, {0x6d, 0x40}, {0x6e, 0x20}, {0x6f, 0x60},
4591 {0x70, 0x88}, {0x71, 0xc8}, {0x72, 0xc0}, {0x73, 0xb8},
4592 {0x74, 0xa8}, {0x75, 0xb8}, {0x76, 0x80}, {0x77, 0x5c},
4593 {0x78, 0x26}, {0x79, 0x10}, {0x7a, 0x08}, {0x7b, 0x04},
4594 {0x7c, 0x02}, {0x7d, 0x06}, {0x7e, 0x0a}, {0x7f, 0x22},
4595 {0x80, 0x33}, {0x81, 0x4c}, {0x82, 0x64}, {0x83, 0x7b},
4596 {0x84, 0x90}, {0x85, 0xa7}, {0x86, 0xc7}, {0x87, 0xde},
4597 {0x88, 0xf1}, {0x89, 0xf9}, {0x8a, 0xfd}},
4600 switch (sd
->sensor
) {
4603 i2c_w(sd
, OV7610_REG_CNT
, val
);
4607 i2c_w_mask(sd
, OV7610_REG_CNT
, val
>> 4, 0x0f);
4610 static const u8 ctab
[] = {
4611 0x03, 0x09, 0x0b, 0x0f, 0x53, 0x6f, 0x35, 0x7f
4614 /* Use Y gamma control instead. Bit 0 enables it. */
4615 i2c_w(sd
, 0x64, ctab
[val
>> 5]);
4619 case SEN_OV7620AE
: {
4620 static const u8 ctab
[] = {
4621 0x01, 0x05, 0x09, 0x11, 0x15, 0x35, 0x37, 0x57,
4622 0x5b, 0xa5, 0xa7, 0xc7, 0xc9, 0xcf, 0xef, 0xff
4625 /* Use Y gamma control instead. Bit 0 enables it. */
4626 i2c_w(sd
, 0x64, ctab
[val
>> 4]);
4630 write_i2c_regvals(sd
, contrast_7660
[val
],
4631 ARRAY_SIZE(contrast_7660
[0]));
4634 /* check that this isn't just the same as ov7610 */
4635 i2c_w(sd
, OV7670_R56_CONTRAS
, val
>> 1);
4640 static void setexposure(struct gspca_dev
*gspca_dev
, s32 val
)
4642 struct sd
*sd
= (struct sd
*) gspca_dev
;
4644 i2c_w(sd
, 0x10, val
);
4647 static void setcolors(struct gspca_dev
*gspca_dev
, s32 val
)
4649 struct sd
*sd
= (struct sd
*) gspca_dev
;
4650 static const struct ov_i2c_regvals colors_7660
[][6] = {
4651 {{0x4f, 0x28}, {0x50, 0x2a}, {0x51, 0x02}, {0x52, 0x0a},
4652 {0x53, 0x19}, {0x54, 0x23}},
4653 {{0x4f, 0x47}, {0x50, 0x4a}, {0x51, 0x03}, {0x52, 0x11},
4654 {0x53, 0x2c}, {0x54, 0x3e}},
4655 {{0x4f, 0x66}, {0x50, 0x6b}, {0x51, 0x05}, {0x52, 0x19},
4656 {0x53, 0x40}, {0x54, 0x59}},
4657 {{0x4f, 0x84}, {0x50, 0x8b}, {0x51, 0x06}, {0x52, 0x20},
4658 {0x53, 0x53}, {0x54, 0x73}},
4659 {{0x4f, 0xa3}, {0x50, 0xab}, {0x51, 0x08}, {0x52, 0x28},
4660 {0x53, 0x66}, {0x54, 0x8e}},
4663 switch (sd
->sensor
) {
4670 i2c_w(sd
, OV7610_REG_SAT
, val
);
4674 /* Use UV gamma control instead. Bits 0 & 7 are reserved. */
4675 /* rc = ov_i2c_write(sd->dev, 0x62, (val >> 9) & 0x7e);
4678 i2c_w(sd
, OV7610_REG_SAT
, val
);
4682 i2c_w(sd
, OV7610_REG_SAT
, val
& 0xf0);
4685 write_i2c_regvals(sd
, colors_7660
[val
],
4686 ARRAY_SIZE(colors_7660
[0]));
4689 /* supported later once I work out how to do it
4690 * transparently fail now! */
4691 /* set REG_COM13 values for UV sat auto mode */
4696 static void setautobright(struct gspca_dev
*gspca_dev
, s32 val
)
4698 struct sd
*sd
= (struct sd
*) gspca_dev
;
4700 i2c_w_mask(sd
, 0x2d, val
? 0x10 : 0x00, 0x10);
4703 static void setfreq_i(struct sd
*sd
, s32 val
)
4705 if (sd
->sensor
== SEN_OV7660
4706 || sd
->sensor
== SEN_OV7670
) {
4708 case 0: /* Banding filter disabled */
4709 i2c_w_mask(sd
, OV7670_R13_COM8
, 0, OV7670_COM8_BFILT
);
4712 i2c_w_mask(sd
, OV7670_R13_COM8
, OV7670_COM8_BFILT
,
4714 i2c_w_mask(sd
, OV7670_R3B_COM11
, 0x08, 0x18);
4717 i2c_w_mask(sd
, OV7670_R13_COM8
, OV7670_COM8_BFILT
,
4719 i2c_w_mask(sd
, OV7670_R3B_COM11
, 0x00, 0x18);
4721 case 3: /* Auto hz - ov7670 only */
4722 i2c_w_mask(sd
, OV7670_R13_COM8
, OV7670_COM8_BFILT
,
4724 i2c_w_mask(sd
, OV7670_R3B_COM11
, OV7670_COM11_HZAUTO
,
4730 case 0: /* Banding filter disabled */
4731 i2c_w_mask(sd
, 0x2d, 0x00, 0x04);
4732 i2c_w_mask(sd
, 0x2a, 0x00, 0x80);
4734 case 1: /* 50 hz (filter on and framerate adj) */
4735 i2c_w_mask(sd
, 0x2d, 0x04, 0x04);
4736 i2c_w_mask(sd
, 0x2a, 0x80, 0x80);
4737 /* 20 fps -> 16.667 fps */
4738 if (sd
->sensor
== SEN_OV6620
||
4739 sd
->sensor
== SEN_OV6630
||
4740 sd
->sensor
== SEN_OV66308AF
)
4741 i2c_w(sd
, 0x2b, 0x5e);
4743 i2c_w(sd
, 0x2b, 0xac);
4745 case 2: /* 60 hz (filter on, ...) */
4746 i2c_w_mask(sd
, 0x2d, 0x04, 0x04);
4747 if (sd
->sensor
== SEN_OV6620
||
4748 sd
->sensor
== SEN_OV6630
||
4749 sd
->sensor
== SEN_OV66308AF
) {
4750 /* 20 fps -> 15 fps */
4751 i2c_w_mask(sd
, 0x2a, 0x80, 0x80);
4752 i2c_w(sd
, 0x2b, 0xa8);
4754 /* no framerate adj. */
4755 i2c_w_mask(sd
, 0x2a, 0x00, 0x80);
4762 static void setfreq(struct gspca_dev
*gspca_dev
, s32 val
)
4764 struct sd
*sd
= (struct sd
*) gspca_dev
;
4768 /* Ugly but necessary */
4769 if (sd
->bridge
== BRIDGE_W9968CF
)
4770 w9968cf_set_crop_window(sd
);
4773 static int sd_get_jcomp(struct gspca_dev
*gspca_dev
,
4774 struct v4l2_jpegcompression
*jcomp
)
4776 struct sd
*sd
= (struct sd
*) gspca_dev
;
4778 if (sd
->bridge
!= BRIDGE_W9968CF
)
4781 memset(jcomp
, 0, sizeof *jcomp
);
4782 jcomp
->quality
= v4l2_ctrl_g_ctrl(sd
->jpegqual
);
4783 jcomp
->jpeg_markers
= V4L2_JPEG_MARKER_DHT
| V4L2_JPEG_MARKER_DQT
|
4784 V4L2_JPEG_MARKER_DRI
;
4788 static int sd_set_jcomp(struct gspca_dev
*gspca_dev
,
4789 const struct v4l2_jpegcompression
*jcomp
)
4791 struct sd
*sd
= (struct sd
*) gspca_dev
;
4793 if (sd
->bridge
!= BRIDGE_W9968CF
)
4796 v4l2_ctrl_s_ctrl(sd
->jpegqual
, jcomp
->quality
);
4800 static int sd_g_volatile_ctrl(struct v4l2_ctrl
*ctrl
)
4802 struct gspca_dev
*gspca_dev
=
4803 container_of(ctrl
->handler
, struct gspca_dev
, ctrl_handler
);
4804 struct sd
*sd
= (struct sd
*)gspca_dev
;
4806 gspca_dev
->usb_err
= 0;
4809 case V4L2_CID_AUTOGAIN
:
4810 gspca_dev
->exposure
->val
= i2c_r(sd
, 0x10);
4816 static int sd_s_ctrl(struct v4l2_ctrl
*ctrl
)
4818 struct gspca_dev
*gspca_dev
=
4819 container_of(ctrl
->handler
, struct gspca_dev
, ctrl_handler
);
4820 struct sd
*sd
= (struct sd
*)gspca_dev
;
4822 gspca_dev
->usb_err
= 0;
4824 if (!gspca_dev
->streaming
)
4828 case V4L2_CID_BRIGHTNESS
:
4829 setbrightness(gspca_dev
, ctrl
->val
);
4831 case V4L2_CID_CONTRAST
:
4832 setcontrast(gspca_dev
, ctrl
->val
);
4834 case V4L2_CID_POWER_LINE_FREQUENCY
:
4835 setfreq(gspca_dev
, ctrl
->val
);
4837 case V4L2_CID_AUTOBRIGHTNESS
:
4839 setautobright(gspca_dev
, ctrl
->val
);
4840 if (!ctrl
->val
&& sd
->brightness
->is_new
)
4841 setbrightness(gspca_dev
, sd
->brightness
->val
);
4843 case V4L2_CID_SATURATION
:
4844 setcolors(gspca_dev
, ctrl
->val
);
4846 case V4L2_CID_HFLIP
:
4847 sethvflip(gspca_dev
, ctrl
->val
, sd
->vflip
->val
);
4849 case V4L2_CID_AUTOGAIN
:
4851 setautogain(gspca_dev
, ctrl
->val
);
4852 if (!ctrl
->val
&& gspca_dev
->exposure
->is_new
)
4853 setexposure(gspca_dev
, gspca_dev
->exposure
->val
);
4855 case V4L2_CID_JPEG_COMPRESSION_QUALITY
:
4856 return -EBUSY
; /* Should never happen, as we grab the ctrl */
4858 return gspca_dev
->usb_err
;
4861 static const struct v4l2_ctrl_ops sd_ctrl_ops
= {
4862 .g_volatile_ctrl
= sd_g_volatile_ctrl
,
4863 .s_ctrl
= sd_s_ctrl
,
4866 static int sd_init_controls(struct gspca_dev
*gspca_dev
)
4868 struct sd
*sd
= (struct sd
*)gspca_dev
;
4869 struct v4l2_ctrl_handler
*hdl
= &gspca_dev
->ctrl_handler
;
4871 gspca_dev
->vdev
.ctrl_handler
= hdl
;
4872 v4l2_ctrl_handler_init(hdl
, 10);
4873 if (valid_controls
[sd
->sensor
].has_brightness
)
4874 sd
->brightness
= v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4875 V4L2_CID_BRIGHTNESS
, 0,
4876 sd
->sensor
== SEN_OV7660
? 6 : 255, 1,
4877 sd
->sensor
== SEN_OV7660
? 3 : 127);
4878 if (valid_controls
[sd
->sensor
].has_contrast
) {
4879 if (sd
->sensor
== SEN_OV7660
)
4880 v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4881 V4L2_CID_CONTRAST
, 0, 6, 1, 3);
4883 v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4884 V4L2_CID_CONTRAST
, 0, 255, 1,
4885 (sd
->sensor
== SEN_OV6630
||
4886 sd
->sensor
== SEN_OV66308AF
) ? 200 : 127);
4888 if (valid_controls
[sd
->sensor
].has_sat
)
4889 v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4890 V4L2_CID_SATURATION
, 0,
4891 sd
->sensor
== SEN_OV7660
? 4 : 255, 1,
4892 sd
->sensor
== SEN_OV7660
? 2 : 127);
4893 if (valid_controls
[sd
->sensor
].has_exposure
)
4894 gspca_dev
->exposure
= v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4895 V4L2_CID_EXPOSURE
, 0, 255, 1, 127);
4896 if (valid_controls
[sd
->sensor
].has_hvflip
) {
4897 sd
->hflip
= v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4898 V4L2_CID_HFLIP
, 0, 1, 1, 0);
4899 sd
->vflip
= v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4900 V4L2_CID_VFLIP
, 0, 1, 1, 0);
4902 if (valid_controls
[sd
->sensor
].has_autobright
)
4903 sd
->autobright
= v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4904 V4L2_CID_AUTOBRIGHTNESS
, 0, 1, 1, 1);
4905 if (valid_controls
[sd
->sensor
].has_autogain
)
4906 gspca_dev
->autogain
= v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4907 V4L2_CID_AUTOGAIN
, 0, 1, 1, 1);
4908 if (valid_controls
[sd
->sensor
].has_freq
) {
4909 if (sd
->sensor
== SEN_OV7670
)
4910 sd
->freq
= v4l2_ctrl_new_std_menu(hdl
, &sd_ctrl_ops
,
4911 V4L2_CID_POWER_LINE_FREQUENCY
,
4912 V4L2_CID_POWER_LINE_FREQUENCY_AUTO
, 0,
4913 V4L2_CID_POWER_LINE_FREQUENCY_AUTO
);
4915 sd
->freq
= v4l2_ctrl_new_std_menu(hdl
, &sd_ctrl_ops
,
4916 V4L2_CID_POWER_LINE_FREQUENCY
,
4917 V4L2_CID_POWER_LINE_FREQUENCY_60HZ
, 0, 0);
4919 if (sd
->bridge
== BRIDGE_W9968CF
)
4920 sd
->jpegqual
= v4l2_ctrl_new_std(hdl
, &sd_ctrl_ops
,
4921 V4L2_CID_JPEG_COMPRESSION_QUALITY
,
4922 QUALITY_MIN
, QUALITY_MAX
, 1, QUALITY_DEF
);
4925 PERR("Could not initialize controls\n");
4928 if (gspca_dev
->autogain
)
4929 v4l2_ctrl_auto_cluster(3, &gspca_dev
->autogain
, 0, true);
4931 v4l2_ctrl_auto_cluster(2, &sd
->autobright
, 0, false);
4933 v4l2_ctrl_cluster(2, &sd
->hflip
);
4937 /* sub-driver description */
4938 static const struct sd_desc sd_desc
= {
4939 .name
= MODULE_NAME
,
4940 .config
= sd_config
,
4942 .init_controls
= sd_init_controls
,
4943 .isoc_init
= sd_isoc_init
,
4947 .pkt_scan
= sd_pkt_scan
,
4948 .dq_callback
= sd_reset_snapshot
,
4949 .get_jcomp
= sd_get_jcomp
,
4950 .set_jcomp
= sd_set_jcomp
,
4951 #if IS_ENABLED(CONFIG_INPUT)
4956 /* -- module initialisation -- */
4957 static const struct usb_device_id device_table
[] = {
4958 {USB_DEVICE(0x041e, 0x4003), .driver_info
= BRIDGE_W9968CF
},
4959 {USB_DEVICE(0x041e, 0x4052),
4960 .driver_info
= BRIDGE_OV519
| BRIDGE_INVERT_LED
},
4961 {USB_DEVICE(0x041e, 0x405f), .driver_info
= BRIDGE_OV519
},
4962 {USB_DEVICE(0x041e, 0x4060), .driver_info
= BRIDGE_OV519
},
4963 {USB_DEVICE(0x041e, 0x4061), .driver_info
= BRIDGE_OV519
},
4964 {USB_DEVICE(0x041e, 0x4064), .driver_info
= BRIDGE_OV519
},
4965 {USB_DEVICE(0x041e, 0x4067), .driver_info
= BRIDGE_OV519
},
4966 {USB_DEVICE(0x041e, 0x4068), .driver_info
= BRIDGE_OV519
},
4967 {USB_DEVICE(0x045e, 0x028c),
4968 .driver_info
= BRIDGE_OV519
| BRIDGE_INVERT_LED
},
4969 {USB_DEVICE(0x054c, 0x0154), .driver_info
= BRIDGE_OV519
},
4970 {USB_DEVICE(0x054c, 0x0155), .driver_info
= BRIDGE_OV519
},
4971 {USB_DEVICE(0x05a9, 0x0511), .driver_info
= BRIDGE_OV511
},
4972 {USB_DEVICE(0x05a9, 0x0518), .driver_info
= BRIDGE_OV518
},
4973 {USB_DEVICE(0x05a9, 0x0519),
4974 .driver_info
= BRIDGE_OV519
| BRIDGE_INVERT_LED
},
4975 {USB_DEVICE(0x05a9, 0x0530),
4976 .driver_info
= BRIDGE_OV519
| BRIDGE_INVERT_LED
},
4977 {USB_DEVICE(0x05a9, 0x2800), .driver_info
= BRIDGE_OVFX2
},
4978 {USB_DEVICE(0x05a9, 0x4519), .driver_info
= BRIDGE_OV519
},
4979 {USB_DEVICE(0x05a9, 0x8519), .driver_info
= BRIDGE_OV519
},
4980 {USB_DEVICE(0x05a9, 0xa511), .driver_info
= BRIDGE_OV511PLUS
},
4981 {USB_DEVICE(0x05a9, 0xa518), .driver_info
= BRIDGE_OV518PLUS
},
4982 {USB_DEVICE(0x0813, 0x0002), .driver_info
= BRIDGE_OV511PLUS
},
4983 {USB_DEVICE(0x0b62, 0x0059), .driver_info
= BRIDGE_OVFX2
},
4984 {USB_DEVICE(0x0e96, 0xc001), .driver_info
= BRIDGE_OVFX2
},
4985 {USB_DEVICE(0x1046, 0x9967), .driver_info
= BRIDGE_W9968CF
},
4986 {USB_DEVICE(0x8020, 0xef04), .driver_info
= BRIDGE_OVFX2
},
4990 MODULE_DEVICE_TABLE(usb
, device_table
);
4992 /* -- device connect -- */
4993 static int sd_probe(struct usb_interface
*intf
,
4994 const struct usb_device_id
*id
)
4996 return gspca_dev_probe(intf
, id
, &sd_desc
, sizeof(struct sd
),
5000 static struct usb_driver sd_driver
= {
5001 .name
= MODULE_NAME
,
5002 .id_table
= device_table
,
5004 .disconnect
= gspca_disconnect
,
5006 .suspend
= gspca_suspend
,
5007 .resume
= gspca_resume
,
5008 .reset_resume
= gspca_resume
,
5012 module_usb_driver(sd_driver
);
5014 module_param(frame_rate
, int, 0644);
5015 MODULE_PARM_DESC(frame_rate
, "Frame rate (5, 10, 15, 20 or 30 fps)");