[dahdi-commits] tzafrir: tools/trunk r10368 -	/tools/trunk/xpp/astribank_usb.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Sun Dec  4 11:08:33 CST 2011
    
    
  
Author: tzafrir
Date: Sun Dec  4 11:08:29 2011
New Revision: 10368
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10368
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/trunk/xpp/astribank_usb.c
Modified: tools/trunk/xpp/astribank_usb.c
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/astribank_usb.c?view=diff&rev=10368&r1=10367&r2=10368
==============================================================================
--- tools/trunk/xpp/astribank_usb.c (original)
+++ tools/trunk/xpp/astribank_usb.c Sun Dec  4 11:08:29 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