diff options
author | Robert Gerlach <khnz@gmx.de> | 2012-01-18 14:26:22 +0100 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-03-12 09:57:52 -0400 |
commit | 2d24c49080afdb80816f6cedaef0e3999f344c4b (patch) | |
tree | eca117e9f9b9a2801f52600fd88795b5f3b29669 /MAINTAINERS | |
parent | c215ab9a7530d415707430de8d51a58ca6a41808 (diff) | |
download | linux-3.10-2d24c49080afdb80816f6cedaef0e3999f344c4b.tar.gz linux-3.10-2d24c49080afdb80816f6cedaef0e3999f344c4b.tar.bz2 linux-3.10-2d24c49080afdb80816f6cedaef0e3999f344c4b.zip |
Fujitsu tablet extras driver
This patch adds support for some of the devices within a wide variety
of Fujitsu Tablet Computers, both convertibles and slates. Primarily
it allows for the automatic detection of the tablet/notebook mode for
convertible tablet pc's, and orientation for docked slates. It also
adds support for the application panel buttons usually found next to
the tablet screen, and docking station detection for slates.
Signed-off-by: Robert Gerlach <khnz@gmx.de>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3321d75c6c7..95e4e43a12b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2845,6 +2845,12 @@ S: Maintained F: drivers/media/video/m5mols/ F: include/media/m5mols.h +FUJITSU TABLET EXTRAS +M: Robert Gerlach <khnz@gmx.de> +L: platform-driver-x86@vger.kernel.org +S: Maintained +F: drivers/platform/x86/fujitsu-tablet.c + FUSE: FILESYSTEM IN USERSPACE M: Miklos Szeredi <miklos@szeredi.hu> L: fuse-devel@lists.sourceforge.net |