[Pkg-voip-commits] r10344 - in /dahdi-linux/trunk/debian: changelog patches/hotplug_mod_params patches/location patches/no_firmware_download patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Mon Dec 9 20:32:09 UTC 2013


Author: tzafrir
Date: Mon Dec  9 20:32:09 2013
New Revision: 10344

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10344
Log:
New upstream release: 2.8.0

* Patch location dropped: merged upstream.
* Proper hotplug support in this release.

Removed:
    dahdi-linux/trunk/debian/patches/location
Modified:
    dahdi-linux/trunk/debian/changelog
    dahdi-linux/trunk/debian/patches/hotplug_mod_params
    dahdi-linux/trunk/debian/patches/no_firmware_download
    dahdi-linux/trunk/debian/patches/series

Modified: dahdi-linux/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/changelog?rev=10344&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/changelog	(original)
+++ dahdi-linux/trunk/debian/changelog	Mon Dec  9 20:32:09 2013
@@ -1,8 +1,7 @@
-dahdi-linux (1:2.7.0.1~dfsg-2) UNRELEASED; urgency=low
-
-  * Experiment with hotplug support:
-    - patch location: another attribute we probably need to expose through
-      sysfs.
+dahdi-linux (1:2.8.0~dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Use hotplug support:
     - patch hotplug_mod_params: change default of module parameters.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Wed, 02 Oct 2013 20:57:50 +0300

Modified: dahdi-linux/trunk/debian/patches/hotplug_mod_params
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/patches/hotplug_mod_params?rev=10344&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/patches/hotplug_mod_params	(original)
+++ dahdi-linux/trunk/debian/patches/hotplug_mod_params	Mon Dec  9 20:32:09 2013
@@ -1,12 +1,8 @@
 Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Description: use hotplug mode by default
+Description: use hotplug mode ("pinned spans") by default
 
-Make XPP XPDs appear automatically in DAHDI but make DAHDI spans not
-register automatically in DAHDI and wait for userspace to decide of
-their order ("pinned-spans").
-
-This should allow configuration of each device independently in a udev
-hook rather than all of them together in the init script.
+Disable automatic span assignment. Span assignment should be done by
+userspace udev hooks.
 
 --- a/drivers/dahdi/dahdi-base.c
 +++ b/drivers/dahdi/dahdi-base.c
@@ -19,14 +15,3 @@
  static const char *UNKNOWN = "";
  
  /**
---- a/drivers/dahdi/xpp/xbus-core.c
-+++ b/drivers/dahdi/xpp/xbus-core.c
-@@ -59,7 +59,7 @@ static DEF_PARM(uint, command_queue_leng
- static DEF_PARM(uint, poll_timeout, 1000, 0644,
- 		"Timeout (in jiffies) waiting for units to reply");
- static DEF_PARM_BOOL(rx_tasklet, 0, 0644, "Use receive tasklets");
--static DEF_PARM_BOOL(dahdi_autoreg, 0, 0644,
-+static DEF_PARM_BOOL(dahdi_autoreg, 1, 0644,
- 		     "Register devices automatically (1) or not (0)");
- 
- #ifdef	CONFIG_PROC_FS

Modified: dahdi-linux/trunk/debian/patches/no_firmware_download
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/patches/no_firmware_download?rev=10344&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/patches/no_firmware_download	(original)
+++ dahdi-linux/trunk/debian/patches/no_firmware_download	Mon Dec  9 20:32:09 2013
@@ -10,12 +10,12 @@
 
 --- a/Makefile
 +++ b/Makefile
-@@ -86,7 +86,7 @@ include/dahdi/version.h: FORCE
+@@ -80,7 +80,7 @@ include/dahdi/version.h: FORCE
  	fi
  	@rm -f $@.tmp
  
--prereq: include/dahdi/version.h firmware-loaders oct612x-lib
-+prereq: include/dahdi/version.h oct612x-lib
+-prereq: include/dahdi/version.h firmware-loaders
++prereq: include/dahdi/version.h
  
  stackcheck: $(CHECKSTACK) modules
  	objdump -d drivers/dahdi/*.ko drivers/dahdi/*/*.ko | $(CHECKSTACK)

Modified: dahdi-linux/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/patches/series?rev=10344&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/patches/series	(original)
+++ dahdi-linux/trunk/debian/patches/series	Mon Dec  9 20:32:09 2013
@@ -5,5 +5,4 @@
 notest
 tor2-request_firmware
 pciradio-request_firmware
-location
 hotplug_mod_params




More information about the Pkg-voip-commits mailing list