From dfa7a08ba30a4869d7323f70ef7a4fa613888c17 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 4 Dec 2011 17:08:29 +0000 Subject: [PATCH] xpp: two extra product IDs: 1112, 1164 Two extra USB product IDs used in some odd maintenance scenarios. Signed-off-by: Tzafrir Cohen git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@10368 17933a7a-c749-41c5-a318-cba88f637d49 --- xpp/astribank_usb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpp/astribank_usb.c b/xpp/astribank_usb.c index 13af7cd..af7e6aa 100644 --- a/xpp/astribank_usb.c +++ b/xpp/astribank_usb.c @@ -64,6 +64,8 @@ static const struct xusb_spec astribank_specs[] = { 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[] = {