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


Groups > linux.kernel > #1291186

Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers

From Bastien Nocera <hadess@hadess.net>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers
Date 2015-12-14 14:30 +0100
Message-ID <qFBmr-6GS-33@gated-at.bofh.it> (permalink)
References <qFATp-6gb-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, 2015-12-14 at 21:50 +0900, Akihiko Odaki wrote:
> Use multitouch driver instead of microsoft one for Microsoft Surface
> Type Covers.
> 
> By using MT_CLS_EXPORT_ALL_INPUTS, the keyboards function as well as
> the multitouch pads do.

I've discussed this a couple of weeks back with Benjamin Tissoires, and
this patch would break the special keys (mute, brightness up/down,
keyboard backlight up/down and play/pause).

The recommended way to fix this was to move multi-touch processing into
the Microsoft driver, so that it would handle the trackpad's multi-
touch events.

You should be able to do this by carefully picking up the handling code
from hid-multitouch, or do something similar to what's done in hid-
wacom, which has the same problem as the Type Cover handling.

Can you confirm that this does indeed break those special keys? If it
does, it's a NAK from my side.

Cheers
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH 1/2] HID: Use multitouch driver for Type Covers Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> - 2015-12-14 14:10 +0100
  Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers Bastien Nocera <hadess@hadess.net> - 2015-12-14 14:30 +0100
    Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers Donavan Lance <tusklahoma@gmail.com> - 2015-12-14 17:40 +0100
      Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> - 2015-12-18 07:30 +0100
        Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> - 2015-12-18 10:20 +0100
          Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers Benjamin Tissoires <benjamin.tissoires@gmail.com> - 2015-12-18 11:50 +0100
  Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers Bastien Nocera <hadess@hadess.net> - 2015-12-18 16:10 +0100
    Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> - 2015-12-19 02:40 +0100

csiph-web