summaryrefslogtreecommitdiff
path: root/drivers/hid/surface-hid/Makefile
diff options
context:
space:
mode:
authorMaximilian Luz <luzmaximilian@gmail.com>2021-03-11 01:53:29 +0300
committerJiri Kosina <jkosina@suse.cz>2021-03-30 10:19:29 +0300
commit35a927f2848bd79586c6374ebb99e4207f3b0c7f (patch)
tree1268839ba31bbaa43539f7c66fab1a75e02c8e18 /drivers/hid/surface-hid/Makefile
parentb05ff1002a5c19f2fd511c6eada6f475ff701841 (diff)
downloadlinux-35a927f2848bd79586c6374ebb99e4207f3b0c7f.tar.xz
HID: surface-hid: Add support for legacy keyboard interface
Add support for the legacy keyboard (KBD/TC=0x08) HID transport layer of the Surface System Aggregator Module (SSAM) to the Surface HID driver. On Surface Laptops 1 and 2, this interface is used to connect the integrated keyboard. Note that this subsystem interface essentially provides a limited HID transport layer. In contrast to the generic HID interface (TC=0x15) used on newer Surface models, this interface only allows (as far as we know) for a single device to be connected and is otherwise severely limited in terms of support for feature- and output-reports. Specifically, only caps-lock-LED output-reports and a single read-only feature-report are supported. Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/surface-hid/Makefile')
-rw-r--r--drivers/hid/surface-hid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/surface-hid/Makefile b/drivers/hid/surface-hid/Makefile
index 62fc04632d3d..4ae11cf09b25 100644
--- a/drivers/hid/surface-hid/Makefile
+++ b/drivers/hid/surface-hid/Makefile
@@ -4,3 +4,4 @@
#
obj-$(CONFIG_SURFACE_HID_CORE) += surface_hid_core.o
obj-$(CONFIG_SURFACE_HID) += surface_hid.o
+obj-$(CONFIG_SURFACE_KBD) += surface_kbd.o