48b25e849f
Allow firmware loading to take much longer (up to 180 seconds) before it is killed. The default timeout is 30 seconds. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
13 lines
531 B
Plaintext
13 lines
531 B
Plaintext
# Load firmware into the Xorcom Astribank device:
|
|
SUBSYSTEM=="usb", ACTION=="add", \
|
|
ENV{PRODUCT}=="e4e4/11[3456][013]/*", ENV{DEVTYPE}!="usb_interface", \
|
|
OPTIONS+="event_timeout=180" \
|
|
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}"
|