linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] USB: serial: cp210x: add Kamstrup RF sniffer PIDs
@ 2022-11-27 17:08 Bruno Thomsen
  2022-11-28  9:38 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Thomsen @ 2022-11-27 17:08 UTC (permalink / raw)
  To: linux-usb, Johan Hovold
  Cc: Greg Kroah-Hartman, linux-kernel, Bruno Thomsen, Bruno Thomsen

The RF sniffers are based on cp210x where the RF frontends
are based on a different USB stack.

RF sniffers can analyze packets meta data including power level
and perform packet injection.

Can be used to perform RF frontend self-test when connected to
a concentrator, ex. arch/arm/boot/dts/imx7d-flex-concentrator.dts

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 drivers/usb/serial/cp210x.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 3bcec419f463..f6fb23620e87 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -195,6 +195,8 @@ static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
 	{ USB_DEVICE(0x17A8, 0x0001) }, /* Kamstrup Optical Eye/3-wire */
 	{ USB_DEVICE(0x17A8, 0x0005) }, /* Kamstrup M-Bus Master MultiPort 250D */
+	{ USB_DEVICE(0x17A8, 0x0011) }, /* Kamstrup 444 MHz RF sniffer */
+	{ USB_DEVICE(0x17A8, 0x0013) }, /* Kamstrup 870 MHz RF sniffer */
 	{ USB_DEVICE(0x17A8, 0x0101) }, /* Kamstrup 868 MHz wM-Bus C-Mode Meter Reader (Int Ant) */
 	{ USB_DEVICE(0x17A8, 0x0102) }, /* Kamstrup 868 MHz wM-Bus C-Mode Meter Reader (Ext Ant) */
 	{ USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */

base-commit: faf68e3523c21d07c5f7fdabd0daf6301ff8db3f
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] USB: serial: cp210x: add Kamstrup RF sniffer PIDs
  2022-11-27 17:08 [PATCH] USB: serial: cp210x: add Kamstrup RF sniffer PIDs Bruno Thomsen
@ 2022-11-28  9:38 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2022-11-28  9:38 UTC (permalink / raw)
  To: Bruno Thomsen; +Cc: linux-usb, Greg Kroah-Hartman, linux-kernel, Bruno Thomsen

On Sun, Nov 27, 2022 at 06:08:11PM +0100, Bruno Thomsen wrote:
> The RF sniffers are based on cp210x where the RF frontends
> are based on a different USB stack.
> 
> RF sniffers can analyze packets meta data including power level
> and perform packet injection.
> 
> Can be used to perform RF frontend self-test when connected to
> a concentrator, ex. arch/arm/boot/dts/imx7d-flex-concentrator.dts
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>

Applied for 6.2, thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-28  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-27 17:08 [PATCH] USB: serial: cp210x: add Kamstrup RF sniffer PIDs Bruno Thomsen
2022-11-28  9:38 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).