From 9ff6b57da5b16a747a0075b301aaa1cd16cc717b Mon Sep 17 00:00:00 2001 From: fewtarius Date: Wed, 11 Oct 2023 20:34:48 +0000 Subject: [PATCH] DEVICE_FAKE_JACKSENSE should be true on x55. --- .../quirks/devices/Powkiddy x55/001-device_config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 packages/hardware/quirks/devices/Powkiddy x55/001-device_config diff --git a/packages/hardware/quirks/devices/Powkiddy x55/001-device_config b/packages/hardware/quirks/devices/Powkiddy x55/001-device_config new file mode 100755 index 000000000..41077af1b --- /dev/null +++ b/packages/hardware/quirks/devices/Powkiddy x55/001-device_config @@ -0,0 +1,10 @@ +#!/bin/bash +# SPDX-License-Identifier: Apache-2.0 +# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius) + +cat </storage/.config/profile.d/001-device_config +DEVICE_FAKE_JACKSENSE="true" +DEVICE_VOLUMECTL="true" +DEVICE_POWER_LED="false" +DEVICE_BRIGHTNESS="128" +EOF