#!/bin/bash
#
# This script handles the ADI ADSL Modem USB driver after firmware
# uploading. It loads the DSP code as needed by the modem.

# Postfirmware device, load the DSP code :
/usr/sbin/adictrl -d
/usr/sbin/adictrl -s

