summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp.rules
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/xpp/xpp.rules')
-rw-r--r--drivers/dahdi/xpp/xpp.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/xpp.rules b/drivers/dahdi/xpp/xpp.rules
index 874bed2..78ac695 100644
--- a/drivers/dahdi/xpp/xpp.rules
+++ b/drivers/dahdi/xpp/xpp.rules
@@ -3,7 +3,7 @@ KERNEL=="*_ep*", GOTO="xpp_usb_add_end"
KERNEL=="[0-9]*", GOTO="xpp_usb_add_end"
# Load firmware into the Xorcom Astribank device:
-SYSFS{idVendor}=="e4e4", SYSFS{idProduct}=="11[345][01]", \
+SYSFS{idVendor}=="e4e4", SYSFS{idProduct}=="11[3456][01]", \
RUN+="/usr/share/dahdi/xpp_fxloader udev $sysfs{idVendor}/$sysfs{idProduct}/$sysfs{bcdDevice}"
LABEL="xpp_usb_add_end"
@@ -13,4 +13,4 @@ LABEL="xpp_usb_add_end"
# 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}"
+KERNEL=="xbus*" RUN+="%E{XPP_INIT_DIR}/astribank_hook udev $kernel $sysfs{status} $sysfs{connector}"