From 79438cb92e480c022d46e251982776c76037c108 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 18 Oct 2002 05:23:18 +0000 Subject: Add the bluetooth class to all drivers --- pcmcia/bluetooth.conf | 7 ++++--- 1 file 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" -- cgit