#!/bin/bash i=0 file=/dev/media$1 while :; do echo $file i=$((i+1)) R=$(./media_device_open -d $file); # clear echo -e "Loop $i\n$R" done k rel='alternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/drivers/usb/phy/phy-msm-usb.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy-msm-usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy/phy-msm-usb.c')