This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: parse_sn9c201.pl: Add a few more registers
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Tue Dec 7 14:02:54 2010 -0200

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 contrib/sn9c201/parse_sn9c201.pl |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=f5435ee2d6d8b889f5bbda36b39a6f5cd3d139d8

diff --git a/contrib/sn9c201/parse_sn9c201.pl b/contrib/sn9c201/parse_sn9c201.pl
index c8aa3f1..e82c373 100755
--- a/contrib/sn9c201/parse_sn9c201.pl
+++ b/contrib/sn9c201/parse_sn9c201.pl
@@ -29,12 +29,14 @@ GetOptions('d' => \$debug);
 # FIXME: How to handle multiple registers being changed at the same time?
 
 my %reg_map = (
+       0x10e0 => "SN9C201_R10E0_IMG_FMT",
        0x1180 => "SN9C201_R1180_HSTART_LOW",
        0x1181 => "SN9C201_R1181_HSTART_HIGH",
        0x1182 => "SN9C201_R1182_VSTART_LOW",
        0x1183 => "SN9C201_R1183_VSTART_HIGH",
-       0x1184 => "SN9C201_R1184_HSIZE"
-       0x1185 => "SN9C201_R1184_VSIZE"
+       0x1184 => "SN9C201_R1184_HSIZE",
+       0x1185 => "SN9C201_R1185_VSIZE",
+       0x1189 => "SN9C201_R1189_SCALE",
        0x11b8 => "SN9C201_R11B8_CLK_CTRL",
 );
 

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to