From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C7E2C433F5 for ; Wed, 25 May 2022 09:14:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235205AbiEYJOB (ORCPT ); Wed, 25 May 2022 05:14:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231875AbiEYJNT (ORCPT ); Wed, 25 May 2022 05:13:19 -0400 Received: from gofer.mess.org (gofer.mess.org [IPv6:2a02:8011:d000:212::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC77975209; Wed, 25 May 2022 02:10:21 -0700 (PDT) Received: by gofer.mess.org (Postfix, from userid 1000) id 8A1D0101CCD; Wed, 25 May 2022 10:10:20 +0100 (BST) Date: Wed, 25 May 2022 10:10:20 +0100 From: Sean Young To: Jiri Slaby Cc: Mauro Carvalho Chehab , Linus Torvalds , Greg Kroah-Hartman , Andrew Morton , Linux Media Mailing List , Linux Kernel Mailing List Subject: Re: [GIT PULL for v5.18-rc1] media updates Message-ID: References: <20220322101406.459e2950@coco.lan> <8093277c-5098-e5e3-f606-486de5b2f67b@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8093277c-5098-e5e3-f606-486de5b2f67b@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 25, 2022 at 10:09:38AM +0200, Jiri Slaby wrote: > I don't understand how inability to build software is not an uapi breakage > -- care to elaborate? So here is a good compromise suggested by Mauro. 1. We add the following to the lirc.h uapi header. #define LIRC_CAN_NOTIFY_DECODE 0 #define LIRC_CAN_SET_REC_FILTER 0 2. Since lirc daemon is unmaintained, I am happy to take on maintainership. This may require forking, depending on what the maintainer says. How does that sound? Sean