From f64ee93dd9dc64715746505e24e7950eace56329 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 4 Dec 2011 17:08:29 +0000 Subject: 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.asterisk.org/svn/dahdi/tools/trunk@10368 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- 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[] = { -- cgit v1.2.3