Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1482323

[PATCH 0/2] Fix spurious joydev node on some unrelated devices

From Benjamin Tissoires <benjamin.tissoires@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Fix spurious joydev node on some unrelated devices
Date 2016-09-13 12:00 +0200
Message-ID <sgSFs-6J-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

It looks like Steam is suffering from having spurious joydev nodes not
properly handled by the kernel. This appears on nearly all Microsoft devices
and all Wacom tablets (though I guess the interference between Wacom tablet
and Steam is not much of a problem :-P ).

Anyway, this should fix a long standing issue (since 2011 apparently).

It's still unclear whether this will fix all the spurious joydev nodes for
other vendors too (A4Tech mice notably).

Cheers,
Benjamin

Benjamin Tissoires (2):
  HID: input: ignore System Control application usages if not System
    Controls
  HID: wacom: do not detect Pad devices as joysticks

 drivers/hid/hid-input.c | 9 +++++++++
 drivers/hid/wacom_wac.c | 3 +++
 2 files changed, 12 insertions(+)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Fix spurious joydev node on some unrelated devices Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-09-13 12:00 +0200
  [PATCH 2/2] HID: wacom: do not detect Pad devices as joysticks Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-09-13 12:00 +0200
    Re: [PATCH 2/2] HID: wacom: do not detect Pad devices as joysticks Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-09-14 18:00 +0200
  [PATCH 1/2] HID: input: ignore System Control application usages if not System Controls Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-09-13 12:00 +0200
    Re: [PATCH 1/2] HID: input: ignore System Control application usages  if not System Controls Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-09-13 16:00 +0200
      Re: [PATCH 1/2] HID: input: ignore System Control application usages  if not System Controls Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-09-14 17:50 +0200
      Re: [PATCH 1/2] HID: input: ignore System Control application usages  if not System Controls Jiri Kosina <jikos@kernel.org> - 2016-09-19 14:30 +0200

csiph-web