aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/saa7134
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-11-08 12:19:44 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-11-08 12:19:44 -0200
commitfac5e5a48e2f8871a298d63dc0cdc0751362af19 (patch)
treed42d4c3a94d41a1e6872d5248b7d69b081ba22de /contrib/saa7134
parentd8f2eb0547a16dfc079375623bcd2fc373648573 (diff)
rc_keymaps: sync anysee keytable with in-kernel keytable
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'contrib/saa7134')
-rwxr-xr-xcontrib/saa7134/parse_saa7134.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/saa7134/parse_saa7134.pl b/contrib/saa7134/parse_saa7134.pl
index 78f78faa..69f9dde0 100755
--- a/contrib/saa7134/parse_saa7134.pl
+++ b/contrib/saa7134/parse_saa7134.pl
@@ -250,8 +250,6 @@ sub parse_i2c($$$$$)
# Discard transactions on the wrong direction
push @buf, $val;
} elsif ($attr eq "STOP" && $addr >= 0) {
- push @buf, $val;
-
flush_i2c_transaction(0, 1);
}
} elsif ($direction == 1) {

Privacy Policy