Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758626AbcDEMsM (ORCPT ); Tue, 5 Apr 2016 08:48:12 -0400 Received: from slow1-d.mail.gandi.net ([217.70.178.86]:48370 "EHLO slow1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757602AbcDEMsK (ORCPT ); Tue, 5 Apr 2016 08:48:10 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1459860134.22718.3.camel@hadess.net> Subject: Re: [PATCH 1/2] HID: Use multitouch driver for Type Covers From: Bastien Nocera To: Akihiko Odaki , jikos@kernel.org, Benjamin Tissoires Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Date: Tue, 05 Apr 2016 14:42:14 +0200 In-Reply-To: <5674B41A.3090904@stu.hosei.ac.jp> References: <1450097429-4959-1-git-send-email-akihiko.odaki.4i@stu.hosei.ac.jp> <1450451202.24419.13.camel@hadess.net> <5674B41A.3090904@stu.hosei.ac.jp> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2 (3.18.5.2-1.fc23) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1089 Lines: 38 On Sat, 2015-12-19 at 10:34 +0900, Akihiko Odaki wrote: > No, it doesn't work. According to: https://github.com/jimdigriz/debian-mssp4 Running "kbd_mode -u" afterwards would fix the Caps-Lock key not working. I have no idea what the wider consequence of this would be though[1]. Anything we can do in the kernel to have that working by default? [1]: kbd_mode calls ioctl(fd, KDSKBMODE, K_UNICODE) with fd being the console's fd. > On 12/19/2015 12:06 AM, Bastien Nocera wrote: > > > > 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. > > > > > > Signed-off-by: Akihiko Odaki > > All the multimedia keys work, and MT support also works, on my > > Surface > > 3 cover (045e:07de). > > > > *But* the Caps-Lock key's LED doesn't light up anymore. Can you > > verify > > it does on yours as well? > > > > Cheers > >