aboutsummaryrefslogtreecommitdiffstats
path: root/packages/usb-gadget-mode/files/usb-gadget.init
blob: 7bf456b6520ffb7572b17e3bbc79d2707e50540f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh
#
# Copyright Matthias Hentges <devel@hentges.net> (c) 2007
# License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license)
#
# Filename: usb-gadget.init
# Date: 20070606 (YMD)
#
#################################################################################
#
# 20070606 - v0.0.1	- Initial release

case "$1" in 
start)		usb-gadget ;;
esac