diff options
-rw-r--r-- | etc/defaults/pccard.conf | 16 | ||||
-rw-r--r-- | etc/pccard.conf.sample | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 506363f..5f52d7e 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -312,6 +312,22 @@ card "U.S. Robotics" "XJ/CC1336" insert echo U.S. Robotics XJ/CC1336 inserted remove echo U.S. Robotics XJ/CC1336 removed +# Nokia Cellular Data Card +card "Nokia Mobile Phones" "DTP-2" + config 0x22 "sio2" ? + config 0x23 "sio3" ? + insert echo Nokia Mobile Phones DTP-2 inserted + remove echo Nokia Mobile Phones DTP-2 removed + +# This Nokia example allows either 1 or 2 Nokia cards to be fitted. +# With 2 Mobile Phones and Multilink PPP you can get a 19200 data channel. +# Nokia Cellular Data Card +card "Nokia Mobile Phones" "DTP-2 ver II" + config 0x23 "sio2" ? + config 0x24 "sio3" ? + insert echo Nokia Mobile Phones DTP-2 ver II inserted + remove echo Nokia Mobile Phones DTP-2 ver II removed + # Omron ME2814 FAX/DATA MODEM card "OMRON" "ME2814 FAX/DATA MOD" config 0x23 "sio2" ? diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index 506363f..5f52d7e 100644 --- a/etc/pccard.conf.sample +++ b/etc/pccard.conf.sample @@ -312,6 +312,22 @@ card "U.S. Robotics" "XJ/CC1336" insert echo U.S. Robotics XJ/CC1336 inserted remove echo U.S. Robotics XJ/CC1336 removed +# Nokia Cellular Data Card +card "Nokia Mobile Phones" "DTP-2" + config 0x22 "sio2" ? + config 0x23 "sio3" ? + insert echo Nokia Mobile Phones DTP-2 inserted + remove echo Nokia Mobile Phones DTP-2 removed + +# This Nokia example allows either 1 or 2 Nokia cards to be fitted. +# With 2 Mobile Phones and Multilink PPP you can get a 19200 data channel. +# Nokia Cellular Data Card +card "Nokia Mobile Phones" "DTP-2 ver II" + config 0x23 "sio2" ? + config 0x24 "sio3" ? + insert echo Nokia Mobile Phones DTP-2 ver II inserted + remove echo Nokia Mobile Phones DTP-2 ver II removed + # Omron ME2814 FAX/DATA MODEM card "OMRON" "ME2814 FAX/DATA MOD" config 0x23 "sio2" ? |