#!/bin/sh
module="mcci_usb.o"
device="mcci_usb"
group="root"
mode="664"
 
#invoke insmod with all of the arguments
/sbin/insmod -f usbserial.o 
/sbin/insmod -f $module $* verbose=0 || exit 1
#/sbin/insmod -f $module $* verbose=1 || exit 1
