Port-cats archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bluetooth on cats



Hi,
   I dont have any cats hardware to test (indeed, I'm not sure what the
cats hardware is :) but I have successfully cross-compiled a cats kernel
with bluetooth added. Is it ok to commit the attached patch to enable it
in the GENERIC kernel?

iain
Index: sys/arch/cats/conf/files.cats
===================================================================
RCS file: /cvsroot/src/sys/arch/cats/conf/files.cats,v
retrieving revision 1.32
diff -u -r1.32 files.cats
--- sys/arch/cats/conf/files.cats       11 Dec 2005 12:17:04 -0000      1.32
+++ sys/arch/cats/conf/files.cats       10 Sep 2006 13:13:21 -0000
@@ -102,4 +102,7 @@
 # Include USB stuff
 include "dev/usb/files.usb"
 
+# Include Bluetooth stuff
+include "dev/bluetooth/files.bluetooth"
+
 include "arch/arm/conf/majors.arm32"
Index: sys/arch/cats/conf/GENERIC
===================================================================
RCS file: /cvsroot/src/sys/arch/cats/conf/GENERIC,v
retrieving revision 1.110
diff -u -r1.110 GENERIC
--- sys/arch/cats/conf/GENERIC  26 Aug 2006 20:26:44 -0000      1.110
+++ sys/arch/cats/conf/GENERIC  10 Sep 2006 13:13:21 -0000
@@ -451,6 +451,31 @@
 # USB Generic driver
 ugen* at uhub? port ?
 
+
+# Bluetooth Controller and Device support
+
+# Bluetooth USB Controllers
+ubt* at uhub? port ? configuration ? interface ?
+
+# Bluetooth Device Hub
+bthub* at ubt?
+
+# Bluetooth HID support
+bthidev* at bthub?
+
+# Bluetooth Mouse
+btms* at bthidev? reportid ?
+wsmouse* at btms? mux 0
+
+# Bluetooth Keyboard
+btkbd* at bthidev? reportid ?
+wskbd* at btkbd? console ? mux 1
+
+# Bluetooth Audio support
+btsco* at bthub?
+audio* at btsco?
+
+
 # Audio Devices
 
 # PCI audio devices


Home | Main Index | Thread Index | Old Index