Files
rockchip-kernel/drivers
Benjamin Tissoires f07b3c1da9 HID: generic: create one input report per application type
It is not a good idea to try to fit all types of applications in the
same input report. There are a lot of devices that are needing
the quirk HID_MULTI_INPUT but this quirk doesn't match the actual HID
description as it is based on the report ID.

Given that most devices with MULTI_INPUT I can think of split nicely
the devices inputs into application, it is a good thing to split the
devices by default based on this assumption.

Also make hid-multitouch following this rule, to not have to deal
with too many input created.

While we are at it, fix some checkpatch complaints about converting
'unsigned' to 'unsigned int'.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2018-04-26 14:17:31 +02:00
..
2018-03-14 19:13:47 +01:00
2018-03-28 13:24:56 +02:00
2018-03-14 19:13:48 +01:00
2018-03-08 10:39:58 -07:00
2018-03-26 15:57:08 +02:00
2018-03-26 15:56:31 +02:00
2018-03-06 09:57:17 -08:00
2018-03-29 13:38:10 +03:00