diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2002-11-17 00:48:06 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2002-11-17 00:48:06 +0000 |
commit | aa46d739fe5cc6aebc912306f84af5c91b2f1f2b (patch) | |
tree | bc0e3e740e817123c2fd40f751edb642c289c585 /pcmcia | |
parent | 1c57015e3e0a917d3b3df7fa61017aed6abf7d0d (diff) |
Add entries for the AmbiCom and Pretec Bluetooth cards
Diffstat (limited to 'pcmcia')
-rw-r--r-- | pcmcia/bluetooth.conf | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/pcmcia/bluetooth.conf b/pcmcia/bluetooth.conf index c3e4b85c..f717d4c2 100644 --- a/pcmcia/bluetooth.conf +++ b/pcmcia/bluetooth.conf @@ -7,6 +7,9 @@ device "bt3c_cs" device "bluecard_cs" class "bluetooth" module "bluecard_cs" +device "bt950_cs" + class "bluetooth" module "bt950_cs" + device "btuart_cs" class "bluetooth" module "btuart_cs" @@ -27,10 +30,6 @@ card "COM One Platinium Bluetooth PC Card" version "COM1 SA", "MC310 CARD" bind "serial_cs" class "bluetooth" -card "AmbiCom BT2000E Bluetooth PC/CF Card" - version "AmbiCom,Inc", "BT2000E" - bind "serial_cs" class "bluetooth" - card "Sphinx PICO Card" version "SPHINX", "BT-CARD" bind "serial_cs" class "bluetooth" @@ -67,6 +66,15 @@ card "LSE039 Bluetooth Compact Flash Card" bind "bluecard_cs" +card "AmbiCom BT2000E Bluetooth Card" + version "AmbiCom,Inc", "BT2000E" + bind "bt950_cs" + +card "Pretec BT2000E Bluetooth Card" + version "Pretec", "BT2000E" + bind "bt950_cs" + + card "Cyber-blue Compact Flash Card" version "BT", "", "", "" bind "btuart_cs" |