summaryrefslogtreecommitdiffstats
path: root/target/linux/pxa/patches-2.6.21/017-modular-init-bluetooth.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-19 12:03:12 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-19 12:03:12 +0000
commit316a8857768f9649b97f479915aa4bc29f7d8029 (patch)
tree489a744e32c7c98cacb2210e44abd1f94d51bc72 /target/linux/pxa/patches-2.6.21/017-modular-init-bluetooth.patch
parent1ecc7dcbd91cc4b8a756fda7a94bc51ab9c1d86e (diff)
[pxa] refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11209 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/pxa/patches-2.6.21/017-modular-init-bluetooth.patch')
-rw-r--r--target/linux/pxa/patches-2.6.21/017-modular-init-bluetooth.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/pxa/patches-2.6.21/017-modular-init-bluetooth.patch b/target/linux/pxa/patches-2.6.21/017-modular-init-bluetooth.patch
index 62fd91966..108a4ca8e 100644
--- a/target/linux/pxa/patches-2.6.21/017-modular-init-bluetooth.patch
+++ b/target/linux/pxa/patches-2.6.21/017-modular-init-bluetooth.patch
@@ -1,7 +1,7 @@
-Index: linux-2.6.21gum/net/bluetooth/Kconfig
+Index: linux-2.6.21.7/net/bluetooth/Kconfig
===================================================================
---- linux-2.6.21gum.orig/net/bluetooth/Kconfig
-+++ linux-2.6.21gum/net/bluetooth/Kconfig
+--- linux-2.6.21.7.orig/net/bluetooth/Kconfig
++++ linux-2.6.21.7/net/bluetooth/Kconfig
@@ -30,6 +30,12 @@ menuconfig BT
Bluetooth kernel modules are provided in the BlueZ packages.
For more information, see <http://www.bluez.org/>.
@@ -15,10 +15,10 @@ Index: linux-2.6.21gum/net/bluetooth/Kconfig
config BT_L2CAP
tristate "L2CAP protocol support"
depends on BT
-Index: linux-2.6.21gum/net/bluetooth/Makefile
+Index: linux-2.6.21.7/net/bluetooth/Makefile
===================================================================
---- linux-2.6.21gum.orig/net/bluetooth/Makefile
-+++ linux-2.6.21gum/net/bluetooth/Makefile
+--- linux-2.6.21.7.orig/net/bluetooth/Makefile
++++ linux-2.6.21.7/net/bluetooth/Makefile
@@ -9,5 +9,6 @@ obj-$(CONFIG_BT_RFCOMM) += rfcomm/
obj-$(CONFIG_BT_BNEP) += bnep/
obj-$(CONFIG_BT_CMTP) += cmtp/
@@ -26,10 +26,10 @@ Index: linux-2.6.21gum/net/bluetooth/Makefile
+obj-$(CONFIG_BT_GUMSTIX)+= gumstix_bluetooth.o
bluetooth-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o hci_sysfs.o lib.o
-Index: linux-2.6.21gum/net/bluetooth/af_bluetooth.c
+Index: linux-2.6.21.7/net/bluetooth/af_bluetooth.c
===================================================================
---- linux-2.6.21gum.orig/net/bluetooth/af_bluetooth.c
-+++ linux-2.6.21gum/net/bluetooth/af_bluetooth.c
+--- linux-2.6.21.7.orig/net/bluetooth/af_bluetooth.c
++++ linux-2.6.21.7/net/bluetooth/af_bluetooth.c
@@ -327,12 +327,20 @@ static struct net_proto_family bt_sock_f
.create = bt_sock_create,
};
@@ -51,10 +51,10 @@ Index: linux-2.6.21gum/net/bluetooth/af_bluetooth.c
err = bt_sysfs_init();
if (err < 0)
return err;
-Index: linux-2.6.21gum/net/bluetooth/gumstix_bluetooth.c
+Index: linux-2.6.21.7/net/bluetooth/gumstix_bluetooth.c
===================================================================
--- /dev/null
-+++ linux-2.6.21gum/net/bluetooth/gumstix_bluetooth.c
++++ linux-2.6.21.7/net/bluetooth/gumstix_bluetooth.c
@@ -0,0 +1,50 @@
+/*
+ * Gumstix bluetooth module intialization driver