Skip to content

Commit

Permalink
fix bluetooth input devices issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yunshansimon committed Sep 3, 2021
1 parent 1c1ddf2 commit 43fefee
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright (c) 2018 The Fyde OS Authors. All rights reserved.
# Distributed under the terms of the BSD

EAPI="5"

DESCRIPTION="empty project"
HOMEPAGE="http://fydeos.com"

LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""

RDEPEND=""

DEPEND="${RDEPEND}"

S=$FILESDIR

src_install() {
insinto /etc/init
doins bluetooth-input-fix.conf
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright (c) 2021 The FydeOS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

description "fix bluetoothd crashed when connecting with input devices"
author "yang@fydeos.io"

start on started udev-boot
task

exec modprobe -q uhid
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RDEPEND="
chromeos-base/arc-user-env
media-libs/vulkan-loader
chromeos-base/device-appid
chromeos-base/bluetooth-input-fix
"

DEPEND="${RDEPEND}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ IUSE=""

RDEPEND="
chromeos-base/device-appid
chromeos-base/bluetooth-input-fix
"

DEPEND="${RDEPEND}"
Expand Down

0 comments on commit 43fefee

Please sign in to comment.