SHA256
1
0
forked from pool/bluez
Go to file
Stefan Seyfried bcb79a3b8e Accepting request 69676 from home:seife:testing
- update to bluez-4.93:
  - Fix issue with property type and Health Main channel.
  - Fix issue with crash when removing devices.
  - Add support for hid2hci and udev integration.
- disable 001-remove-rule-dell-mouse.patch for now

OBS-URL: https://build.opensuse.org/request/show/69676
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=98
2011-05-05 09:59:41 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=1 2008-09-15 08:31:24 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=1 2008-09-15 08:31:24 +00:00
001-remove-rule-dell-mouse.patch Accepting request 23628 from home:seife:testing 2009-11-03 06:22:39 +00:00
bluetooth.modprobe OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=20 2009-01-13 17:37:58 +00:00
bluetooth.sh Accepting request 21664 from home:seife:testing 2009-10-04 21:07:30 +00:00
bluetooth.sysconfig OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=38 2009-07-10 14:41:47 +00:00
bluez-4.75-udev-use-helperscript.diff Updating link to change in openSUSE:Factory/bluez revision 59.0 2010-10-11 09:56:33 +00:00
bluez-4.93.tar.bz2 Accepting request 69676 from home:seife:testing 2011-05-05 09:59:41 +00:00
bluez-coldplug.init Updating link to change in openSUSE:Factory/bluez revision 55.0 2010-05-05 20:05:09 +00:00
bluez-gstreamer.changes Accepting request 69676 from home:seife:testing 2011-05-05 09:59:41 +00:00
bluez-gstreamer.spec Accepting request 69676 from home:seife:testing 2011-05-05 09:59:41 +00:00
bluez.changes Accepting request 69676 from home:seife:testing 2011-05-05 09:59:41 +00:00
bluez.spec Accepting request 69676 from home:seife:testing 2011-05-05 09:59:41 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=38 2009-07-10 14:41:47 +00:00

Notes about the SUSE bluez packages:
====================================

How does bluetoothd get started?
--------------------------------
Bluetoothd is started via udev. This means: as soon as a bluetooth device
is inserted, bluetoothd is started with the option "--udev".
For the case that D-Bus is not yet running during system bootup when the
adapter is detected, bluetoothd will quit with exit code 1, udev will notice
that and then try to restart bluetoothd later.

If you want to prevent starting of the bluetooth service, edit
/etc/sysconfig/bluetooth and set START_BLUETOOTHD to "no".

Have a lot of fun...