diff options
-rw-r--r-- | pcmcia/bluetooth.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pcmcia/bluetooth.conf b/pcmcia/bluetooth.conf index 6e059963..bb0bb5a1 100644 --- a/pcmcia/bluetooth.conf +++ b/pcmcia/bluetooth.conf @@ -26,6 +26,14 @@ card "Brain Boxes BL-620 Bluetooth Adapter" version "Brain Boxes", "Bluetooth PC Card" bind "serial_cs" class "bluetooth" +card "IBM Bluetooth PC Card II" + version "IBM", "Bluetooth PC Card II" + bind "serial_cs" class "bluetooth" + +card "TDK Bluetooth PC Card" + version "TDK", "Bluetooth PC Card" + bind "serial_cs" class "bluetooth" + card "AmbiCom BT2000C Bluetooth PC/CF Card" version "AmbiCom BT2000C", "Bluetooth PC/CF Card" bind "serial_cs" class "bluetooth" |