diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-09-17 20:58:15 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-09-17 20:58:15 +0000 | 
| commit | d33a1214b4299aad065df79686b6b1ecb17c5af1 (patch) | |
| tree | 3b06509004740b1fef79ee9030f1d4ff33e3047f | |
| parent | 462b9676004b39d4852d303b7c66fba7103ea39d (diff) | |
Add entries for the IBM and TDK PCMCIA cards
| -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"  | 
