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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E342BC433B4 for ; Wed, 28 Apr 2021 11:11:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A5F776142C for ; Wed, 28 Apr 2021 11:11:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236343AbhD1LL4 (ORCPT ); Wed, 28 Apr 2021 07:11:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:39518 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236133AbhD1LL4 (ORCPT ); Wed, 28 Apr 2021 07:11:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DD90D613EA; Wed, 28 Apr 2021 11:11:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619608271; bh=hnhbeMRNrfdexByAWOu0ymTVODGJ3Vpny6pEPUE72Q8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GmLZjNNm+NRafkDEEp1/7GPULhsN9IuKhUO6mZMRZnaAP4N4L/uM6KBVXLLmeb4ul dImi1Y4DyG42cFDYwL+nNqYw+O19fZswoJ64Im96UZzn2wmvNfw/OMqfvAy6nRLbWL jg2grzy4Xk2CFVHNpmycBwr/qX1iW1Jw9/Pb/65A= Date: Wed, 28 Apr 2021 13:11:08 +0200 From: Greg KH To: Anupama K Patil Cc: Jaroslav Kysela , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, skhan@linuxfoundation.org, Leon Romanovsky , B K Karthik , kernelnewbies@kernelnewbies.org Subject: Re: [PATCH] MAINTAINERS: mark isapnp as obsolete Message-ID: References: <20210428110536.edy74gsobkgtd6al@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210428110536.edy74gsobkgtd6al@ubuntu> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Apr 28, 2021 at 04:35:36PM +0530, Anupama K Patil wrote: > isapnp code is very old and according to this link > https://en.wikipedia.org/wiki/Legacy_Plug_and_Play#Specifications > from Wikipedia, even Windows Vista disabled ISA PnP by default. > > This change is in follow up to > https://lore.kernel.org/lkml/20210422180322.7wlyg63kv3n2k6id@ubuntu/T/#u > and https://lore.kernel.org/lkml/20210424194301.jmsqpycvsm7izbk3@ubuntu/T/#u > > Suggested-by: B K Karthik > Signed-off-by: Anupama K Patil Has the maintainer said this is unsupported? That's who you should take suggestions from :) thanks, greg k-h