bf3fe05dfb
This needs some more testing before it's on by default. If the card is otherwise functioning, these messages may be confusing to the user. If the card is not functioning, the driver can be reloaded with debug to check for this condition. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9205 a0bf4364-ded3-4de4-8d8a-66a801d63aff
12 lines
499 B
Plaintext
12 lines
499 B
Plaintext
# Load firmware into the Xorcom Astribank device:
|
|
SUBSYSTEM=="usb", ACTION=="add", \
|
|
ENV{PRODUCT}=="e4e4/11[3456][013]/*", ENV{DEVTYPE}!="usb_interface", \
|
|
RUN+="/usr/share/dahdi/xpp_fxloader udev $env{PRODUCT}"
|
|
|
|
# Hotplug hook for Astribank up/down
|
|
# If you need this functionality, copy the astribank_hook.sample
|
|
# to $XPP_INIT_DIR/astribank_hook
|
|
#
|
|
# By default XPP_INIT_DIR="/usr/share/dahdi"
|
|
KERNEL=="xbus*", RUN+="%E{XPP_INIT_DIR}/astribank_hook udev $kernel $sysfs{status} $sysfs{connector}"
|