~ubuntu-branches/ubuntu/oneiric/bluez/oneiric

« back to all changes in this revision

Viewing changes to debian/bluez.bluetooth.default

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-28 16:47:35 UTC
  • mfrom: (1.1.34 upstream) (6.3.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110728164735-f34luwrarv52mhlq
Tags: 4.95-0ubuntu1
* New upstream release.
* Resynchronize with Debian unstable, remaining changes:
  - debian/source_bluez.py, debian/bluez.install:
    + apport hook made by Baptiste Mille-Mathias.
  - debian/rules: don't use simple-patchsys.
  - debian/source/format: use source format 3.0.
  - debian/patches/pkg-config-install-paths.patch: install bluez-alsa plugin
    to the multiarch path, now that alsa-lib has transitioned.
* debian/patches/02_disable_hal.patch: refreshed.
* debian/patches/pkg-config-install-paths.patch: refreshed.
* debian/control, debian/rules: run autoreconf when building as required by
  pkg-config-install-paths.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Defaults for bluez
 
2
 
 
3
# start bluetooth on boot?
 
4
# compatibility note: if this variable is _not_ found bluetooth will start
 
5
BLUETOOTH_ENABLED=1
 
6
 
 
7
# This setting used to switch HID devices (e.g mouse/keyboad) to HCI mode, that
 
8
# is you will have bluetooth functionality from your dongle instead of only
 
9
# HID. This is accomplished for supported devices by udev in
 
10
# /lib/udev/rules.d/62-bluez-hid2hci.rules by invoking hid2hci with correct
 
11
# parameters.
 
12
# See /usr/share/doc/bluez/NEWS.Debian.gz for further information.
 
13
 
 
14
# Older daemons like pand dund and hidd can be found in bluez-compat package as
 
15
# they are deprecated and provided for backward compatibility only.
 
16
 
 
17
# Note that not every bluetooth dongle is capable of switching back to HID mode,
 
18
# see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497
 
19
HID2HCI_ENABLED=0
 
20
HID2HCI_UNDO=0