diff options
author | Luca Risolia <luca.risolia@studio.unibo.it> | 2007-05-02 09:04:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-09 09:12:38 -0400 |
commit | 480b55c26e2f6408e86f22a69fcecc29e019e819 (patch) | |
tree | 5df75439da6c7105f54f00aa76d9bdc20ffedd7f /Documentation/video4linux | |
parent | b3785596e3964656b9901f4eff73bf40b654d425 (diff) |
V4L/DVB (5585): SN9C1xx driver updates
* Default color improvements to the OV7660
@ Fix sn9c102_write_reg()
@ Fix sn9c102_i2c_try_raw_read()
@ Fix MI-0343
+ Add support for pair MI0360+SN9C120
+ Add more USB ids
Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'Documentation/video4linux')
-rw-r--r-- | Documentation/video4linux/sn9c102.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/Documentation/video4linux/sn9c102.txt b/Documentation/video4linux/sn9c102.txt index 5fe0ad7dfc20..279717c96f63 100644 --- a/Documentation/video4linux/sn9c102.txt +++ b/Documentation/video4linux/sn9c102.txt | |||
@@ -355,6 +355,9 @@ devices assembling the SN9C1xx PC camera controllers: | |||
355 | 355 | ||
356 | Vendor ID Product ID | 356 | Vendor ID Product ID |
357 | --------- ---------- | 357 | --------- ---------- |
358 | 0x0458 0x7025 | ||
359 | 0x045e 0x00f5 | ||
360 | 0x045e 0x00f7 | ||
358 | 0x0471 0x0327 | 361 | 0x0471 0x0327 |
359 | 0x0471 0x0328 | 362 | 0x0471 0x0328 |
360 | 0x0c45 0x6001 | 363 | 0x0c45 0x6001 |
@@ -432,7 +435,7 @@ Image sensor / SN9C1xx bridge | SN9C10[12] SN9C103 SN9C105 SN9C120 | |||
432 | HV7131D Hynix Semiconductor | Yes No No No | 435 | HV7131D Hynix Semiconductor | Yes No No No |
433 | HV7131R Hynix Semiconductor | No Yes Yes Yes | 436 | HV7131R Hynix Semiconductor | No Yes Yes Yes |
434 | MI-0343 Micron Technology | Yes No No No | 437 | MI-0343 Micron Technology | Yes No No No |
435 | MI-0360 Micron Technology | No Yes No No | 438 | MI-0360 Micron Technology | No Yes Yes Yes |
436 | OV7630 OmniVision Technologies | Yes Yes No No | 439 | OV7630 OmniVision Technologies | Yes Yes No No |
437 | OV7660 OmniVision Technologies | No No Yes Yes | 440 | OV7660 OmniVision Technologies | No No Yes Yes |
438 | PAS106B PixArt Imaging | Yes No No No | 441 | PAS106B PixArt Imaging | Yes No No No |
@@ -478,13 +481,12 @@ scaling factor is restored to 1. | |||
478 | This driver supports two different video formats: the first one is the "8-bit | 481 | This driver supports two different video formats: the first one is the "8-bit |
479 | Sequential Bayer" format and can be used to obtain uncompressed video data | 482 | Sequential Bayer" format and can be used to obtain uncompressed video data |
480 | from the device through the current I/O method, while the second one provides | 483 | from the device through the current I/O method, while the second one provides |
481 | "raw" compressed video data (without frame headers not related to the | 484 | either "raw" compressed video data (without frame headers not related to the |
482 | compressed data). The compression quality may vary from 0 to 1 and can be | 485 | compressed data) or standard JPEG (with frame headers). The compression quality |
483 | selected or queried thanks to the VIDIOC_S_JPEGCOMP and VIDIOC_G_JPEGCOMP V4L2 | 486 | may vary from 0 to 1 and can be selected or queried thanks to the |
484 | ioctl's. For maximum flexibility, both the default active video format and the | 487 | VIDIOC_S_JPEGCOMP and VIDIOC_G_JPEGCOMP V4L2 ioctl's. For maximum flexibility, |
485 | default compression quality depend on how the image sensor being used is | 488 | both the default active video format and the default compression quality |
486 | initialized (as described in the documentation of the API for the image sensors | 489 | depend on how the image sensor being used is initialized. |
487 | supplied by this driver). | ||
488 | 490 | ||
489 | 491 | ||
490 | 11. Video frame formats [1] | 492 | 11. Video frame formats [1] |