mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
library: Add osmo_st2_compatible_dev_idsp[]
This is a list of known-compatible USB VID/PID pairs. Change-Id: I3ef66ebba307899c57077bfd633f84f30190f4dc
This commit is contained in:
@@ -3,4 +3,6 @@ nobase_include_HEADERS = \
|
||||
osmocom/simtrace2/simtrace2_api.h \
|
||||
osmocom/simtrace2/simtrace_usb.h \
|
||||
osmocom/simtrace2/simtrace_prot.h \
|
||||
osmocom/simtrace2/gsmtap.h
|
||||
osmocom/simtrace2/usb_util.h \
|
||||
osmocom/simtrace2/gsmtap.h \
|
||||
$(NULL)
|
||||
|
||||
5
host/include/osmocom/simtrace2/usb_util.h
Normal file
5
host/include/osmocom/simtrace2/usb_util.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <osmocom/usb/libusb.h>
|
||||
|
||||
extern const struct dev_id osmo_st2_compatible_dev_ids[];
|
||||
Reference in New Issue
Block a user