File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
drivers/platform/x86/x86-android-tablets Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
77
88x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
9- asus.o lenovo.o x86-android-tablets-main .o
9+ asus.o lenovo.o other .o
Original file line number Diff line number Diff line change 1- // SPDX-License-Identifier: GPL-2.0+
1+ // SPDX-License-Identifier: GPL-2.0-or-later
22/*
33 * DMI based code to deal with broken DSDTs on X86 tablets which ship with
44 * Android as (part of) the factory image. The factory kernels shipped on these
55 * devices typically have a bunch of things hardcoded, rather than specified
66 * in their DSDT.
77 *
8- * Copyright (C) 2021-2022 Hans de Goede <[email protected] > 8+ * Copyright (C) 2021-2023 Hans de Goede <[email protected] > 99 */
1010
1111#include <linux/acpi.h>
You can’t perform that action at this time.
0 commit comments