Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-04-09 Thread Bjørn Mork
AceLan Kao acelan@canonical.com writes: The udev rule works, it creates the ttyUSB* device nodes and I can operate mobile network from network manager. But, it can't get connected and I can't find mobile network device from iwconfig. iwconfig is for 802.11 devices. You'll normally use

Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-04-08 Thread Bjørn Mork
AceLan Kao acelan@canonical.com writes: Hi, I'm not an expert of this field, so I can't really understand your reply. So, is the patch is acceptable? And I have another pci modem card with id 413c:81a3. I tried to add its id into sierra driver, but no luck. I still don't think the

Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-03-31 Thread Bjørn Mork
AceLan Kao acelan@canonical.com writes: [4.042629] usb 2-8.1: new full-speed USB device number 9 using xhci_hcd [..] [4.095722] usb 2-8.1: not running at top speed; connect to a high speed hub This is a bit odd, isn't it? Not related to the serial driver question, though. [..]

[PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-03-28 Thread AceLan Kao
This patch adds support for Dell Computer Corp. Wireless 5808e 4G LTE Mobile Broadband Card. Signed-off-by: AceLan Kao acelan@canonical.com --- drivers/usb/serial/sierra.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index

Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-03-28 Thread Johan Hovold
[ +CC: Dan and Bjørn ] On Fri, Mar 28, 2014 at 03:25:06PM +0800, AceLan Kao wrote: This patch adds support for Dell Computer Corp. Wireless 5808e 4G LTE Mobile Broadband Card. Shouldn't this device be handled by the option driver? In fact, PID 0x8133 for 5720 VZW (which your clean-up patch

Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-03-28 Thread Bjørn Mork
Johan Hovold jhov...@gmail.com writes: [ +CC: Dan and Bjørn ] On Fri, Mar 28, 2014 at 03:25:06PM +0800, AceLan Kao wrote: This patch adds support for Dell Computer Corp. Wireless 5808e 4G LTE Mobile Broadband Card. Shouldn't this device be handled by the option driver? In fact, PID

Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-03-28 Thread Dan Williams
On Fri, 2014-03-28 at 10:56 +0100, Johan Hovold wrote: [ +CC: Dan and Bjørn ] On Fri, Mar 28, 2014 at 03:25:06PM +0800, AceLan Kao wrote: This patch adds support for Dell Computer Corp. Wireless 5808e 4G LTE Mobile Broadband Card. Shouldn't this device be handled by the option driver?

Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-03-28 Thread Johan Hovold
On Fri, Mar 28, 2014 at 11:25:23AM +0100, Bjørn Mork wrote: Johan Hovold jhov...@gmail.com writes: [ +CC: Dan and Bjørn ] On Fri, Mar 28, 2014 at 03:25:06PM +0800, AceLan Kao wrote: This patch adds support for Dell Computer Corp. Wireless 5808e 4G LTE Mobile Broadband Card.

Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

2014-03-28 Thread Dan Williams
On Fri, 2014-03-28 at 11:25 +0100, Bjørn Mork wrote: Johan Hovold jhov...@gmail.com writes: [ +CC: Dan and Bjørn ] On Fri, Mar 28, 2014 at 03:25:06PM +0800, AceLan Kao wrote: This patch adds support for Dell Computer Corp. Wireless 5808e 4G LTE Mobile Broadband Card. Shouldn't