[dahdi-commits] tzafrir: branch tools/2.5 r10371 -	/tools/branches/2.5/xpp/astribank_usb.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Sun Dec  4 11:26:18 CST 2011
    
    
  
Author: tzafrir
Date: Sun Dec  4 11:26:14 2011
New Revision: 10371
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10371
Log:
xpp: two extra product IDs: 1112, 1164
Two extra USB product IDs used in some odd maintenance scenarios.
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Modified:
    tools/branches/2.5/xpp/astribank_usb.c
Modified: tools/branches/2.5/xpp/astribank_usb.c
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.5/xpp/astribank_usb.c?view=diff&rev=10371&r1=10370&r2=10371
==============================================================================
--- tools/branches/2.5/xpp/astribank_usb.c (original)
+++ tools/branches/2.5/xpp/astribank_usb.c Sun Dec  4 11:26:14 2011
@@ -64,6 +64,8 @@
 
 	TYPE_ENTRY("USB-MULTI",		0x1161, 2, 1, 2, MP_EP_OUT, MP_EP_IN),
 	TYPE_ENTRY("FPGA-MULTI",	0x1162, 2, 1, 2, MP_EP_OUT, MP_EP_IN),
+	TYPE_ENTRY("BURNED-MULTI",	0x1164, 2, 1, 2, MP_EP_OUT, MP_EP_IN),
+	TYPE_ENTRY("USB-BURN",		0x1112, 2, 1, 2, MP_EP_OUT, MP_EP_IN),
 };
 
 static const struct xusb_spec	astribank_pic_specs[] = {
    
    
More information about the dahdi-commits
mailing list