diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2002-10-18 05:23:18 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2002-10-18 05:23:18 +0000 | 
| commit | 79438cb92e480c022d46e251982776c76037c108 (patch) | |
| tree | f4c0bfa6a754b3d40007a4942ef6a6bc61267e91 | |
| parent | ca71f93f6b66c424e8e76237b98bc293b2f5674c (diff) | |
Add the bluetooth class to all drivers
| -rw-r--r-- | pcmcia/bluetooth.conf | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/pcmcia/bluetooth.conf b/pcmcia/bluetooth.conf index e451a6a2..8670cb57 100644 --- a/pcmcia/bluetooth.conf +++ b/pcmcia/bluetooth.conf @@ -1,11 +1,12 @@  device "dtl1_cs" -  module "dtl1_cs" +  class "bluetooth" module "dtl1_cs"  device "bluecard_cs" -  module "bluecard_cs" +  class "bluetooth" module "bluecard_cs"  device "bt3c_cs" -  module "bt3c_cs" +  class "bluetooth" module "bt3c_cs" +  card "Xircom CreditCard Bluetooth Adapter"    version "Xircom", "*", "CBT" | 
