summaryrefslogtreecommitdiffstats
path: root/openwrt/package/bluez-utils/patches/002-hcid_pin_helper.patch
blob: 17a7f364038537ba34389558c8691848f26a3583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -ur bluez-utils-2.17.orig/hcid/hcid.conf bluez-utils-2.17/hcid/hcid.conf
--- bluez-utils-2.17.orig/hcid/hcid.conf	2004-12-25 19:06:00.000000000 +0100
+++ bluez-utils-2.17/hcid/hcid.conf	2005-07-26 14:44:23.000000000 +0200
@@ -23,7 +23,7 @@
 	pairing multi;
 
 	# PIN helper
-	pin_helper /usr/bin/bluepin;
+	pin_helper /etc/bluetooth/givepin;
 
 	# D-Bus PIN helper
 	#dbus_pin_helper;
@@ -34,7 +34,7 @@
 	# Local device name
 	#   %d - device id
 	#   %h - host name
-	name "BlueZ (%d)";
+	name "OpenWRT";
 
 	# Local device class
 	class 0x3e0100;