blob: cff1d4b059c9c6675ffb6a9f4e4c441211cd39a4 [file] [log] [blame]
#!/bin/sh
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
logger -t bridge_stop \
"Stopping ippusb_bridge for $ID_VENDOR_ID:$ID_MODEL_ID" \
"on $BUSNUM:$DEVNUM ($DEVNAME)"
exec /sbin/stop --no-wait --quiet ippusb-bridge \
BUS="$BUSNUM" DEV="$DEVNUM" VID="$ID_VENDOR_ID" PID="$ID_MODEL_ID"