[svn-commits] tzafrir: branch tools/2.2 r7813 - in /tools/branches/2.2: ./ xpp/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Jan 10 04:51:20 CST 2010
Author: tzafrir
Date: Sun Jan 10 04:51:17 2010
New Revision: 7813
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7813
Log:
xpp: Comment-only changes: copyright, keywords
Merged revisions 7463 via svnmerge from
http://svn.digium.com/svn/dahdi/tools/trunk
Modified:
tools/branches/2.2/ (props changed)
tools/branches/2.2/xpp/twinstar_hook
tools/branches/2.2/xpp/waitfor_xpds
tools/branches/2.2/xpp/xpp_fxloader
Propchange: tools/branches/2.2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Sun Jan 10 04:51:17 2010
@@ -1,1 +1,1 @@
-/tools/trunk:1-6678,6823,6829-6830,6832-6833,6835,6837-6886,6889-6982,6985-6998,7000-7011,7013-7042,7044,7046-7131,7133,7135-7136,7139-7217,7219-7255,7257-7332,7334-7460,7462,7464-7476,7596,7609,7792
+/tools/trunk:1-6678,6823,6829-6830,6832-6833,6835,6837-6886,6889-6982,6985-6998,7000-7011,7013-7042,7044,7046-7131,7133,7135-7136,7139-7217,7219-7255,7257-7332,7334-7460,7462-7476,7596,7609,7792
Modified: tools/branches/2.2/xpp/twinstar_hook
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.2/xpp/twinstar_hook?view=diff&rev=7813&r1=7812&r2=7813
==============================================================================
--- tools/branches/2.2/xpp/twinstar_hook (original)
+++ tools/branches/2.2/xpp/twinstar_hook Sun Jan 10 04:51:17 2010
@@ -1,4 +1,7 @@
#! /bin/sh
+#
+# twinstar_hook: Example twinstar-specific hook script
+# $Id$
#
# Written by Oron Peled <oron at actcom.co.il>
# Copyright (C) 2009, Xorcom
Modified: tools/branches/2.2/xpp/waitfor_xpds
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.2/xpp/waitfor_xpds?view=diff&rev=7813&r1=7812&r2=7813
==============================================================================
--- tools/branches/2.2/xpp/waitfor_xpds (original)
+++ tools/branches/2.2/xpp/waitfor_xpds Sun Jan 10 04:51:17 2010
@@ -1,9 +1,10 @@
#! /bin/sh
# waitfor_xpds: wait until all Astribanks were initialized
+# $Id$
# Written by Oron Peled <oron at actcom.co.il>
-# Copyright (C) 2008, Xorcom
+# Copyright (C) 2008-2009, Xorcom
#
# All rights reserved.
#
Modified: tools/branches/2.2/xpp/xpp_fxloader
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.2/xpp/xpp_fxloader?view=diff&rev=7813&r1=7812&r2=7813
==============================================================================
--- tools/branches/2.2/xpp/xpp_fxloader (original)
+++ tools/branches/2.2/xpp/xpp_fxloader Sun Jan 10 04:51:17 2010
@@ -1,9 +1,10 @@
#!/bin/bash
# xpp_fxloader: load Xorcom Astribank (XPP) firmware
+# $Id$
#
# Written by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-# Copyright (C) 2006, 2007, 2008, Xorcom
+# Copyright (C) 2006-2009, Xorcom
#
# All rights reserved.
#
@@ -21,7 +22,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-
#
# This script can be run manually or from hotplug/udev.
#
@@ -37,35 +37,6 @@
#
# Make sure the firmware files are in $FIRMWARE_DIR
#
-# UDEV Installation
-# #################
-#
-# Copy xpp.rules to /etc/udev/udev.d and xpp_fxloader to /etc/hotplug/usb/ .
-#
-# Hotplug Installation
-# ####################
-#
-# Copy this file and the file xpp_fxloader.usermap to /etc/hotplug/usb/ .
-#
-#
-# Written by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-# Copyright (C) 2006, Xorcom
-#
-# All rights reserved.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
set -e
More information about the svn-commits
mailing list