提交 81bbef23 编写于 作者: L Linus Torvalds

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid

Pull HID fix from Jiri Kosina:
 "Regression fix for HID_RMI-driven synaptics touchpads in
  !CONFIG_HID_RMI cases"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
  HID: rmi: fallback to generic/multitouch if hid-rmi is not built
...@@ -827,7 +827,8 @@ static int hid_scan_report(struct hid_device *hid) ...@@ -827,7 +827,8 @@ static int hid_scan_report(struct hid_device *hid)
* hid-rmi should take care of them, * hid-rmi should take care of them,
* not hid-generic * not hid-generic
*/ */
hid->group = HID_GROUP_RMI; if (IS_ENABLED(CONFIG_HID_RMI))
hid->group = HID_GROUP_RMI;
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册