Hey,

On Mon, Mar 15, 2010 at 06:30:53AM +0900, Komuro wrote:
> When the 3com card does not work,
> the card_id and prod_id becomes the bogus value.

Now things become interesting -- and debuggable. Could you apply the
attached patch _on top_ of pcmcia-test and send the complete (long) dmesg
output to me, please? The compile warnings can be ignored. 

Thanks and best,
        Dominik

diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h
index 75fa353..3c25fef 100644
--- a/include/pcmcia/cs.h
+++ b/include/pcmcia/cs.h
@@ -238,4 +238,7 @@ typedef struct error_info_t {
 #define CS_EVENT_3VCARD                        0x200000
 #define CS_EVENT_XVCARD                        0x400000
 
+#define pr_debug       printk
+#define dev_dbg                dev_info
+
 #endif /* _LINUX_CS_H */

_______________________________________________
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia

Reply via email to