Re: [PATCH 1/1] usb: serial: option: Adding support for Telit LE922 PID 0x1045

2016-02-29 Thread Daniele Palmas
Hi Johan, 2016-02-28 16:36 GMT+01:00 Johan Hovold : > On Fri, Feb 26, 2016 at 01:35:27PM +0100, Daniele Palmas wrote: >> This patch adds support for 0x1045 PID of Telit LE922. >> >> Signed-off-by: Daniele Palmas >> --- >> drivers/usb/serial/option.c | 8

Re: [PATCH 1/1] usb: serial: option: Adding support for Telit LE922 PID 0x1045

2016-02-28 Thread Johan Hovold
On Fri, Feb 26, 2016 at 01:35:27PM +0100, Daniele Palmas wrote: > This patch adds support for 0x1045 PID of Telit LE922. > > Signed-off-by: Daniele Palmas > --- > drivers/usb/serial/option.c | 8 > 1 file changed, 8 insertions(+) > > diff --git

[PATCH 1/1] usb: serial: option: Adding support for Telit LE922 PID 0x1045

2016-02-26 Thread Daniele Palmas
This patch adds support for 0x1045 PID of Telit LE922. Signed-off-by: Daniele Palmas --- drivers/usb/serial/option.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index db86e51..4be2c7c 100644 ---