From patchwork Fri Feb 3 15:26:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9554421 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 53690604E2 for ; Fri, 3 Feb 2017 15:26:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5A7A227FC0 for ; Fri, 3 Feb 2017 15:26:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4DE8327FBB; Fri, 3 Feb 2017 15:26:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F219D27FC0 for ; Fri, 3 Feb 2017 15:26:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751154AbdBCP0l (ORCPT ); Fri, 3 Feb 2017 10:26:41 -0500 Received: from lb1-smtp-cloud2.xs4all.net ([194.109.24.21]:39861 "EHLO lb1-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbdBCP0h (ORCPT ); Fri, 3 Feb 2017 10:26:37 -0500 Received: from marune.fritz.box ([IPv6:2001:983:e9a7:1:ef31:4dcf:822e:7392]) by smtp-cloud2.xs4all.net with ESMTP id gFSZ1u00a3YS7uB01FSbCA; Fri, 03 Feb 2017 16:26:35 +0100 From: Hans Verkuil To: linux-media@vger.kernel.org Cc: Dmitry Torokhov , linux-input , Hans Verkuil Subject: [PATCHv2 1/2] serio.h: add SERIO_RAINSHADOW_CEC ID Date: Fri, 3 Feb 2017 16:26:32 +0100 Message-Id: <20170203152633.33323-2-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170203152633.33323-1-hverkuil@xs4all.nl> References: <20170203152633.33323-1-hverkuil@xs4all.nl> Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Hans Verkuil Add a new serio ID for the RainShadow Tech USB HDMI CEC adapter. Signed-off-by: Hans Verkuil Acked-by: Dmitry Torokhov --- include/uapi/linux/serio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/serio.h b/include/uapi/linux/serio.h index f2447a8..f42e919 100644 --- a/include/uapi/linux/serio.h +++ b/include/uapi/linux/serio.h @@ -79,5 +79,6 @@ #define SERIO_WACOM_IV 0x3e #define SERIO_EGALAX 0x3f #define SERIO_PULSE8_CEC 0x40 +#define SERIO_RAINSHADOW_CEC 0x41 #endif /* _UAPI_SERIO_H */