From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.enpas.org (zhong.enpas.org [46.38.239.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 622591487D4; Fri, 12 Apr 2024 15:23:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=46.38.239.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712935415; cv=none; b=a6NRL4ZvBalnmoda+EVqDDMs5jfCt2yqKUb/ABFOTiqLUh2wvydxO4lRRAiEg5zl4b4FyXZ+R8PfKH5zKj3fTD0/at2xqgCsSi1ZTRdH32ji/xhFjVnjt6+h09AlT7A3TKyewRmnKQPPx7Ko5wj0VqaZhz6jpjZbcqMG/Ip4UHE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712935415; c=relaxed/simple; bh=Hi/FiNC3DhECPgS5kKcA4W0JM1chEQDgYt+hMHq/ID0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=jbx4ap/+ys6Co5pkKvOz8rtUS7LNG/YRX5LXJnLyITaHucHNdFNUwa4zhYDrwdBq73moNt+dTWPs2Ej/jnZbNNobTveFHZE0PcSQmpkdIla0c93TF7xoneK3ZmEvLmNjwyLzZ7n484yA0UxJwPahqEdvefzftFh1IoXCripCVgc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=enpas.org; spf=pass smtp.mailfrom=enpas.org; arc=none smtp.client-ip=46.38.239.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=enpas.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=enpas.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.enpas.org (Postfix) with ESMTPSA id C212AFFE4E; Fri, 12 Apr 2024 15:23:29 +0000 (UTC) Message-ID: Date: Sat, 13 Apr 2024 00:23:27 +0900 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [bug report] HID: playstation: DS4: Don't fail on calibration data request Content-Language: en-US To: Jiri Kosina Cc: Dan Carpenter , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Roderick Colenbrander References: <07848795-14e3-4020-9e60-e3221ff6ef80@enpas.org> <4e486902-9238-48db-b0b2-2abce4f3b812@enpas.org> From: Max Staudt In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/13/24 00:01, Jiri Kosina wrote: > Max, > > please send a followup one with proper Fixes: tag. We're generally not > rebasing the tree. Instead of rebasing, I was wondering whether you were intending to revert the faulty patch first :) Thanks, will do! Max