[PATCH] support for 3Com 3CXM756

Diego Biurrun diego at biurrun.de
Fri Oct 21 16:05:06 EDT 2005


Hi,

I had to add this hunk to /etc/pcmcia/config to make my boss' 3Com modem
card work:

card "3Com 3CXM756 56K Global GSM & Cellular Modem PC Card"
  manfid 0x0101, 0x003f
  bind "serial_cs"

The patch is relative to the pcmcia-cs snapshot I got from

http://pcmcia-cs.sourceforge.net/ftp/NEW/pcmcia-cs.14-Jun-05.tar.gz

Regards

Diego
-------------- next part --------------
--- config.vanilla	2005-09-26 15:37:58.000000000 +0200
+++ config	2005-09-26 15:38:02.000000000 +0200
@@ -1427,6 +1427,10 @@
   manfid 0x0101, 0x0039
   bind "serial_cs"
 
+card "3Com 3CXM756 56K Global GSM & Cellular Modem PC Card"
+  manfid 0x0101, 0x003f
+  bind "serial_cs"
+
 card "Angia Fax/Modem"
   version "Intelligent", "ANGIA FAX/MODEM"
   bind "serial_cs"


More information about the linux-pcmcia mailing list