summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBala Shanmugam <sbalashanmugam@atheros.com>2009-12-24 16:54:28 +0530
committerLuis R. Rodriguez <lrodriguez@atheros.com>2009-12-28 17:33:36 -0800
commita3c581a7becf8f4a530c3bfbe0228e559c5dca27 (patch)
tree1389b8c5b8bdfe23f4bfccaec78a983c0ec758d7 /README
parentee8062736a2dbf47c66f24e0605d2d7cdd33fe13 (diff)
compat-2.6: New targets to compile bluetooth alone
Compiling compat-pacakage consumes more time as both wireless and bluetooth modules are compiled. For someone who wants to use bluetooth alone compiling and installing wireless modules is unnecessary and is time consuming. New targets are declared to compile, install, uninstall, load and unload bluetooth modules seperately. Usage is updated in README. Signed-off-by: Bala Shanmugam <sbalashanmugam@atheros.com>
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
index 380fc5ad..88b16b4b 100644
--- a/README
+++ b/README
@@ -6,6 +6,7 @@ This is a Linux wireless compatibility package which provides the latest
Linux wireless subsystem enhancements for kernels 2.6.25 and above.
It is technically possible to support kernels < 2.6.25 but more
work is required for that.
+It also provides Linux bluetooth subsystem enhancements for kernels 2.6.27 and above.
If you'd like to keep the wireless-testing git repository local as well,
please read out git-guide which explains how to achieve this:
@@ -70,6 +71,24 @@ Load:
Reboot unless you know what you are doing.
+
+Bluetooth modules can be seperately compiled and installed using below commands
+
+Build:
+ make bt
+
+Install:
+ sudo make btinstall
+
+Uninstall:
+ sudo make btuninstall
+
+Load:
+ sudo make btload
+
+Unload:
+ sudo make btunload
+
Drivers
-------
@@ -115,6 +134,15 @@ we provide b44 (the ethernet driverl).
The new rfkill drivers also provided and backported.
+Bluetooth drivers:
+bluetooth
+btusb
+hci_uart
+btsdio
+btuart_cs
+bluecard_cs
+bfusb
+
Firmware:
---------