[dahdi-commits] dbailey: linux/trunk r5730 - /linux/trunk/include/dahdi/user.h

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon Jan 19 09:56:12 CST 2009


Author: dbailey
Date: Mon Jan 19 09:56:11 2009
New Revision: 5730

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=5730
Log:
Increase the number of messages specified in the DAHDI_VMWI ioctl call to 16 bits (up from 8 bits) 

Modified:
    linux/trunk/include/dahdi/user.h

Modified: linux/trunk/include/dahdi/user.h
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/include/dahdi/user.h?view=diff&rev=5730&r1=5729&r2=5730
==============================================================================
--- linux/trunk/include/dahdi/user.h (original)
+++ linux/trunk/include/dahdi/user.h Mon Jan 19 09:56:11 2009
@@ -972,11 +972,11 @@
  */
 #define DAHDI_VMWI			_IOWR(DAHDI_CODE, 94, int)
 
-#define DAHDI_VMWI_FSK	(1 << 8)	/* default FSK, no Ring Pulse Alert Signal*/
-#define DAHDI_VMWI_RPAS	(1 << 9)	/* Ring Pulse Alert Signal then FSK */
-#define DAHDI_VMWI_LREV	(1 << 10)	/* Line Reversal */
-#define DAHDI_VMWI_HVDC	(1 << 11)	/* HV 90VDC */
-#define DAHDI_VMWI_HVAC	(1 << 12)	/* HV 90VAC Neon lamp */
+#define DAHDI_VMWI_FSK 	(1 << 16)	/* default FSK, no Ring Pulse Alert Signal*/
+#define DAHDI_VMWI_RPAS	(1 << 17)	/* Ring Pulse Alert Signal then FSK */
+#define DAHDI_VMWI_LREV	(1 << 18)	/* Line Reversal */
+#define DAHDI_VMWI_HVDC	(1 << 19)	/* HV 90VDC */
+#define DAHDI_VMWI_HVAC	(1 << 20)	/* HV 90VAC Neon lamp */
 
 /* 
  * Startup or Shutdown a span




More information about the dahdi-commits mailing list