bluez-utils: disable HIDD for OpenZaurus
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 19 Jan 2006 18:57:48 +0000 (18:57 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 19 Jan 2006 18:57:48 +0000 (18:57 +0000)
- Zaurus devices lack BT usually so users got error/warning message on boot

packages/bluez/bluez-utils-dbus_2.20.bb
packages/bluez/bluez-utils-dbus_2.21.bb
packages/bluez/bluez-utils-dbus_2.24.bb
packages/bluez/bluez-utils-nodbus_2.20.bb
packages/bluez/bluez-utils-nodbus_2.21.bb
packages/bluez/bluez-utils-nodbus_2.24.bb
packages/bluez/files/openzaurus/.mtn2git_empty [new file with mode: 0644]
packages/bluez/files/openzaurus/bluetooth.default [new file with mode: 0644]

index ca3b110..1d7c172 100644 (file)
@@ -1,6 +1,6 @@
 include bluez-utils.inc
 
-PR = "r9"
+PR = "r10"
 
 DEPENDS += "dbus"
 SRC_URI += "file://dbus.patch;patch=1 \
index bfd3994..8c78d18 100644 (file)
@@ -1,6 +1,6 @@
 include bluez-utils.inc
 
-PR = "r3"
+PR = "r4"
 
 DEPENDS += "dbus"
 SRC_URI += "file://dbus.patch;patch=1 \
index c05208a..ecda02c 100644 (file)
@@ -1,6 +1,6 @@
 include bluez-utils.inc
 
-PR = "r0"
+PR = "r1"
 
 DEPENDS += "dbus"
 SRC_URI += "file://dbus.patch;patch=1"
index 3c47a03..f550939 100644 (file)
@@ -1,6 +1,6 @@
 include bluez-utils.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://hciattach_devlength.patch;patch=1"
 EXTRA_OECONF += "--without-dbus"
index 43c06a9..d7487a0 100644 (file)
@@ -1,6 +1,6 @@
 include bluez-utils.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://hciattach_devlength.patch;patch=1"
 EXTRA_OECONF += "--without-dbus"
index 05850a8..774549b 100644 (file)
@@ -1,5 +1,5 @@
 include bluez-utils.inc
 
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF += "--without-dbus"
diff --git a/packages/bluez/files/openzaurus/.mtn2git_empty b/packages/bluez/files/openzaurus/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/bluez/files/openzaurus/bluetooth.default b/packages/bluez/files/openzaurus/bluetooth.default
new file mode 100644 (file)
index 0000000..e63ab13
--- /dev/null
@@ -0,0 +1,37 @@
+# Bluetooth configuraton file
+
+# Start of hcid (allowed values are "true" and "false")
+HCID_ENABLE=true
+
+# Config file for hcid
+HCID_CONFIG="/etc/bluetooth/hcid.conf"
+
+# Start sdpd (allowed values are "true" and "false")
+SDPD_ENABLE=true
+
+# Start hidd (allowed values are "true" and "false")
+HIDD_ENABLE=false
+
+# Arguments to hidd
+HIDD_OPTIONS=""
+
+# Run hid2hci (allowed values are "true" and "false")
+HID2HCI_ENABLE=true
+
+# Bind rfcomm devices (allowed values are "true" and "false")
+RFCOMM_ENABLE=true
+
+# Config file for rfcomm
+RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"
+
+# Start dund (allowed values are "true" and "false")
+DUND_ENABLE=false
+
+# Arguments to dund
+DUND_OPTIONS="--listen --persist"
+
+# Start pand (allowed values are "true" and "false")
+PAND_ENABLE=false
+
+# Arguments to pand
+PAND_OPTIONS="--listen --role NAP"