USB: serial: cp210x: add ID for MGP Instruments PDS100
authorChristian Häggström <christian.haggstrom@orexplore.com>
Wed, 14 Feb 2024 10:47:29 +0000 (11:47 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 4 Mar 2024 10:15:37 +0000 (11:15 +0100)
commita0d9d868491a362d421521499d98308c8e3a0398
treeb1747cb81eb434675558fa3bdf3e1df1e816797c
parentcda704809797a8a86284f9df3eef5e62ec8a3175
USB: serial: cp210x: add ID for MGP Instruments PDS100

The radiation meter has the text MGP Instruments PDS-100G or PDS-100GN
produced by Mirion Technologies. Tested by forcing the driver
association with

  echo 10c4 863c > /sys/bus/usb-serial/drivers/cp210x/new_id

and then setting the serial port in 115200 8N1 mode. The device
announces ID_USB_VENDOR_ENC=Silicon\x20Labs and ID_USB_MODEL_ENC=PDS100

Signed-off-by: Christian Häggström <christian.haggstrom@orexplore.com>
Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c