#!/bin/sh

# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear

if [ $ACTION == "remove" ] && [ $DEVICENAME == "usb1" ] && [ "$SUBSYSTEM" == "usb" ]; then
	/sbin/start_usb bind_udc
fi
