Re: [PATCH 1/1] USB: option: add support for Telit LE920

2013-01-30 Thread Daniele Palmas
2013/1/30 Bjørn Mork : > Daniele Palmas writes: > >> The output of lsusb for interface #1 is the following: >> >> Interface Descriptor: >> bLength 9 >> bDescriptorType 4 >> bInterfaceNumber1 >> bAlternateSetting 0 >> bNumEndpoints

Re: [PATCH 1/1] USB: option: add support for Telit LE920

2013-01-30 Thread Bjørn Mork
Daniele Palmas writes: > The output of lsusb for interface #1 is the following: > > Interface Descriptor: > bLength 9 > bDescriptorType 4 > bInterfaceNumber1 > bAlternateSetting 0 > bNumEndpoints 2 > bInterfaceCla

Re: [PATCH 1/1] USB: option: add support for Telit LE920

2013-01-29 Thread Daniele Palmas
Hello, 2013/1/29 Bjørn Mork : > Dan Williams writes: >> On Mon, 2013-01-28 at 16:47 +0100, Daniele Palmas wrote: >>> From: danielepa >>> >>> Add PID and special handling for Telit LE920 >> >> Any idea what interfaces 1 and 5 are? Is one perhaps a pseudo-ethernet >> interface that could be used

Re: [PATCH 1/1] USB: option: add support for Telit LE920

2013-01-29 Thread Bjørn Mork
Dan Williams writes: > On Mon, 2013-01-28 at 16:47 +0100, Daniele Palmas wrote: >> From: danielepa >> >> Add PID and special handling for Telit LE920 > > Any idea what interfaces 1 and 5 are? Is one perhaps a pseudo-ethernet > interface that could be used instead of PPP? What's the lsusb -v ou

Re: [PATCH 1/1] USB: option: add support for Telit LE920

2013-01-29 Thread Dan Williams
On Tue, 2013-01-29 at 11:19 -0600, Dan Williams wrote: > On Mon, 2013-01-28 at 16:47 +0100, Daniele Palmas wrote: > > From: danielepa > > > > Add PID and special handling for Telit LE920 > > Any idea what interfaces 1 and 5 are? Is one perhaps a pseudo-ethernet > interface that could be used in

Re: [PATCH 1/1] USB: option: add support for Telit LE920

2013-01-29 Thread Dan Williams
On Mon, 2013-01-28 at 16:47 +0100, Daniele Palmas wrote: > From: danielepa > > Add PID and special handling for Telit LE920 Any idea what interfaces 1 and 5 are? Is one perhaps a pseudo-ethernet interface that could be used instead of PPP? What's the lsusb -v output for the device? Dan > Sig

Re: [PATCH 1/1] USB: option: add support for Telit LE920

2013-01-29 Thread Sergei Shtylyov
Hello. On 28-01-2013 19:47, Daniele Palmas wrote: From: danielepa Name/email should preferrably be the same as the one in your signoff. Besides, the email address is not valid here. Add PID and special handling for Telit LE920 Signed-off-by: Daniele Palmas WBR, Sergei -- To un

[PATCH 1/1] USB: option: add support for Telit LE920

2013-01-28 Thread Daniele Palmas
From: danielepa Add PID and special handling for Telit LE920 Signed-off-by: Daniele Palmas --- drivers/usb/serial/option.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 0d9dac9..384bb92 100644 ---