diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-26 21:35:01 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-26 21:35:01 +0000 |
commit | 384c8381ee0b02ffd6df7577c997f272212ef590 (patch) | |
tree | 56264ed56b7252a706461e6e1217d0a83fdf0d48 /package/bluez-utils/patches/002-hcid_pin_helper.patch | |
parent | ce158c929d2e4675b16b05f7b96f8e5636e012a2 (diff) |
bluetooth fixes from Tomas Vanek
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bluez-utils/patches/002-hcid_pin_helper.patch')
-rw-r--r-- | package/bluez-utils/patches/002-hcid_pin_helper.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/bluez-utils/patches/002-hcid_pin_helper.patch b/package/bluez-utils/patches/002-hcid_pin_helper.patch new file mode 100644 index 0000000000..17a7f36403 --- /dev/null +++ b/package/bluez-utils/patches/002-hcid_pin_helper.patch @@ -0,0 +1,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; |