summaryrefslogtreecommitdiff
path: root/firmware/include/openpcd.h
diff options
context:
space:
mode:
authorlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-25 14:50:05 +0000
committerlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-25 14:50:05 +0000
commita914cae28139ba4c61ba0aba8aeffbee4499358d (patch)
tree3f9521b4e2d6645ac1269c83a70adf511e5ad7b5 /firmware/include/openpcd.h
parentc96e8111bfbd495164d3bc252aa8e1f10f90ac11 (diff)
use officially assigned usb vendor and product id's
git-svn-id: https://svn.openpcd.org:2342/trunk@225 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'firmware/include/openpcd.h')
-rw-r--r--firmware/include/openpcd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/include/openpcd.h b/firmware/include/openpcd.h
index 9e2d45e..cdfb7a7 100644
--- a/firmware/include/openpcd.h
+++ b/firmware/include/openpcd.h
@@ -86,8 +86,9 @@ enum openpcd_cmd_class {
#define OPENPCD_CMD_PIO_IRQ (0x3|OPENPCD_CLS2CMD(OPENPCD_CMD_CLS_USBTEST))
-#define OPENPCD_VENDOR_ID 0x2342
-#define OPENPCD_PRODUCT_ID 0x0001
+#define OPENPCD_VENDOR_ID 0x16c0
+#define OPENPCD_PRODUCT_ID 0x076b
+#define OPENPICC_PRODUCT_ID 0x076c
#define OPENPCD_OUT_EP 0x01
#define OPENPCD_IN_EP 0x82
#define OPENPCD_IRQ_EP 0x83
personal git repositories of Harald Welte. Your mileage may vary