mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 23:08:34 +03:00
remote-sim host tools: Auto-discover the endpoint addresses
We now auto-discover the end-point addresses based on the interface descriptor. The user can also use the new "--interface" command line argument to set a non-zero intrerface. In combination, this should enable support for the remote-sim functionality on the second UART on OWHW.
This commit is contained in:
@@ -4,10 +4,4 @@
|
||||
#define SIMTRACE_USB_VENDOR 0x1d50
|
||||
#define SIMTRACE_USB_PRODUCT 0x60e3
|
||||
|
||||
/* FIXME: automatically determine those values based on the usb config /
|
||||
* interface descriptors */
|
||||
#define SIMTRACE_OUT_EP 0x04
|
||||
#define SIMTRACE_IN_EP 0x85
|
||||
#define SIMTRACE_INT_EP 0x86
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user