Files
simtrace/at91sam7/host/simtrace.h
Harald Welte 1a37d4095f import the host PC utility for the at91sam7 based sniffer
This program receives the USB messages from the AT91SAM7 and forrwards
them via GSMTAP to wireshark.
2010-11-18 22:58:56 +01:00

12 lines
207 B
C

#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