From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751348AbdIMX1G (ORCPT ); Wed, 13 Sep 2017 19:27:06 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33992 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbdIMX1E (ORCPT ); Wed, 13 Sep 2017 19:27:04 -0400 X-Google-Smtp-Source: ADKCNb7d8x/Isxal8WdjNH3LAGASqlaqrzaWWL/Fplmne3u5KpcRiDDWZrGqLX0nSXo+h0hkiMnAqw== Date: Wed, 13 Sep 2017 16:27:01 -0700 From: "dmitry.torokhov@gmail.com" To: Graichen Michael Cc: "hans.verkuil@cisco.com" , "mchehab@kernel.org" , "benjamin.tissoires@redhat.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] add SERIO_WIPO Message-ID: <20170913232701.GA18367@dtor-ws> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michael, On Fri, Sep 08, 2017 at 11:43:42AM +0000, Graichen Michael wrote: > From d4122cfe5f177198ae80d0c973eb29559c762fd3 Mon Sep 17 00:00:00 2001 > From: dev > Date: Fri, 8 Sep 2017 13:21:32 +0200 > Subject: [PATCH] add SERIO_WIPO > > --- > include/uapi/linux/serio.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h > index ac217c6..fc32a0f 100644 > --- a/include/uapi/linux/serio.h > +++ b/include/uapi/linux/serio.h > @@ -1,6 +1,6 @@ > /* > * Copyright (C) 1999-2002 Vojtech Pavlik > -* > + * > * This program is free software; you can redistribute it and/or modify it > * under the terms of the GNU General Public License version 2 as published by > * the Free Software Foundation. > @@ -81,5 +81,6 @@ > #define SERIO_EGALAX 0x3f > #define SERIO_PULSE8_CEC 0x40 > #define SERIO_RAINSHADOW_CEC 0x41 > +#define SERIO_WIPO 0x42 What will be using this new definition? > #endif /* _UAPI_SERIO_H */ > -- > 2.7.4 > Thanks. -- Dmitry