Re: [PATCH] USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485

2019-02-15 Thread Johan Hovold
On Thu, Feb 14, 2019 at 07:45:33PM +, Mans Rullgard wrote: > This adds the USB ID of the Hjelmslund Electronics USB485 Iso stick. > > Signed-off-by: Mans Rullgard Applied, thanks. Johan

[PATCH] USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485

2019-02-14 Thread Mans Rullgard
This adds the USB ID of the Hjelmslund Electronics USB485 Iso stick. Signed-off-by: Mans Rullgard --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 6 ++ 2 files changed, 8 insertions(+) diff --git a/drivers/usb/serial/ftdi_sio.c