From 55957c182f986b7af7ac914a7b5601076826c36d Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 19 Nov 2009 22:52:05 +0000 Subject: 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 --- drivers/dahdi/xpp/xpp.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3