diff options
author | Manuel Francisco Naranjo <naranjo.manuel@gmail.com> | 2006-08-09 15:35:12 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 14:58:59 -0400 |
commit | 3fe70ba2272c123cf38e4c577bf220f8bcf25366 (patch) | |
tree | 14a29be4109d2f3c537b954734825916369b981e /Documentation/usb | |
parent | 78aef519ed07797f94cff1d0d66dd01704474916 (diff) |
Add AIRcable USB Bluetooth Dongle Driver
Add driver for AIRcable USB Bluetooth dongle.
Signed-off-by: Naranjo, Manuel Francisco <naranjo.manuel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/usb-serial.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/usb/usb-serial.txt b/Documentation/usb/usb-serial.txt index 02b0f7beb6d1..a2dee6e6190d 100644 --- a/Documentation/usb/usb-serial.txt +++ b/Documentation/usb/usb-serial.txt | |||
@@ -433,6 +433,11 @@ Options supported: | |||
433 | See http://www.uuhaus.de/linux/palmconnect.html for up-to-date | 433 | See http://www.uuhaus.de/linux/palmconnect.html for up-to-date |
434 | information on this driver. | 434 | information on this driver. |
435 | 435 | ||
436 | AIRcable USB Dongle Bluetooth driver | ||
437 | If there is the cdc_acm driver loaded in the system, you will find that the | ||
438 | cdc_acm claims the device before AIRcable can. This is simply corrected | ||
439 | by unloading both modules and then loading the aircable module before | ||
440 | cdc_acm module | ||
436 | 441 | ||
437 | Generic Serial driver | 442 | Generic Serial driver |
438 | 443 | ||