#!/bin/sh

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

/usr/sbin/openct-control attach $DEVICE usb:$PRODUCT
