diff options
author | Hans de Goede <hdegoede@redhat.com> | 2021-12-26 15:18:49 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2022-01-05 12:06:19 +0100 |
commit | 0a6509b0926dea5ebbd2c86551b7681b00585961 (patch) | |
tree | 01f3b8517ffcae37aa57b0840faaad381e44983b /MAINTAINERS | |
parent | platform/x86: x86-android-tablets: Add TM800A550L data (diff) | |
download | linux-0a6509b0926dea5ebbd2c86551b7681b00585961.tar.xz linux-0a6509b0926dea5ebbd2c86551b7681b00585961.zip |
platform/x86: Add Asus TF103C dock driver
Add a driver for the keyboard, touchpad and USB port of
the keyboard dock for the Asus TF103C 2-in-1 tablet.
This keyboard dock has its own I2C attached embedded controller
and the keyboard and touchpad are also connected over I2C,
instead of using the usual USB connection. This means that the
keyboard dock requires this special driver to function.
Cc: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Cc: Ion Agorria <ion@agorria.com>
Cc: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20211226141849.156407-1-hdegoede@redhat.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d7d063667af0..1dd2cbff0c6b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2988,6 +2988,13 @@ W: http://acpi4asus.sf.net F: drivers/platform/x86/asus*.c F: drivers/platform/x86/eeepc*.c +ASUS TF103C DOCK DRIVER +M: Hans de Goede <hdegoede@redhat.com> +L: platform-driver-x86@vger.kernel.org +S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git +F: drivers/platform/x86/asus-tf103c-dock.c + ASUS WIRELESS RADIO CONTROL DRIVER M: João Paulo Rechi Vita <jprvita@gmail.com> L: platform-driver-x86@vger.kernel.org |