From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D31095FF01; Tue, 13 Feb 2024 17:40:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707846015; cv=none; b=AqPpm0OWDOSG9/vGDVIZxX+BLcpcod3iChY90VBFbVO1Tr2TdTbLlYYGDyPKVenhHcz2w+lH9LOBQ+XfrTfJlrOF/Ur/QMp4mNTS8gOz4dh0By5Bk8pifnN2nv2LiJpThWCXleJF0D38RmuOEg21ePB17OEgyrhj3nPby7sbONw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707846015; c=relaxed/simple; bh=YzE+dZEMDaCCZYijSVQic2mWAoYLpSTv9pzY+PO/l8U=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=IsAELJMlPQMQ3c7wHM8uSJZez8RxfF5wdzq0a9WGmmuYIKzTo7/a1y7J4jwtQSGyySvr/8/TtmHTL53G0OCPHs1iNg8TRt2v4cTLbTy08u/qV2TFSBxCm38ZOW2PjoHmXf4ljlsjg0NXsANXfl10Plmpf3CMtNghAg/xUoeQMHU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=tqyROZQr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="tqyROZQr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37E48C43394; Tue, 13 Feb 2024 17:40:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1707846015; bh=YzE+dZEMDaCCZYijSVQic2mWAoYLpSTv9pzY+PO/l8U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tqyROZQr5k6sreVxoH2k5Vf3QBkL/N2xNTGykBlh/K1lH9cDjJxPr8Fa9UDlnq/OR 5h7DLP/LWeFqvvdpdU/WENbxCagbiTiKo9ZSNZ1b3H+vmyLt7jfIRVySBDMgKvsw9I rXqac9OuI7nALyS5DuVu7TlG+CA2dfznK7quemgY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Leonard Dallmayr , Johan Hovold Subject: [PATCH 6.7 092/124] USB: serial: cp210x: add ID for IMST iM871A-USB Date: Tue, 13 Feb 2024 18:21:54 +0100 Message-ID: <20240213171856.418165273@linuxfoundation.org> X-Mailer: git-send-email 2.43.1 In-Reply-To: <20240213171853.722912593@linuxfoundation.org> References: <20240213171853.722912593@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.7-stable review patch. If anyone has any objections, please let me know. ------------------ From: Leonard Dallmayr commit 12b17b4eb82a41977eb848048137b5908d52845c upstream. The device IMST USB-Stick for Smart Meter is a rebranded IMST iM871A-USB Wireless M-Bus USB-adapter. It is used to read wireless water, gas and electricity meters. Signed-off-by: Leonard Dallmayr Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -146,6 +146,7 @@ static const struct usb_device_id id_tab { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */ { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */ { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */ + { USB_DEVICE(0x10C4, 0x87ED) }, /* IMST USB-Stick for Smart Meter */ { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */ { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */ { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */