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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 36674C10F14 for ; Thu, 3 Oct 2019 13:18:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 12A9820862 for ; Thu, 3 Oct 2019 13:18:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730371AbfJCNSW (ORCPT ); Thu, 3 Oct 2019 09:18:22 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:46165 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726978AbfJCNSW (ORCPT ); Thu, 3 Oct 2019 09:18:22 -0400 Received: from classic (mon69-7-83-155-44-161.fbx.proxad.net [83.155.44.161]) (Authenticated sender: hadess@hadess.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id AA94C240016; Thu, 3 Oct 2019 13:18:17 +0000 (UTC) Message-ID: <3b91a9abd7489fc9bf866fff6f0daee39ccb7b1e.camel@hadess.net> Subject: Re: [PATCH] USB: rio500: Remove Rio 500 kernel driver From: Bastien Nocera To: linux-usb@vger.kernel.org Cc: Greg Kroah-Hartman , Cesar Miquel Date: Thu, 03 Oct 2019 15:18:16 +0200 In-Reply-To: <6251c17584d220472ce882a3d9c199c401a51a71.camel@hadess.net> References: <6251c17584d220472ce882a3d9c199c401a51a71.camel@hadess.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 (3.32.4-1.fc30) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, 2019-09-23 at 18:18 +0200, Bastien Nocera wrote: > The Rio500 kernel driver has not been used by Rio500 owners since 2001 > not long after the rio500 project added support for a user-space USB stack > through the very first versions of usbdevfs and then libusb. > > Support for the kernel driver was removed from the upstream utilities > in 2008: > https://gitlab.freedesktop.org/hadess/rio500/commit/943f624ab721eb8281c287650fcc9e2026f6f5db > > Cc: Cesar Miquel > Signed-off-by: Bastien Nocera Anything else I need to do to land this? Cheers