Answer:
For the EZUSB, there's no register that flags the user if no bus activity is detected. A suspend interrupt is generated by the core if it detects no bus activity for 3ms (note that if WAKEUP# is tied to ground, you won't get this suspend interrupt).One way you can get around this is to leave WAKEUP# high so that the processor gets a suspend interrupt if it sees no bus activities in 3ms. In the suspend ISR, firmware just doesn't suspend the micro controller(not setting PCON.0).