aboutsummaryrefslogtreecommitdiffstats
path: root/host/simtrace.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-06 12:32:30 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-06 12:32:30 +0200
commit3e16dd64cf9af9c6f266d8912c0f7c40596dff37 (patch)
tree9c4a38875fa50f9fa199c990eced6bac2d7bdb4d /host/simtrace.h
parent024bdaddddc84b7384fe138ec34b836c623f5588 (diff)
re-structure the directory layout to reflect that that ft232r stuff is old
we have long only been working on the sam7 based system.
Diffstat (limited to 'host/simtrace.h')
-rw-r--r--host/simtrace.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/host/simtrace.h b/host/simtrace.h
new file mode 100644
index 0000000..a55e255
--- /dev/null
+++ b/host/simtrace.h
@@ -0,0 +1,11 @@
+#ifndef _SIMTRACE_H
+#define _SIMTRACE_H
+
+#define SIMTRACE_USB_VENDOR 0x16c0
+#define SIMTRACE_USB_PRODUCT 0x0762
+
+#define SIMTRACE_OUT_EP 0x01
+#define SIMTRACE_IN_EP 0x82
+#define SIMTRACE_INT_EP 0x83
+
+#endif