diff options
author | Jiri Kosina <jkosina@suse.cz> | 2021-11-05 12:16:54 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-11-05 12:16:54 +0100 |
commit | 5a2506bb8cb3e618fd79966a92454edac67fb468 (patch) | |
tree | ca201692da5289f7aac144af8003e89701cd5825 /drivers/hid/Makefile | |
parent | Merge branch 'for-5.16/wacom' into for-linus (diff) | |
parent | HID: Add support for side buttons of Xiaomi Mi Dual Mode Wireless Mouse Silent (diff) | |
download | linux-5a2506bb8cb3e618fd79966a92454edac67fb468.tar.xz linux-5a2506bb8cb3e618fd79966a92454edac67fb468.zip |
Merge branch 'for-5.16/xiaomi' into for-linus
- proper support of Xiaomi Mi buttons (Ilya Skriblovsky)
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 7a71371e3adf..55a6fa3eca5a 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -126,6 +126,7 @@ hid-uclogic-objs := hid-uclogic-core.o \ obj-$(CONFIG_HID_UCLOGIC) += hid-uclogic.o obj-$(CONFIG_HID_UDRAW_PS3) += hid-udraw-ps3.o obj-$(CONFIG_HID_LED) += hid-led.o +obj-$(CONFIG_HID_XIAOMI) += hid-xiaomi.o obj-$(CONFIG_HID_XINMO) += hid-xinmo.o obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o obj-$(CONFIG_HID_ZYDACRON) += hid-zydacron.o |