[svn-commits] tzafrir: branch linux/2.2 r7610 - in /linux/branches/2.2: ./ drivers/dahdi/xpp/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Nov 19 16:52:06 CST 2009
Author: tzafrir
Date: Thu Nov 19 16:52:05 2009
New Revision: 7610
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7610
Log:
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
Modified:
linux/branches/2.2/ (props changed)
linux/branches/2.2/drivers/dahdi/xpp/xpp.rules
Propchange: linux/branches/2.2/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: linux/branches/2.2/drivers/dahdi/xpp/xpp.rules
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.2/drivers/dahdi/xpp/xpp.rules?view=diff&rev=7610&r1=7609&r2=7610
==============================================================================
--- linux/branches/2.2/drivers/dahdi/xpp/xpp.rules (original)
+++ linux/branches/2.2/drivers/dahdi/xpp/xpp.rules Thu Nov 19 16:52:05 2009
@@ -3,7 +3,7 @@
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"
More information about the svn-commits
mailing list