1#!/bin/sh2# A catch-all script which will be executed for all not-configured devices in /etc/mdev.conf34umask 02256# Log unknown event so we can debug it later.7# We hit this part of script if nothing above matched.8exit9exec >>/run/mdev.log10exec 2>&111env12echo '---'