#!/bin/sh # check if any interface of this device is a PTP camera interface (06) grep -q -F 06 /sys/$PHYSDEVPATH/*/bInterfaceClass exit $?