#!/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 'https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/drivers/usb/gadget/udc/net2280.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/net2280.c
AgeCommit message (Expand)AuthorFilesLines