diff options
| -rw-r--r-- | pcmcia/bluetooth.conf | 18 | 
1 files changed, 13 insertions, 5 deletions
| diff --git a/pcmcia/bluetooth.conf b/pcmcia/bluetooth.conf index 8670cb57..48595415 100644 --- a/pcmcia/bluetooth.conf +++ b/pcmcia/bluetooth.conf @@ -1,11 +1,14 @@  device "dtl1_cs"    class "bluetooth" module "dtl1_cs" +device "bt3c_cs" +  class "bluetooth" module "bt3c_cs" +  device "bluecard_cs"    class "bluetooth" module "bluecard_cs" -device "bt3c_cs" -  class "bluetooth" module "bt3c_cs" +device "btuart_cs" +  class "bluetooth" module "btuart_cs"  card "Xircom CreditCard Bluetooth Adapter" @@ -50,6 +53,11 @@ card "Socket Bluetooth Card"    bind "dtl1_cs" +card "3Com Bluetooth PC Card" +  version "3COM", "*", "Bluetooth PC Card" +  bind "bt3c_cs" + +  card "LSE041 Bluetooth PC Card"    version "BlueCard", "LSE041"    bind "bluecard_cs" @@ -59,6 +67,6 @@ card "LSE039 Bluetooth Compact Flash Card"    bind "bluecard_cs" -card "3Com Bluetooth PC Card" -  version "3COM", "*", "Bluetooth PC Card" -  bind "bt3c_cs" +card "CyberBlue CompactFlash Card" +  manfid 0x0279, 0x950b +  bind "btuart_cs" | 
