Re: [PATCH] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-02-28 Thread Vittorio Alfieri
On Sun, Feb 28, 2016 at 08:12:25PM +, Greg KH wrote: > On Sun, Feb 28, 2016 at 09:02:29PM +0100, Vittorio Alfieri wrote: > > On Sun, Feb 28, 2016 at 06:58:52PM +, Greg KH wrote: > > > On Sun, Feb 28, 2016 at 07:35:38PM +0100, Vittorio Alfieri wrote: > > > > &

Re: [PATCH] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-02-28 Thread Vittorio Alfieri
On Sun, Feb 28, 2016 at 06:58:52PM +, Greg KH wrote: > On Sun, Feb 28, 2016 at 07:35:38PM +0100, Vittorio Alfieri wrote: > > > > BTW, is it possible to have this associated with my Github account for > > > > record keeping? > > > > > > I don'

Re: [PATCH] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-02-28 Thread Vittorio Alfieri
On Sun, Feb 28, 2016 at 05:55:45PM +, Greg KH wrote: > On Sun, Feb 28, 2016 at 06:18:00PM +0100, Vittorio Alfieri wrote: > > On Sun, Feb 28, 2016 at 02:59:43AM +, Greg KH wrote: > > > On Sun, Feb 28, 2016 at 02:17:39AM +0100, Vittorio Alfieri wrote: > > > &

Re: [PATCH] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-02-28 Thread Vittorio Alfieri
On Sun, Feb 28, 2016 at 02:59:43AM +, Greg KH wrote: > On Sun, Feb 28, 2016 at 02:17:39AM +0100, Vittorio Alfieri wrote: > > The Parrot NMEA GPS Flight Recorder is a USB composite device consisting of > > hub, flash storage, and cp210x usb to serial chip. > > It is an

Re: [PATCH v2] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-02-28 Thread Vittorio Alfieri
On Sun, Feb 28, 2016 at 05:23:17PM +0100, Johan Hovold wrote: > On Sun, Feb 28, 2016 at 02:40:24PM +0100, Vittorio Alfieri wrote: > > The Parrot NMEA GPS Flight Recorder is a USB composite device > > consisting of hub, flash storage, and cp210x usb to serial chip. > > It i

[PATCH v2] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-02-28 Thread Vittorio Alfieri
tested using gpsd version 3.11-3 as an NMEA interpreter and using the official Parrot Flight Recorder. Signed-off-by: Vittorio Alfieri --- Changes in v2: - Make commit message lines wrap at 72 - Add missing Signed-off-by line --- drivers/usb/serial/cp210x.c | 1 + 1 file changed, 1 insertion

[PATCH] USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

2016-02-27 Thread Vittorio Alfieri
The Parrot NMEA GPS Flight Recorder is a USB composite device consisting of hub, flash storage, and cp210x usb to serial chip. It is an accessory to the mass-produced Parrot AR Drone 2. The device emits standard NMEA messages which make the it compatible with NMEA compatible software. I tested us