170c170 < Reads the firewall information --- > Reads the firmware information 333c333 < my $msg = pack("V",$addr+$read)."\x00\x00\x00"; --- > my $msg = pack("V",$addr)."\x00\x00\x00"; 337a338,345 > > if ($info{'trackpoints'} > 4096){ > $msg = pack("V",$addr + (4096 * 32))."\x00\x00\x00"; > sendRawPacket(PID_ERASE_TRACK,$msg); > > ($type,$data) = readPacket(); > nicedie("Trackpoint deletion failed.") if($type ne PID_CMD_OK); > }