#!/bin/sh

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

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