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

📄 1010.scard.patch

📁 sm86xx内核源包括补丁( GPL )的
💻 PATCH
字号:
diff -Naur --exclude=CVS --exclude='*.o' --exclude='*.a' --exclude='*.so' --exclude='*.elf' --exclude=System.map --exclude=Makefile.d --exclude='*log' --exclude='*log2' --exclude='*~' --exclude='.*~' --exclude='.#*' --exclude='*.bak' --exclude='*.orig' --exclude='*.rej' --exclude='core.[0-9]*' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=vmlinux --exclude=vmlinux.bin --exclude=yamon-02.06-SIGMADESIGNS-01_el.bin linux-2.6.15.ref/arch/mips/configs/tango2_defconfig linux-2.6.15/arch/mips/configs/tango2_defconfig--- linux-2.6.15.ref/arch/mips/configs/tango2_defconfig	2007-05-11 15:41:59.000000000 -0700+++ linux-2.6.15/arch/mips/configs/tango2_defconfig	2007-05-11 15:43:07.000000000 -0700@@ -706,6 +706,7 @@ CONFIG_TANGOX_FIP=m CONFIG_TANGOX_FIP_REF1=y # CONFIG_TANGOX_FIP_REF2 is not set+CONFIG_TANGOX_SCARD=m CONFIG_UNIX98_PTYS=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256diff -Naur --exclude=CVS --exclude='*.o' --exclude='*.a' --exclude='*.so' --exclude='*.elf' --exclude=System.map --exclude=Makefile.d --exclude='*log' --exclude='*log2' --exclude='*~' --exclude='.*~' --exclude='.#*' --exclude='*.bak' --exclude='*.orig' --exclude='*.rej' --exclude='core.[0-9]*' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=vmlinux --exclude=vmlinux.bin --exclude=yamon-02.06-SIGMADESIGNS-01_el.bin linux-2.6.15.ref/arch/mips/configs/tango3_defconfig linux-2.6.15/arch/mips/configs/tango3_defconfig--- linux-2.6.15.ref/arch/mips/configs/tango3_defconfig	2007-05-11 15:41:59.000000000 -0700+++ linux-2.6.15/arch/mips/configs/tango3_defconfig	2007-05-11 15:43:07.000000000 -0700@@ -701,6 +701,7 @@ CONFIG_TANGOX_FIP=m CONFIG_TANGOX_FIP_REF1=y # CONFIG_TANGOX_FIP_REF2 is not set+CONFIG_TANGOX_SCARD=m CONFIG_UNIX98_PTYS=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256diff -Naur --exclude=CVS --exclude='*.o' --exclude='*.a' --exclude='*.so' --exclude='*.elf' --exclude=System.map --exclude=Makefile.d --exclude='*log' --exclude='*log2' --exclude='*~' --exclude='.*~' --exclude='.#*' --exclude='*.bak' --exclude='*.orig' --exclude='*.rej' --exclude='core.[0-9]*' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=vmlinux --exclude=vmlinux.bin --exclude=yamon-02.06-SIGMADESIGNS-01_el.bin linux-2.6.15.ref/drivers/char/Kconfig linux-2.6.15/drivers/char/Kconfig--- linux-2.6.15.ref/drivers/char/Kconfig	2007-05-11 15:41:59.000000000 -0700+++ linux-2.6.15/drivers/char/Kconfig	2007-05-11 15:43:07.000000000 -0700@@ -493,6 +493,12 @@  endchoice +config TANGOX_SCARD+       tristate "SMP863x/SMP865x Smartcard support" if TANGOX+       default m+       help+         Support Smartcard interface for SMP863x/SMP865x.+ config UNIX98_PTYS 	bool "Unix98 PTY support" if EMBEDDED 	default ydiff -Naur --exclude=CVS --exclude='*.o' --exclude='*.a' --exclude='*.so' --exclude='*.elf' --exclude=System.map --exclude=Makefile.d --exclude='*log' --exclude='*log2' --exclude='*~' --exclude='.*~' --exclude='.#*' --exclude='*.bak' --exclude='*.orig' --exclude='*.rej' --exclude='core.[0-9]*' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=vmlinux --exclude=vmlinux.bin --exclude=yamon-02.06-SIGMADESIGNS-01_el.bin linux-2.6.15.ref/drivers/char/Makefile linux-2.6.15/drivers/char/Makefile--- linux-2.6.15.ref/drivers/char/Makefile	2007-05-11 15:41:59.000000000 -0700+++ linux-2.6.15/drivers/char/Makefile	2007-05-11 15:43:07.000000000 -0700@@ -91,6 +91,7 @@ obj-$(CONFIG_TELCLOCK) += tlclk.o obj-$(CONFIG_TANGOX_IR) += irkernel.o obj-$(CONFIG_TANGOX_FIP) += fipkernel.o+obj-$(CONFIG_TANGOX_SCARD) += sckernel.o  obj-$(CONFIG_WATCHDOG)	+= watchdog/ obj-$(CONFIG_MWAVE) += mwave/diff -Naur --exclude=CVS --exclude='*.o' --exclude='*.a' --exclude='*.so' --exclude='*.elf' --exclude=System.map --exclude=Makefile.d --exclude='*log' --exclude='*log2' --exclude='*~' --exclude='.*~' --exclude='.#*' --exclude='*.bak' --exclude='*.orig' --exclude='*.rej' --exclude='core.[0-9]*' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=.depend --exclude='.*.o.flags' --exclude='*.gz' --exclude=vmlinux --exclude=vmlinux.bin --exclude=yamon-02.06-SIGMADESIGNS-01_el.bin linux-2.6.15.ref/drivers/char/sckernel.c linux-2.6.15/drivers/char/sckernel.c--- linux-2.6.15.ref/drivers/char/sckernel.c	1969-12-31 16:00:00.000000000 -0800+++ linux-2.6.15/drivers/char/sckernel.c	2007-05-11 15:43:23.000000000 -0700@@ -0,0 +1,1361 @@+/*****************************************+ *  Copyright 

⌨️ 快捷键说明

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