xref: /linux/tools/testing/selftests/media_tests/bind_unbind_sample.sh (revision 2ef6765ccaab2c69470d7049d9a9bf6456a6e666)
1#!/bin/bash
2# SPDX-License-Identifier: GPL-2.0
3# Find device number in /sys/bus/usb/drivers/drivername
4# Edit this file to update the driver numer and name
5# Example test for uvcvideo driver
6#i=0
7# while :; do
8#  i=$((i+1))
9#  echo 1-5:1.0 > /sys/bus/usb/drivers/uvcvideo/unbind;
10#  echo 1-5:1.0 > /sys/bus/usb/drivers/uvcvideo/bind;
11#  clear
12#	echo $i
13#done
14