📄 1023.scard.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 linuxmips-2.4.30.ref/drivers/char/Config.in linuxmips-2.4.30/drivers/char/Config.in--- linuxmips-2.4.30.ref/drivers/char/Config.in 2007-05-11 15:58:31.000000000 -0700+++ linuxmips-2.4.30/drivers/char/Config.in 2007-05-11 15:59:58.000000000 -0700@@ -196,6 +196,9 @@ if [ "$CONFIG_CPU_VR41XX" = "y" ]; then bool 'NEC VR4100 series Keyboard Interface Unit Support ' CONFIG_VR41XX_KIU fi+if [ "$CONFIG_TANGO2_ES4" = "y" -o "$CONFIG_TANGO2_ES6" = "y" ]; then+ tristate 'TANGO2 Smartcard support' CONFIG_TANGO2_SCARD+fi if [ "$CONFIG_TANGO2" = "y" ]; then tristate 'TANGO2 IR remote support' CONFIG_TANGO2_IR fidiff -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 linuxmips-2.4.30.ref/drivers/char/Makefile linuxmips-2.4.30/drivers/char/Makefile--- linuxmips-2.4.30.ref/drivers/char/Makefile 2007-05-11 15:58:31.000000000 -0700+++ linuxmips-2.4.30/drivers/char/Makefile 2007-05-11 15:59:58.000000000 -0700@@ -331,6 +331,7 @@ obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o obj-$(CONFIG_TANGO2_IR) += irkernel.o obj-$(CONFIG_TANGO2_FIP) += fipkernel.o+obj-$(CONFIG_TANGO2_SCARD) += sckernel.o subdir-$(CONFIG_MWAVE) += mwave ifeq ($(CONFIG_MWAVE),y)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 linuxmips-2.4.30.ref/drivers/char/sckernel.c linuxmips-2.4.30/drivers/char/sckernel.c--- linuxmips-2.4.30.ref/drivers/char/sckernel.c 1969-12-31 16:00:00.000000000 -0800+++ linuxmips-2.4.30/drivers/char/sckernel.c 2007-05-11 16:00:10.000000000 -0700@@ -0,0 +1,1343 @@+/*****************************************+ * Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -