source: freewrt/package/bluez-utils/patches/002-hcid_pin_helper.patch@ e703d48

freewrt_1_0 freewrt_2_0
Last change on this file since e703d48 was e703d48, checked in by Thorsten Glaser <tg@…>, 19 years ago

this is FreeWRT not OpenWrt

git-svn-id: svn://www.freewrt.org/trunk/freewrt@276 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 554 bytes
  • bluez-utils-2.17

    diff -ur bluez-utils-2.17.orig/hcid/hcid.conf bluez-utils-2.17/hcid/hcid.conf
    old new  
    2323        pairing multi;
    2424
    2525        # PIN helper
    26         pin_helper /usr/bin/bluepin;
     26        pin_helper /etc/bluetooth/givepin;
    2727
    2828        # D-Bus PIN helper
    2929        #dbus_pin_helper;
     
    3434        # Local device name
    3535        #   %d - device id
    3636        #   %h - host name
    37         name "BlueZ (%d)";
     37        name "FreeWRT";
    3838
    3939        # Local device class
    4040        class 0x3e0100;
Note: See TracBrowser for help on using the repository browser.