Re: [PATCH 0/2] USB: serial: ftdi_sio: Add support for new Xsens devices

2014-07-24 Thread Frans Klaver
Hi Greg, On Wed, Jul 23, 2014 at 05:01:02PM -0700, Greg Kroah-Hartman wrote: > Your patches were mal-formed and could not be applied at all, please fix > up your email client to not eat tabs and resend. It seems we're running into mail server settings that have been adapted for my use, but not fo

[PATCH 2/2] USB: serial: ftdi_sio: Add support for new Xsens devices

2014-07-24 Thread Frans Klaver
From: Patrick Riphagen This adds support for new Xsens devices, using Xsens' own Vendor ID. Signed-off-by: Patrick Riphagen Signed-off-by: Frans Klaver Cc: Johan Hovold Cc: Greg Kroah-Hartman Cc: stable --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.

[PATCH 1/2] USB: serial: ftdi_sio: Annotate the current Xsens PID assignments

2014-07-24 Thread Frans Klaver
From: Patrick Riphagen The converters are used in specific products. It can be useful to know which they are exactly. Signed-off-by: Patrick Riphagen Signed-off-by: Frans Klaver Cc: Johan Hovold Cc: Greg Kroah-Hartman Cc: stable --- drivers/usb/serial/ftdi_sio_ids.h | 10 +- 1

[PATCH 1/2] usb: serial: xsens_mt: add author and description

2014-09-01 Thread Frans Klaver
Signed-off-by: Frans Klaver --- drivers/usb/serial/xsens_mt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/xsens_mt.c b/drivers/usb/serial/xsens_mt.c index 4841fb5..d500ccd 100644 --- a/drivers/usb/serial/xsens_mt.c +++ b/drivers/usb/serial/xsens_mt.c @@ -82,4 +82,6

[PATCH 2/2] usb: serial: xsens_mt: always bind to interface number 1

2014-09-01 Thread Frans Klaver
. Signed-off-by: Frans Klaver --- drivers/usb/serial/xsens_mt.c | 23 --- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/drivers/usb/serial/xsens_mt.c b/drivers/usb/serial/xsens_mt.c index d500ccd..ea67ed9 100644 --- a/drivers/usb/serial/xsens_mt.c +++ b/drivers

Re: [PATCH 1/2] usb: serial: xsens_mt: add author and description

2014-09-01 Thread Frans Klaver
Neither of these patches should be on stable. The resend has a slightly better tuned audience. Sorry for the noise, Frans On Mon, Sep 01, 2014 at 10:32:12AM +0200, Frans Klaver wrote: > Signed-off-by: Frans Klaver > --- > drivers/usb/serial/xsens_mt.c | 2 ++ > 1 file changed,

[PATCH resend 1/2] tty: omap-serial: fix division by zero

2014-09-25 Thread Frans Klaver
) [] (tty_ioctl) from [] (do_vfs_ioctl+0x4a0/0x560) [] (do_vfs_ioctl) from [] (SyS_ioctl+0x4c/0x74) [] (SyS_ioctl) from [] (ret_fast_syscall+0x0/0x30) Signed-off-by: Frans Klaver --- Resend to add stable@vger.kernel.org to CC. As far as I know, this applies to v3.9 and up. Thanks, Frans drivers/tty

Re: [PATCH resend 1/2] tty: omap-serial: fix division by zero

2014-09-25 Thread Frans Klaver
On Thu, Sep 25, 2014 at 12:16:28PM +0200, Greg Kroah-Hartman wrote: > On Thu, Sep 25, 2014 at 11:19:51AM +0200, Frans Klaver wrote: > > If the chosen baud rate is large enough (e.g. 3.5 megabaud), the > > calculated n values in serial_omap_is_baud_mode16() may become 0. This > &

[PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. Cc: Signed-off-by: Frans Klaver --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:01:17AM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 10:44:54AM +0200, Frans Klaver wrote: > > Add new IDs for the Xsens Awinda Station and Awinda Dongle. > > > > Cc: > > Signed-off-by: Frans Klaver > > --- > >

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:20:14AM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 11:12:09AM +0200, Frans Klaver wrote: > > I'll move the new entries up. How about I throw in a separate patch that > > cleans up stuff around the PID definitions? There's some alignm

[PATCH v2] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID and those using FTDI's VID. Cc: Signed-off-by: Frans Klaver --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/

Re: [PATCH v2] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:34:43AM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 11:32:27AM +0200, Frans Klaver wrote: > > Add new IDs for the Xsens Awinda Station and Awinda Dongle. > > > > While at it, order the definitions by PID and add a logical separation >

[PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
Add new IDs for the Xsens Awinda Station and Awinda Dongle. While at it, order the definitions by PID and add a logical separation between devices using Xsens' VID and those using FTDI's VID. Cc: Signed-off-by: Frans Klaver --- Third time's a charm. drivers/usb/serial/ftd

Re: [PATCH] usb: serial: ftdi_sio: add Awinda Station and Dongle products

2014-10-10 Thread Frans Klaver
On Fri, Oct 10, 2014 at 11:54:00AM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 11:52:08AM +0200, Frans Klaver wrote: > > Add new IDs for the Xsens Awinda Station and Awinda Dongle. > > > > While at it, order the definitions by PID and add a logical separation >