[Pkg-voip-commits] r2404 - in zaptel/trunk: . debian

Tzafrir Cohen tzafrir-guest at costa.debian.org
Mon Sep 18 06:29:35 UTC 2006


Author: tzafrir-guest
Date: 2006-09-18 06:29:34 +0000 (Mon, 18 Sep 2006)
New Revision: 2404

Modified:
   zaptel/trunk/debian/copyright
   zaptel/trunk/opvxa1200.c
Log:
The opvxa1200 driver *is* availble for download. Our copy updated.
There was also a minor difference from their copy.

Modified: zaptel/trunk/debian/copyright
===================================================================
--- zaptel/trunk/debian/copyright	2006-09-17 20:48:03 UTC (rev 2403)
+++ zaptel/trunk/debian/copyright	2006-09-18 06:29:34 UTC (rev 2404)
@@ -63,6 +63,7 @@
 *
 * Modify from wctdm.c by MiaoLin<miaolin at openvox.com.cn>
 
-opvxa1200.c is not available for download from the author's site yet 
-(it is distributed with the CD that is included with the product).
-Author promisses to set up a public mirror soon.
+opvxa1200.c is availble for download from 
+http://www.openvox.com.cn/members_downloads.php
+(requires no login. Does require javascript)
+

Modified: zaptel/trunk/opvxa1200.c
===================================================================
--- zaptel/trunk/opvxa1200.c	2006-09-17 20:48:03 UTC (rev 2403)
+++ zaptel/trunk/opvxa1200.c	2006-09-18 06:29:34 UTC (rev 2404)
@@ -29,6 +29,7 @@
  * 	modify some wctdm print to opvxa1200
  * 	support firmware version 1.2, faster i/o operation, and better LED control.
  * 
+ * Rev 0.12 patched to support new pci id 0x8519
  * 
  * 
  * 
@@ -42,7 +43,6 @@
  * 
  * 
  * 
- * 
  */
 
 #include <linux/kernel.h>
@@ -2629,6 +2629,9 @@
 
 static struct pci_device_id wctdm_pci_tbl[] = {
 	{ 0xe159, 0x0001, 0x9100, PCI_ANY_ID, 0, 0, (unsigned long) &wctdme },
+	{ 0xe159, 0x0001, 0x9519, PCI_ANY_ID, 0, 0, (unsigned long) &wctdme },
+	{ 0xe159, 0x0001, 0x95D9, PCI_ANY_ID, 0, 0, (unsigned long) &wctdme },
+	{ 0xe159, 0x0001, 0x8519, PCI_ANY_ID, 0, 0, (unsigned long) &wctdme },
 	{ 0 }
 };
 




More information about the Pkg-voip-commits mailing list