]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86: x86-android-tablets: Move Acer info to its own file
authorHans de Goede <hansg@kernel.org>
Sat, 20 Sep 2025 20:07:09 +0000 (22:07 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 26 Sep 2025 11:26:37 +0000 (14:26 +0300)
commitd4bc149653d33d373c90b6dcdcc51fb55b296c7f
treea4b5f873fc0d0c13288390c3e2e371389e56b469
parente5e12fab129458b32f76ac6019132661f1f1737c
platform/x86: x86-android-tablets: Move Acer info to its own file

Acer has several x86 based Android tablets which need x86-android-tablets
support to work around their broken ACPI tables.

At the moment x86-android-tablets only support one model, move this to
its own file before adding support for more models to avoid needing to
move more code around later.

Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hansg@kernel.org>
Link: https://patch.msgid.link/20250920200713.20193-17-hansg@kernel.org
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/x86-android-tablets/Makefile
drivers/platform/x86/x86-android-tablets/acer.c [new file with mode: 0644]
drivers/platform/x86/x86-android-tablets/other.c