lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 10 Oct 2014 11:45:55 +0200
From:	Frans Klaver <frans.klaver@...ns.com>
To:	Johan Hovold <johan@...nel.org>
CC:	<stable@...r.kernel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	<linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] usb: serial: ftdi_sio: add Awinda Station and Dongle
 products

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
> > between devices using Xsens' VID and those using FTDI's VID.
> > 
> > Cc: <stable@...r.kernel.org>
> > Signed-off-by: Frans Klaver <frans.klaver@...ns.com>
> > ---
> >  drivers/usb/serial/ftdi_sio.c     | 2 ++
> >  drivers/usb/serial/ftdi_sio_ids.h | 6 +++++-
> >  2 files changed, 7 insertions(+), 1 deletion(-)
> > 
> > diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
> > index dc72b92..e4eccb6 100644
> > --- a/drivers/usb/serial/ftdi_sio.c
> > +++ b/drivers/usb/serial/ftdi_sio.c
> > @@ -661,6 +661,8 @@ static const struct usb_device_id id_table_combined[] = {
> >  	{ USB_DEVICE(FTDI_VID, XSENS_CONVERTER_5_PID) },
> >  	{ USB_DEVICE(FTDI_VID, XSENS_CONVERTER_6_PID) },
> >  	{ USB_DEVICE(FTDI_VID, XSENS_CONVERTER_7_PID) },
> > +	{ USB_DEVICE(XSENS_VID, XSENS_AWINDA_STATION_PID) },
> > +	{ USB_DEVICE(XSENS_VID, XSENS_AWINDA_DONGLE_PID) },
> 
> These are still not in alphabetical order. :)

*goes and hides in the woods*

Frans
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ