package/pcmcia-cs: refresh patches
SVN-Revision: 20475
This commit is contained in:
parent
5c5b8928d2
commit
92ca181470
4 changed files with 13 additions and 21 deletions
|
@ -1,8 +1,6 @@
|
|||
Index: pcmcia-cs-3.2.8/etc/config
|
||||
===================================================================
|
||||
--- pcmcia-cs-3.2.8.orig/etc/config 2007-06-04 13:23:59.533683400 +0200
|
||||
+++ pcmcia-cs-3.2.8/etc/config 2007-06-04 13:23:59.600673216 +0200
|
||||
@@ -2413,6 +2413,10 @@
|
||||
--- a/etc/config
|
||||
+++ b/etc/config
|
||||
@@ -2413,6 +2413,10 @@ card "Xircom RBM56G Modem"
|
||||
pci 0x115d, 0x0101
|
||||
bind "serial_cb"
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
Index: pcmcia-cs-3.2.8/etc/shared
|
||||
===================================================================
|
||||
--- pcmcia-cs-3.2.8.orig/etc/shared 2007-06-04 13:23:59.512686592 +0200
|
||||
+++ pcmcia-cs-3.2.8/etc/shared 2007-06-04 13:24:00.335561496 +0200
|
||||
@@ -167,7 +167,7 @@
|
||||
--- a/etc/shared
|
||||
+++ b/etc/shared
|
||||
@@ -167,7 +167,7 @@ get_info ()
|
||||
STAB=/var/run/stab
|
||||
fi
|
||||
grep_stab $1 < $STAB || usage
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
Index: pcmcia-cs-3.2.8/cardmgr/cardmgr.c
|
||||
===================================================================
|
||||
--- pcmcia-cs-3.2.8.orig/cardmgr/cardmgr.c 2007-06-04 13:23:59.491689784 +0200
|
||||
+++ pcmcia-cs-3.2.8/cardmgr/cardmgr.c 2007-06-04 13:24:00.561527144 +0200
|
||||
@@ -739,10 +739,7 @@
|
||||
--- a/cardmgr/cardmgr.c
|
||||
+++ b/cardmgr/cardmgr.c
|
||||
@@ -739,10 +739,7 @@ static int try_insmod(char *mod, char *o
|
||||
int ret;
|
||||
|
||||
strcpy(cmd, "insmod ");
|
||||
|
@ -14,7 +12,7 @@ Index: pcmcia-cs-3.2.8/cardmgr/cardmgr.c
|
|||
if (access(cmd+7, R_OK) != 0) {
|
||||
syslog(LOG_NOTICE, "module %s not available", cmd+7);
|
||||
free(cmd);
|
||||
@@ -808,11 +805,13 @@
|
||||
@@ -808,11 +805,13 @@ static void install_module(char *mod, ch
|
||||
}
|
||||
|
||||
if (do_modprobe) {
|
||||
|
@ -30,7 +28,7 @@ Index: pcmcia-cs-3.2.8/cardmgr/cardmgr.c
|
|||
}
|
||||
}
|
||||
|
||||
@@ -1113,8 +1112,9 @@
|
||||
@@ -1113,8 +1112,9 @@ static void do_remove(int sn)
|
||||
|
||||
/* remove kernel modules in inverse order */
|
||||
for (i = 0; i < card->bindings; i++) {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
Index: pcmcia-cs-3.2.8/etc/config.opts
|
||||
===================================================================
|
||||
--- pcmcia-cs-3.2.8.orig/etc/config.opts 2007-06-04 13:23:59.471692824 +0200
|
||||
+++ pcmcia-cs-3.2.8/etc/config.opts 2007-06-04 13:24:00.759497048 +0200
|
||||
--- a/etc/config.opts
|
||||
+++ b/etc/config.opts
|
||||
@@ -17,14 +17,13 @@
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in a new issue