home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # hwcfg-lcs
- #
- # Default configuration for a lcs device
- # $Id: hwcfg-lcs 1069 2004-09-02 18:23:18Z zoz $
- #
-
- STARTMODE="auto"
- MODULE="lcs"
- MODULE_OPTIONS=""
- MODULE_UNLOAD="yes"
-
- # Scripts to be called for the various events.
- SCRIPTUP="hwup-ccw"
- SCRIPTUP_ccw="hwup-ccw"
- SCRIPTUP_ccwgroup="hwup-lcs"
- SCRIPTDOWN="hwdown-ccw"
-
- # CCW_CHAN_IDS sets the channel IDs for this device
- # The first ID will be used as the group ID
- CCW_CHAN_IDS="0.0.0600 0.0.0601"
-
- # CCW_CHAN_NUM set the number of channels for this device
- # Always 2 for a LCS device
- CCW_CHAN_NUM=2
-
- # CCW_CHAN_MODE sets the port number for LCS
- # 0 is the default port
- # CCW_CHAN_MODE=0
-