mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-03-18 22:38:36 +03:00
re-structure the directory layout to reflect that that ft232r stuff is old
we have long only been working on the sam7 based system.
This commit is contained in:
11
host/simtrace.h
Normal file
11
host/simtrace.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user