From patchwork Mon Jan 13 23:51:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Terry Junge X-Patchwork-Id: 13938239 Received: from cosmicgizmosystems.com (cosmicgizmosystems.com [63.249.102.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C29E416EC19; Mon, 13 Jan 2025 23:52:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=63.249.102.155 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736812350; cv=none; b=YBTRmrxOKY5yz+x7dPTtLGdgDdzrvcfoHXHRLk0jZNrT+fu/cCp7nxF3FcPkrl0RBJWrT+Hxxmkzr3JRbHrWy8QL6+lkh7fZzHMixlxsp0JSpz7SezfQkS1+xUmR2Wen2kOGgwZRgwuGI0HR5ZTASja0lonfYbQ+iX+DAxf9tUI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736812350; c=relaxed/simple; bh=nPl5BDwG0fCVjxV6z09nI4m9uVNE72RQ5lyj52Dy2t4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=X82Us7VW2ykiYqQ8Sukmu39KfM2M+YUDPGm8FqrJMBd193xsX3BRTUTD6O/ceFg/M3EIit9sUUKA5mSu0wGyXPRj8ks51rtIB/qUCXY81CvXrRrK2UH8RPCeZjNoR6zjwqhVu4R9f7bPr9NU/CaNx/RgO3uIkU5kK0qwuKRejJY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=cosmicgizmosystems.com; spf=pass smtp.mailfrom=cosmicgizmosystems.com; arc=none smtp.client-ip=63.249.102.155 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=cosmicgizmosystems.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cosmicgizmosystems.com Received: from terrys-Precision-M4600.hsd1.wa.comcast.net (c-73-190-111-195.hsd1.wa.comcast.net [73.190.111.195]) by host11.cruzio.com (Postfix) with ESMTPSA id 84F9A22A2F8F; Mon, 13 Jan 2025 15:52:26 -0800 (PST) From: Terry Junge To: Jiri Kosina , Takashi Iwai , Wade Wang , Benjamin Tissoires , Jaroslav Kysela Cc: Terry Junge , linux-input@vger.kernel.org, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/2] Introduce Poly/Plantronics mute event support Date: Mon, 13 Jan 2025 15:51:57 -0800 Message-ID: <20250113235212.78127-1-linuxhid@cosmicgizmosystems.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Jiri and Takashi, If at all possible, it would be preferred if this patch set could be sent upstream and to stable together. This patch set was tested by Wade and myself with multiple Poly/Plantronics product family headsets. Thanks, Terry Link v1: https://lore.kernel.org/linux-input/87zfl333uy.wl-tiwai@suse.de/T/#t Link v2: https://lore.kernel.org/linux-input/4a25e5d0-5e09-4246-8d70-8083d3189d53@cosmicgizmosystems.com/T/#t Terry Junge (2): HID: hid-plantronics: Add mic mute mapping and generalize quirks ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names drivers/hid/hid-plantronics.c | 144 ++++++++++++++++------------------ sound/usb/mixer_quirks.c | 51 ++++++++++++ 2 files changed, 118 insertions(+), 77 deletions(-) base-commit: 09a0fa92e5b45e99cf435b2fbf5ebcf889cf8780