#!/bin/sh
module="mcci_usb"
device="mcci_usb"
 
/sbin/rmmod $module $*
/sbin/rmmod usbserial
 
