summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-12-04 17:08:29 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-12-04 17:08:29 +0000
commitf64ee93dd9dc64715746505e24e7950eace56329 (patch)
treecbb425dc0c70ef73e2b819a898a239afff4c6ae9
parent93e8f609171410b39c5ffa8c749311b49819282c (diff)
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@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10368 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/astribank_usb.c2
1 files changed, 2 insertions, 0 deletions
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[] = {