summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp.rules
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-02 20:27:42 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-02 20:27:42 +0000
commit7c3d7f157a3758fc19a0d67dbd9ed8a0d356c58e (patch)
treed80620a7d3c5d13251fd6325b8401169e179021f /drivers/dahdi/xpp/xpp.rules
parent73f18ae58b5404e6743ffa2da961542bc63de357 (diff)
XPP: support for 116x Astribanks.
* New software to load in the udev rules * New control protocol ("MPP") * More modular FPGA firmware From Xorcom rev. 6963. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6311 a0bf4364-ded3-4de4-8d8a-66a801d63aff
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}"