Benjamin Tissoires
190d7f02ce
HID: input: do not increment usages when a duplicate is found
...
This is something that bothered us from a long time. When hid-input
doesn't know how to map a usage, it uses *_MISC. But there is something
else which increments the usage if the evdev code is already used.
This leads to few issues:
- some devices may have their ABS_X mapped to ABS_Y if they export a bad
set of usages (see the DragonRise joysticks IIRC -> fixed in a specific
HID driver)
- *_MISC + N might (will) conflict with other defined axes (my Logitech
H800 exports some multitouch axes because of that)
- this prevents to freely add some new evdev usages, because "hey, my
headset will now report ABS_COFFEE, and it's not coffee capable".
So let's try to kill this nonsense, and hope we won't break too many
devices.
I my headset case, the ABS_MISC axes are created because of some
proprietary usages, so we might not break that many devices.
For backward compatibility, a quirk HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE
is created and can be applied to any device that needs this behavior.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com >
Acked-by: Peter Hutterer <peter.hutterer@who-t.net >
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
Signed-off-by: Jiri Kosina <jkosina@suse.cz >
2018-04-17 14:08:54 +02:00
..
2018-02-14 09:43:22 -08:00
2018-03-31 01:33:09 +08:00
2018-03-21 13:58:08 +09:00
2018-03-23 15:52:48 +01:00
2018-03-27 15:34:20 +02:00
2018-02-01 09:51:57 -08:00
2018-04-04 15:19:26 -07:00
2018-04-04 18:56:27 -07:00
2018-03-30 16:54:49 -07:00
2018-03-05 13:04:32 +01:00
2018-01-29 09:58:36 +01:00
2018-03-30 11:41:18 -04:00
2018-02-20 11:34:54 +00:00
2018-03-08 13:56:24 +05:30
2018-02-03 12:10:09 -08:00
2018-04-05 09:51:41 -07:00
2018-03-29 14:29:55 -04:00
2018-03-26 15:56:28 +02:00
2018-02-16 17:05:52 +00:00
2018-03-09 07:59:20 +01:00
2018-03-28 10:10:22 +08:00
2018-02-14 16:02:41 +00:00
2018-02-09 14:55:30 -08:00
2018-04-05 10:42:07 -07:00
2018-02-26 08:43:20 +01:00
2018-02-06 22:54:15 +00:00
2018-02-14 11:55:33 -05:00
2018-01-29 10:34:53 -05:00
2018-03-01 08:41:25 -07:00
2018-04-02 20:52:27 -07:00
2018-01-30 20:18:28 -07:00
2018-02-15 08:27:06 -07:00
2018-03-16 10:56:13 +01:00
2018-03-31 02:15:18 +02:00
2018-03-26 09:58:17 +02:00
2018-03-31 02:16:26 +02:00
2018-03-31 02:14:44 +02:00
2018-02-04 11:16:35 -08:00
2018-02-06 18:32:46 -08:00
2018-04-03 18:00:13 -07:00
2018-04-02 20:16:21 +02:00
2018-02-20 11:17:58 +01:00
2018-03-12 12:10:03 +01:00
2018-02-21 15:35:43 -08:00
2018-02-27 10:17:33 +01:00
2018-02-27 18:22:12 +01:00
2018-03-16 10:55:47 +01:00
2018-03-29 13:06:08 +02:00
2018-02-16 10:40:24 +01:00
2018-02-06 18:32:47 -08:00
2018-02-06 18:32:47 -08:00
2018-03-26 15:09:38 +02:00
2018-03-23 23:48:43 +08:00
2018-04-04 00:40:19 -04:00
2018-01-29 13:44:54 -05:00
2018-04-04 19:41:45 -07:00
2018-03-20 10:01:59 +01:00
2018-04-05 10:23:24 -07:00
2018-03-16 19:58:27 +01:00
2018-03-27 11:33:15 +02:00
2018-03-12 10:05:01 +01:00
2018-02-08 15:13:30 -05:00
2018-03-08 21:54:52 -05:00
2018-03-08 10:34:44 +09:00
2018-03-26 15:56:44 +02:00
2018-01-30 21:54:32 +01:00
2018-03-31 02:15:18 +02:00
2018-03-22 18:33:26 +01:00
2018-03-15 18:57:14 -07:00
2018-03-20 08:23:21 +01:00
2018-03-21 10:22:28 +01:00
2018-01-29 09:08:34 -08:00
2018-04-02 20:15:02 +02:00
2018-02-12 10:41:11 +01:00
2018-02-26 09:48:42 -07:00
2018-02-06 18:32:46 -08:00
2018-04-17 14:08:54 +02:00
2018-03-18 07:38:48 -07:00
2018-03-13 07:34:23 +01:00
2018-01-31 17:18:40 -08:00
2018-03-13 15:24:02 +01:00
2018-03-06 09:57:16 -08:00
2018-03-08 12:30:37 +01:00
2018-03-26 15:55:57 +02:00
2018-02-06 16:41:29 -05:00
2018-02-22 21:13:03 +01:00
2018-03-09 12:02:59 -05:00
2018-04-01 19:49:34 -04:00
2018-02-20 11:17:58 +01:00
2018-02-16 08:59:16 +01:00
2018-02-06 18:32:47 -08:00
2018-03-24 11:25:36 -05:00
2018-02-27 07:42:51 -06:00
2018-02-27 07:42:51 -06:00
2018-02-27 07:42:51 -06:00
2018-03-14 21:46:29 +01:00
2018-01-29 09:08:34 -08:00
2018-02-01 08:15:25 -05:00
2018-03-20 08:57:17 +01:00
2018-02-06 18:32:45 -08:00
2018-02-14 13:11:14 +01:00
2018-03-31 12:22:38 +09:00
2018-02-13 09:15:58 +01:00
2018-04-04 18:56:27 -07:00
2018-04-02 20:16:15 +02:00
2018-02-24 01:43:47 +01:00
2018-03-11 20:01:55 +01:00
2018-03-13 13:29:10 -07:00
2018-02-01 15:01:15 -07:00
2018-03-26 15:56:42 +02:00
2018-01-30 10:44:56 -08:00
2018-02-06 18:32:47 -08:00
2018-03-22 21:22:26 -05:00
2018-03-22 17:07:01 -07:00
2018-02-21 15:35:42 -08:00
2018-02-13 16:25:06 +01:00
2018-01-31 17:18:38 -08:00
2018-04-03 14:08:58 -07:00
2018-03-18 07:38:47 -07:00
2018-01-31 17:18:38 -08:00
2018-03-27 08:45:02 +02:00
2018-02-06 18:32:47 -08:00
2018-03-26 13:14:43 -04:00
2018-03-26 13:14:43 -04:00
2018-03-26 13:14:43 -04:00
2018-03-24 11:25:35 -05:00
2018-03-10 10:19:28 +01:00
2018-03-30 12:56:22 -04:00
2018-03-23 11:31:58 -04:00
2018-03-31 23:37:32 -04:00
2018-03-30 10:11:06 -04:00
2018-02-17 08:40:59 +01:00
2018-01-28 22:17:24 -05:00
2018-03-14 19:28:13 +01:00
2018-02-01 10:57:45 -08:00
2018-03-30 10:40:18 -04:00
2018-03-05 18:03:20 -06:00
2018-03-04 00:29:24 -08:00
2018-01-31 17:18:40 -08:00
2018-01-31 17:18:37 -08:00
2018-04-04 20:07:20 -07:00
2018-02-01 11:40:07 -06:00
2018-03-13 22:57:36 +01:00
2018-03-19 10:09:44 -07:00
2018-03-29 16:07:22 +02:00
2018-03-23 11:31:58 -04:00
2018-03-30 10:11:06 -04:00
2018-02-06 18:32:47 -08:00
2018-02-11 14:37:22 -08:00
2018-02-21 23:27:13 +01:00
2018-02-12 10:41:11 +01:00
2018-02-06 22:54:11 +00:00
2018-02-14 14:33:36 -05:00
2018-02-19 18:46:11 -05:00
2018-04-02 20:15:46 +02:00
2018-02-06 16:41:28 -05:00
2018-02-28 17:59:21 -05:00
2018-02-20 16:12:26 -08:00
2018-02-26 11:05:44 +00:00
2018-03-31 23:25:39 -04:00
2018-03-29 13:47:53 -04:00
2018-01-29 10:59:24 -08:00
2018-03-30 22:50:15 +02:00
2018-03-20 08:11:06 +01:00
2018-02-11 14:34:03 -08:00
2018-03-22 21:22:26 -05:00
2018-03-22 21:30:56 -05:00
2018-02-13 15:00:06 +01:00
2018-02-07 12:50:21 +02:00
2018-02-01 09:46:00 -08:00
2018-03-15 17:42:55 +01:00
2018-03-20 10:01:58 +01:00
2018-02-28 11:07:11 -05:00
2018-03-28 13:29:57 -05:00
2018-01-31 17:18:39 -08:00
2018-03-08 13:49:26 +00:00
2018-01-29 12:02:54 -05:00
2018-03-31 23:25:40 -04:00
2018-04-03 14:04:18 -07:00
2018-03-28 18:47:17 +03:00
2018-01-31 09:25:20 -08:00
2018-02-07 12:18:23 +01:00
2018-02-21 15:35:42 -08:00
2018-03-20 10:01:59 +01:00
2018-02-06 09:59:40 -08:00
2018-02-05 21:34:50 +01:00
2018-04-02 20:16:21 +02:00
2018-02-06 18:32:47 -08:00
2018-03-09 12:54:11 +03:00
2018-02-21 09:49:08 +01:00
2018-03-19 15:23:03 +01:00
2018-03-13 07:34:21 +01:00
2018-03-13 07:34:23 +01:00
2018-04-03 14:04:18 -07:00
2018-03-28 22:55:19 +02:00
2018-02-28 13:21:10 +01:00
2018-02-20 16:10:25 -08:00
2018-03-07 11:46:39 -05:00
2018-02-06 18:32:44 -08:00
2018-03-13 22:58:09 +01:00
2018-01-31 17:18:37 -08:00
2018-03-20 08:23:24 +01:00
2018-02-16 15:19:09 +01:00
2018-04-03 18:00:13 -07:00
2018-01-31 17:18:39 -08:00