To change the USPS shipping module to show for ALL of the Ship To US and filter on the FedEx conditions, change the IF to read:
Code:
if ($this->usps_countries == 'US' || preg_match('#Priority Mail International#i', $type_rebuilt) && $_SESSION['usps_first_class'] > 40) {