• 大小: 1.07MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-12
  • 语言: 其他
  • 标签: 移远  GobinNet  

资源简介

移远模块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

评论

共有 条评论