summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp.rules
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-19 12:18:03 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-19 12:18:03 +0000
commitdee2861f4ed9d4f87a9671b21230eb59927a40be (patch)
tree9262df349ca0b8b0e9ba9ac3292c8d53d587c7e9 /drivers/dahdi/xpp/xpp.rules
parentaa0cb5cd76c15283e811f8f735ec92d078d902f3 (diff)
xpp: rules for loading USB firmware into 1163 devices as well
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7595 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xpp.rules')
-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"