]> git.karo-electronics.de Git - karo-tx-linux.git/commit
HID: logitech-hidpp: split HIDPP_QUIRK_DELAYED_INIT in two
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 3 Sep 2015 13:08:29 +0000 (09:08 -0400)
committerJiri Kosina <jkosina@suse.cz>
Fri, 4 Sep 2015 12:49:35 +0000 (14:49 +0200)
commit580a7e82f08c38837dbe08374d649329d3de698b
tree2fcc591acbe54275b432d0fbf3c6fed14a3bb1b6
parent851328feb8c1d4130d3a0acb004e474168702d6d
HID: logitech-hidpp: split HIDPP_QUIRK_DELAYED_INIT in two

HIDPP_QUIRK_DELAYED_INIT means two things currently:
- we want to delay the initialization process
- we do not want hid to create an input device based on the report
  descriptor.

This should actually be 2 different quirks so we can have special connect
events while still having HID creating the input for us.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-logitech-hidpp.c