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 6
6
obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
7
7
8
8
x86-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
2
2
/*
3
3
* DMI based code to deal with broken DSDTs on X86 tablets which ship with
4
4
* Android as (part of) the factory image. The factory kernels shipped on these
5
5
* devices typically have a bunch of things hardcoded, rather than specified
6
6
* in their DSDT.
7
7
*
8
- * Copyright (C) 2021-2022 Hans de Goede <[email protected] >
8
+ * Copyright (C) 2021-2023 Hans de Goede <[email protected] >
9
9
*/
10
10
11
11
#include <linux/acpi.h>
You can’t perform that action at this time.
0 commit comments