⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common_atheros_sdiostack_functions.patch

📁 sdio 驱动程序的补丁
💻 PATCH
字号:
Index: linux-2.6.18/drivers/sdio/function/gps/Makefile===================================================================--- /dev/null+++ linux-2.6.18/drivers/sdio/function/gps/Makefile@@ -0,0 +1,5 @@+#+# SDIO GPS function driver+#+obj-m += sdio_gps_fd.o+sdio_gps_fd-objs := gps.o gps_os.oIndex: linux-2.6.18/drivers/sdio/function/gps/gps.c===================================================================--- /dev/null+++ linux-2.6.18/drivers/sdio/function/gps/gps.c@@ -0,0 +1,392 @@+/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++@file: gps.c++@abstract: OS independent GPS class SDIO function driver++#notes:++@notice: Copyright (c), 2004-2005 Atheros Communications, Inc.+ *+ *  This program is free software; you can redistribute it and/or modify+ *  it under the terms of the GNU General Public License version 2 as+ *  published by the Free Software Foundation;+ *+ *  Software distributed under the License is distributed on an "AS+ *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or+ *  implied. See the License for the specific language governing+ *  rights and limitations under the License.+ *+ *  Portions o this code were developed with information supplied from the+ *  SD Card Association Simplified Specifications. The following conditions and disclaimers may apply:+ *+ *   The following conditions apply to the release of the SD simplified specification (揝implified+ *   Specification

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -