#!/bin/sh /etc/rc.common
START=99

start() {
    /app/mpcie_detect
    sleep 5
    # usbreset 0bda:8771
    # usbreset 10c4:ea60
}
