资源简介
移远模块Linux下GobinNet驱动,适用于移远模块Linux下使用GobinNet方式拨号
代码片段和文件信息
/*===========================================================================
FILE:
GobiUSBNet.c
DEscriptION:
Qualcomm USB Network device for Gobi 3000
FUNCTIONS:
GobiNetSuspend
GobiNetResume
GobiNetDriverBind
GobiNetDriverUnbind
GobiUSBNetURBCallback
GobiUSBNetTXTimeout
GobiUSBNetAutoPMThread
GobiUSBNetStartXmit
GobiUSBNetOpen
GobiUSBNetStop
GobiUSBNetProbe
GobiUSBNetModInit
GobiUSBNetModExit
Copyright (c) 2011 Code Aurora Forum. All rights reserved.
Redistribution and use in source and binary forms with or without
modification are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Code Aurora Forum nor
the names of its contributors may be used to endorse or promote
products derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR
CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN
CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
===========================================================================*/
//---------------------------------------------------------------------------
// Include Files
//---------------------------------------------------------------------------
#include “Structs.h“
#include “QMIDevice.h“
#include “QMI.h“
#include
#include
#include
#include
#include
//#include
//-----------------------------------------------------------------------------
// Definitions
//-----------------------------------------------------------------------------
// Version Information
#define DRIVER_VERSION “Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0“
#define DRIVER_AUTHOR “Qualcomm Innovation Center“
#define DRIVER_DESC “GobiNet“
// Debug flag
int debug = 0;
// Allow user interrupts
int interruptible = 1;
// Number of IP packets which may be qu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-08-09 09:58 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\
文件 1102214 2017-06-07 09:46 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\Quectel_WCDMA<E_Linux_USB_Driver_User_Guide_V1.7.pdf
文件 121 2015-09-25 11:08 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\Readme.txt
目录 0 2017-08-09 09:57 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\
文件 50545 2017-08-15 15:58 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\GobiUSBNet.c
文件 769 2016-08-18 02:49 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\makefile
文件 39646 2016-10-25 13:04 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\QMI.c
文件 9518 2016-10-25 13:04 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\QMI.h
文件 114835 2016-10-26 11:46 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\QMIDevice.c
文件 10966 2016-10-25 13:04 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\QMIDevice.h
文件 3015 2016-02-22 12:21 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\Readme.txt
文件 13898 2017-02-24 10:37 Quectel_WCDMA<E_Linux&Android_GobiNet_Driver_V1.3.0\src\Structs.h
相关资源
- 移远通信国网4G模块资料
- Quectel_EC600S-CN_硬件设计手册_V1.0_Prel
- 移远BC26模组 OPENCPU版本NA固件
- EC20AT命令手册合集
- 移远 BC26开发板资料
- 移远EC20建立多路SOCKT发数据_TCP
- Quectel_EC20_R2.1_AT_Commands_Manual_V1.0.pdf
- 移远BC26参考设计中文资料AT命令手册
- 移远BC95资料 NB-IoT资料
- M26_OpenCPU开发包
- QFlash_V4.3 移远网卡固件烧写工具 内
- Quectel_LTE_Windows_USB_Driver_V2.1.6.zip
- 移远NB_IOT BC26最新资料,方便大家开
- 移远BC系列固件升级工具
- 移远MC20芯片官方文档+例程
- 移远BC95资料 NB-IoT资料2
- 移远mc20(芯片mt2503)模块开发资料
- 移远BC95 NBIot 所有 资料
- EC20TC_IP AT命令中文不完整版.docx
- 移远MC20模块调试MPU6050
- 移远BC26 LWM2M协议AT手册
- BC95模块代码(For STM8)
- 移远BC26模块封装库(包含AD&Protel;/C
- 移远调试工具
- STM32使用移远NB-IOT模块BC95原理图
- 移远BC20原理图
- 移远EC20 MQTT协议文档 英文
- 移远BC28的AD封装库文件
- 移远EC20模块原理图和封装库
- 移远BC26&BC28;&M26;兼容设计手册
评论
共有 条评论