All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
@ 2023-02-18 14:18 Kees Jan Koster
  2023-03-13 15:04 ` Johan Hovold
  0 siblings, 1 reply; 4+ messages in thread
From: Kees Jan Koster @ 2023-02-18 14:18 UTC (permalink / raw)
  To: johan; +Cc: gregkh, linux-usb, Kees Jan Koster

The Silicon Labs IFS-USB-DATACABLE is used in conjunction with for example
the Quint UPSes. It is used to enable Modbus communication with the UPS to
query configuration, power and battery status.

Signed-off-by: Kees Jan Koster <kjkoster@kjkoster.org>
---
 drivers/usb/serial/cp210x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 832ad592b7ef..cdea1bff3b70 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -120,6 +120,7 @@ static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */
 	{ USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */
 	{ USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */
+	{ USB_DEVICE(0x10C4, 0x82AA) }, /* Silicon Labs IFS-USB-DATACABLE used with Quint UPS */
 	{ USB_DEVICE(0x10C4, 0x82EF) }, /* CESINEL FALCO 6105 AC Power Supply */
 	{ USB_DEVICE(0x10C4, 0x82F1) }, /* CESINEL MEDCAL EFD Earth Fault Detector */
 	{ USB_DEVICE(0x10C4, 0x82F2) }, /* CESINEL MEDCAL ST Network Analyzer */
-- 
2.37.1 (Apple Git-137.1)


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

* Re: [PATCH] USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
  2023-02-18 14:18 [PATCH] USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs Kees Jan Koster
@ 2023-03-13 15:04 ` Johan Hovold
  2023-03-13 15:07   ` Kees Jan Koster
  0 siblings, 1 reply; 4+ messages in thread
From: Johan Hovold @ 2023-03-13 15:04 UTC (permalink / raw)
  To: Kees Jan Koster; +Cc: gregkh, linux-usb

On Sat, Feb 18, 2023 at 03:18:30PM +0100, Kees Jan Koster wrote:
> The Silicon Labs IFS-USB-DATACABLE is used in conjunction with for example
> the Quint UPSes. It is used to enable Modbus communication with the UPS to
> query configuration, power and battery status.
> 
> Signed-off-by: Kees Jan Koster <kjkoster@kjkoster.org>

Now applied, thanks.

Johan

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

* Re: [PATCH] USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
  2023-03-13 15:04 ` Johan Hovold
@ 2023-03-13 15:07   ` Kees Jan Koster
  2023-03-13 15:23     ` Johan Hovold
  0 siblings, 1 reply; 4+ messages in thread
From: Kees Jan Koster @ 2023-03-13 15:07 UTC (permalink / raw)
  To: Johan Hovold; +Cc: gregkh, linux-usb

Dear Johan,

Small celebration in my office. This was my first, official Linux Kernel patch.

Thank you for doing the work. :)

--
Kees Jan

kjkoster@kjkoster.org
+31651838192

The secret of success lies in the stability of the goal.
    -- Benjamin Disraeli

> On 13 Mar 2023, at 16:04, Johan Hovold <johan@kernel.org> wrote:
> 
> On Sat, Feb 18, 2023 at 03:18:30PM +0100, Kees Jan Koster wrote:
>> The Silicon Labs IFS-USB-DATACABLE is used in conjunction with for example
>> the Quint UPSes. It is used to enable Modbus communication with the UPS to
>> query configuration, power and battery status.
>> 
>> Signed-off-by: Kees Jan Koster <kjkoster@kjkoster.org>
> 
> Now applied, thanks.
> 
> Johan


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

* Re: [PATCH] USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
  2023-03-13 15:07   ` Kees Jan Koster
@ 2023-03-13 15:23     ` Johan Hovold
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2023-03-13 15:23 UTC (permalink / raw)
  To: Kees Jan Koster; +Cc: gregkh, linux-usb

On Mon, Mar 13, 2023 at 04:07:39PM +0100, Kees Jan Koster wrote:
> Dear Johan,
> 
> Small celebration in my office. This was my first, official Linux Kernel patch.

Congratulations! Hope to see more of those in the future. :)

Johan

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

end of thread, other threads:[~2023-03-13 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-18 14:18 [PATCH] USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs Kees Jan Koster
2023-03-13 15:04 ` Johan Hovold
2023-03-13 15:07   ` Kees Jan Koster
2023-03-13 15:23     ` Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.