diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-11-08 12:19:44 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-11-08 12:19:44 -0200 |
commit | fac5e5a48e2f8871a298d63dc0cdc0751362af19 (patch) | |
tree | d42d4c3a94d41a1e6872d5248b7d69b081ba22de /contrib/saa7134 | |
parent | d8f2eb0547a16dfc079375623bcd2fc373648573 (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-x | contrib/saa7134/parse_saa7134.pl | 2 |
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) { |