summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-19 22:52:05 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-19 22:52:05 +0000
commit55957c182f986b7af7ac914a7b5601076826c36d (patch)
tree0c34985b501db0dcfd746925d4584b4f67a21ad8
parent0f750b25d7b23f8fb59cd61d35d89cbf3d1232c4 (diff)
xpp: rules for loading USB firmware into 1163 devices as well
Merged revisions 7595 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.2@7610 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/xpp/xpp.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xpp.rules b/drivers/dahdi/xpp/xpp.rules
index 78ac695..300a437 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[3456][01]", \
+SYSFS{idVendor}=="e4e4", SYSFS{idProduct}=="11[3456][013]", \
RUN+="/usr/share/dahdi/xpp_fxloader udev $sysfs{idVendor}/$sysfs{idProduct}/$sysfs{bcdDevice}"
LABEL="xpp_usb_add_end"