#!/bin/sh

HOTPLUG_FILES_PATH=/system/etc/hotplug/hotplug

if [ -e $HOTPLUG_FILES_PATH.$SUBSYSTEM ]; then
	$HOTPLUG_FILES_PATH.$SUBSYSTEM
fi
