#!/bin/bash
#
# This script handles the ADI ADSL Modem USB driver at system boot
# and at hotplugging. It loads the firmware to the modem.

# The following two lines has been added on May22,2002 by Anoosh
# The reason is for modem to be able to get sync when we unplug the
# USB cable and plug it back while phone cable is still in:
# CC - Don't know if this is still necessary. Anyway, the kernel
# will load the adiusbadsl module itself, we don't need to do it here.
#rmmod adiusbadsl
#insmod adiusbadsl

# Prefirmware device, load the firmware :
/usr/sbin/adictrl -f

