From ec66b70b8c9fedec2f376d86cf695cd8b1e98c95 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 28 Nov 2012 18:29:21 +0000 Subject: [PATCH] *** empty log message *** --- padiwa.pl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/padiwa.pl b/padiwa.pl index 8c4683c..52b0e3e 100755 --- a/padiwa.pl +++ b/padiwa.pl @@ -64,8 +64,6 @@ sub sendcmd { - - if($ARGV[2] eq "temp") { my $b = sendcmd(0x10040000); @@ -74,6 +72,15 @@ if($ARGV[2] eq "temp") { } } +if($ARGV[2] eq "uid" && defined $ARGV[3]) { + my $b = sendcmd(0x10000001); + usleep(100000); + $b = sendcmd(0x10000000); + usleep(100000); + } + + + if($ARGV[2] eq "uid") { my $ids; for(my $i = 0; $i <= 3; $i++) { -- 2.43.0