![]() |
|
|||
0001 #!/bin/bash 0002 # SPDX-License-Identifier: GPL-2.0 0003 # Find device number in /sys/bus/usb/drivers/drivername 0004 # Edit this file to update the driver numer and name 0005 # Example test for uvcvideo driver 0006 #i=0 0007 # while :; do 0008 # i=$((i+1)) 0009 # echo 1-5:1.0 > /sys/bus/usb/drivers/uvcvideo/unbind; 0010 # echo 1-5:1.0 > /sys/bus/usb/drivers/uvcvideo/bind; 0011 # clear 0012 # echo $i 0013 #done
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |