Skip to content
Snippets Groups Projects
Commit 5664b318 authored by Frédéric Dalleau's avatar Frédéric Dalleau Committed by Apertis package maintainers
Browse files

Import Apertis version 5.50-1co1

parents d5ad05fd 98d6b96c
No related branches found
No related tags found
No related merge requests found
Pipeline #9237 passed
include:
- project: 'infrastructure/ci-package-builder'
file: '/ci-package-builder.yml'
bluez (5.50-1co1) apertis; urgency=medium
* set car class of device
-- Frédéric Dalleau <frederic.dalleau@collabora.com> Wed, 03 Apr 2019 07:21:26 +0000
bluez (5.50-1) unstable; urgency=medium
* Update to 5.50.
......
......@@ -9,3 +9,4 @@ org.bluez.obex.service.in.patch
Fix-typo.patch
shared-gatt-client-Fix-segfault-after-PIN-entry.patch
main.conf-Add-more-details-Closes-904212.patch
set_car_device_class
From: Apertis <apertis.org>
Date: Mon, 14 Apr 2014 06:03:58 +0800
Subject: Set car device class
Apertis is designed to run on cars, not general-purpose computers.
(The original author and date of this change have been lost.)
---
src/main.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.conf b/src/main.conf
index 372fd8c..808dbd5 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -6,7 +6,7 @@
# Default device class. Only the major and minor device class bits are
# considered. Defaults to '0x000000'.
-#Class = 0x000100
+Class = 0x200420
# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment