提交 172df304 authored 作者: Giovanni Maruzzelli's avatar Giovanni Maruzzelli

gsmopen: on Linux, automatically find out and setup audio and data ports…

gsmopen: on Linux, automatically find out and setup audio and data ports associated to dongle model, IMEI and IMSI
上级 87360a38
......@@ -71,6 +71,7 @@
#include <termios.h>
#include <sys/ioctl.h>
#include <iconv.h>
#include <dirent.h>
#endif //WIN32
#ifndef WIN32
......@@ -556,3 +557,6 @@ int dump_event_full(private_t *tech_pvt, int is_alarm, int alarm_code, const cha
int gsmopen_serial_init_audio_port(private_t *tech_pvt, int controldevice_audio_speed);
int serial_audio_init(private_t *tech_pvt);
int serial_audio_shutdown(private_t *tech_pvt);
#ifndef WIN32
void find_ttyusb_devices(private_t *tech_pvt, const char *dirname);
#endif// WIN32
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论