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 24E2DC04AA5 for ; Thu, 25 Aug 2022 09:02:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237846AbiHYJC3 (ORCPT ); Thu, 25 Aug 2022 05:02:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237844AbiHYJCS (ORCPT ); Thu, 25 Aug 2022 05:02:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED2544F664; Thu, 25 Aug 2022 02:02:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 916A661B49; Thu, 25 Aug 2022 09:02:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8AEE7C433D6; Thu, 25 Aug 2022 09:02:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661418136; bh=TZpnsZjSvHGSmy74ghmwxG/kKb7I5dSTTj7dKvDa1vg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i0RPCrVrpCH4HukbFcYqOVOIr/9wZFYSatmY7v1mtzgmrzRsrURI875nxtTPY/2Aq TtNPvPrceys+MaF3zURbyFMoos0OBIiGCUE4/Hu4cfIPH1LI9uB0cbvZY5WOMoXi3v dL86ARoTq5KRs+DW3Z8cYrbSe7f2DZp1HZ3KZPKc= Date: Thu, 25 Aug 2022 11:02:12 +0200 From: Greg Kroah-Hartman To: Jiri Kosina Cc: Roderick Colenbrander , Benjamin Tissoires , Roderick Colenbrander , linux-input , lkml Subject: Re: [PATCH] HID: playstation: convert to use dev_groups Message-ID: References: <20220804113052.1117009-1-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 25, 2022 at 10:36:52AM +0200, Jiri Kosina wrote: > On Fri, 12 Aug 2022, Roderick Colenbrander wrote: > > > Hi Greg, > > > > Thanks for the patch. It looks good and confirmed it working properly. > > (Replying from personal email... corporate email systems *Exchange* > > don't work well with GIT) > > > > Acked-by: Roderick Colenbrander > > Sorry for the delay, was off for a bit. Queued in for-6.1/sony. No worries, thanks!