#!/bin/sh

test "$ACTION" == "add" || exit 0

if [ -f /var/run/openct/status ]; then
    /usr/sbin/openct-control attach $DEVICE usb:$PRODUCT
fi