diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2002-10-18 21:06:16 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2002-10-18 21:06:16 +0000 |
commit | c81148946afc66e3855466dc099cfaaa521d34a2 (patch) | |
tree | 416ebc491e9f42ef5f7dc8e1b08cce157642fa1a | |
parent | 79438cb92e480c022d46e251982776c76037c108 (diff) |
Added UART PCMCIA driver
-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" |