* Yet another entry for the FTDI serial USB
@ 2018-03-28 13:20 Teichmann, Martin
0 siblings, 0 replies; 2+ messages in thread
From: Teichmann, Martin @ 2018-03-28 13:20 UTC (permalink / raw)
To: linux-usb
Hi list,
Physik Instrumente uses an FTDI chip for their hardware. I found yet another new hardware type from them which is not in the FTDI list. Here is a patch for it.
Greetings
Martin
From de5ba08836b6b8fc851a481404295ccad7b7fc62 Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Wed, 28 Mar 2018 12:13:42 +0200
Subject: [PATCH] ftdi_sio: add Id for Physik Instrumente E-870
This adds support for the Physik Instrumente E-870 PIShift Drive
Electronics, a Piezo motor driver.
Signed-off-by: Martin Teichmann <martin.teichmann@xfel.eu>
---
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index f58c4ff..85774cf 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -893,6 +893,7 @@ static const struct usb_device_id id_table_combined[] = {
{ USB_DEVICE(PI_VID, PI_1014_PID) },
{ USB_DEVICE(PI_VID, PI_1015_PID) },
{ USB_DEVICE(PI_VID, PI_1016_PID) },
+ { USB_DEVICE(PI_VID, PI_E870_PID) },
{ USB_DEVICE(KONDO_VID, KONDO_USB_SERIAL_PID) },
{ USB_DEVICE(BAYER_VID, BAYER_CONTOUR_CABLE_PID) },
{ USB_DEVICE(FTDI_VID, MARVELL_OPENRD_PID),
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
index 8b4ecd2..14dff44 100644
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -978,6 +978,7 @@
#define PI_1014_PID 0x1014 /* PI Device */
#define PI_1015_PID 0x1015 /* PI Device */
#define PI_1016_PID 0x1016 /* PI Digital Servo Module */
+#define PI_E870_PID 0x1019 /* PI E-870 Piezomotor Controller */
/*
* Kondo Kagaku Co.Ltd.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Yet another entry for the FTDI serial USB
@ 2018-03-28 18:09 Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2018-03-28 18:09 UTC (permalink / raw)
To: Teichmann, Martin; +Cc: linux-usb
On Wed, Mar 28, 2018 at 03:20:18PM +0200, Teichmann, Martin wrote:
> Hi list,
>
> Physik Instrumente uses an FTDI chip for their hardware. I found yet another new hardware type from them which is not in the FTDI list. Here is a patch for it.
>
> Greetings
>
> Martin
>
> >From de5ba08836b6b8fc851a481404295ccad7b7fc62 Mon Sep 17 00:00:00 2001
> From: Martin Teichmann <martin.teichmann@xfel.eu>
> Date: Wed, 28 Mar 2018 12:13:42 +0200
> Subject: [PATCH] ftdi_sio: add Id for Physik Instrumente E-870
Why is this in the middle of the email message? Please just send the
patch itself, that's all we need here.
Also try to use scripts/get_maintainer.pl to cc: the needed maintainers
so that they are sure to see it.
thanks,
greg k-h
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-28 18:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-28 18:09 Yet another entry for the FTDI serial USB Greg Kroah-Hartman
-- strict thread matches above, loose matches on Subject: below --
2018-03-28 13:20 Teichmann, Martin
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.