Re: 4.16 issue with mbim modem and ping with size > 14552 bytes

2018-05-28 Thread Daniele Palmas
2018-05-25 0:54 GMT+02:00 Daniele Palmas <dnl...@gmail.com>: > Hi Greg, > > 2018-05-24 17:53 GMT+02:00 Greg KH <gre...@linuxfoundation.org>: >> On Thu, May 24, 2018 at 05:04:49PM +0200, Daniele Palmas wrote: >>> Hello, >>> >>> I have an issu

Re: 4.16 issue with mbim modem and ping with size > 14552 bytes

2018-05-24 Thread Daniele Palmas
Hi Greg, 2018-05-24 17:53 GMT+02:00 Greg KH <gre...@linuxfoundation.org>: > On Thu, May 24, 2018 at 05:04:49PM +0200, Daniele Palmas wrote: >> Hello, >> >> I have an issue with an USB mbim modem when trying to send with ping >> more than 14552 bytes: i

4.16 issue with mbim modem and ping with size > 14552 bytes

2018-05-24 Thread Daniele Palmas
Hello, I have an issue with an USB mbim modem when trying to send with ping more than 14552 bytes: it looks like to me a kernel issue, but not at the cdc_mbim or cdc_ncm level, anyway not sure, so I'm reporting the issue. My kernel is 4.16. The device is the following: root@L2122:~# ifconfig

[PATCH 1/1] usb: serial: option: add support for Telit ME910 PID 0x1101

2017-12-14 Thread Daniele Palmas
This patch adds support for PID 0x1101 of Telit ME910. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- Following lsusb output for 0x1101 composition tty, tty, tty, rmnet Bus 003 Device 015: ID 1bc7:1101 Telit Wireless Solutions Device Descriptor: bLength

[PATCH 1/1] usb: serial: option: add Telit ME910 support

2017-05-03 Thread Daniele Palmas
This patch adds support for Telit ME910 PID 0x1100. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- 0x1100 composition is: tty + qdss + tty + rmnet Following lsusb output: Bus 003 Device 018: ID 1bc7:1100 Telit Wireless Solutions Device Descriptor: bLength

Re: [PATCH] USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"

2017-04-21 Thread Daniele Palmas
a firmware problem. Living with a firmware > problem is still better than adding driver bugs. > > Reported-by: Kasper Holtze <kas...@holtze.dk> > Reported-by: Aleksander Morgado <aleksan...@aleksander.es> > Reported-by: Daniele Palmas <dnl...@gmail.com> > Cc: <sta..

Re: [PATCH 1/1] drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201

2017-04-21 Thread Daniele Palmas
Hi Bjørn, 2017-04-21 12:30 GMT+02:00 Daniele Palmas <dnl...@gmail.com>: > Hi Bjørn, > > 2017-04-19 19:28 GMT+02:00 Bjørn Mork <bj...@mork.no>: >> Daniele Palmas <dnl...@gmail.com> writes: >> >> >> Would you mind describing in detail how you trigg

Re: [PATCH 1/1] drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201

2017-04-21 Thread Daniele Palmas
Hi Bjørn, 2017-04-19 19:28 GMT+02:00 Bjørn Mork <bj...@mork.no>: > Daniele Palmas <dnl...@gmail.com> writes: > >> as a side note in latest kernels I had troubles with qmi devices >> (e.g. I/O error when using qmicli). >> >> I found your suggesti

[PATCH 1/1] drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201

2017-04-10 Thread Daniele Palmas
-off-by: Daniele Palmas <dnl...@gmail.com> --- Hi Bjørn, as a side note in latest kernels I had troubles with qmi devices (e.g. I/O error when using qmicli). I found your suggestion in libqmi mailing list to revert commit 833415a3e781a26fe480a34d45086bdb4fe1e4c0 cdc-wdm: fix "out-o

Re: [PATCH 0/2] net: usb: qmi_wwan: add qmap mux protocol support

2017-03-25 Thread Daniele Palmas
Hi Subash, 2017-03-24 18:45 GMT+01:00 Subash Abhinov Kasiviswanathan <subas...@codeaurora.org>: > On 2017-03-24 07:22, Daniele Palmas wrote: >> >> This patch adds support for qmap mux protocol available in recent >> Qualcomm based modems. >> >> The qmap mu

Re: [PATCH 2/2] Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files description

2017-03-25 Thread Daniele Palmas
Hi Sergei, 2017-03-24 17:31 GMT+01:00 Sergei Shtylyov <sergei.shtyl...@cogentembedded.com>: > Hello! > > > On 03/24/2017 04:22 PM, Daniele Palmas wrote: > >> This patch updates the documentation related to the new files added for >> qmap mux support. >>

[PATCH 0/2] net: usb: qmi_wwan: add qmap mux protocol support

2017-03-24 Thread Daniele Palmas
eature has been recently implemented in Codeaurora gobinet out-of-kernel driver that was the inspiration for this development. Tests have been performed with Telit LE922A6 (PID 0x1040) Daniele Palmas (2): net: usb: qmi_wwan: add qmap mux protocol support Documentation: ABI: testing: sysfs-class-n

[PATCH 1/2] net: usb: qmi_wwan: add qmap mux protocol support

2017-03-24 Thread Daniele Palmas
interfaces (named qmimux): - /sys/class/net//qmi/add_mux - /sys/class/net//qmi/del_mux Main patch author is Bjørn Mork <bj...@mork.no> Signed-off-by: Bjørn Mork <bj...@mork.no> Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/net/us

[PATCH 2/2] Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files description

2017-03-24 Thread Daniele Palmas
This patch updates the documentation related to the new files added for qmap mux support. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- Documentation/ABI/testing/sysfs-class-net-qmi | 27 +++ 1 file changed, 27 insertions(+) diff --git a/Documentation/ABI/t

[PATCH 0/1] NET: usb: cdc_mbim: add quirk for supporting Telit LE922A

2016-12-07 Thread Daniele Palmas
/msg149249.html https://www.spinics.net/lists/linux-usb/msg149819.html Thanks to Bjørn for the productive discussion and feedback! Daniele Palmas (1): NET: usb: cdc_mbim: add quirk for supporting Telit LE922A drivers/net/usb/cdc_mbim.c | 21 + drivers/net/usb/cdc_ncm.c | 14

[PATCH 1/1] NET: usb: cdc_mbim: add quirk for supporting Telit LE922A

2016-12-07 Thread Daniele Palmas
Telit LE922A MBIM based composition does not work properly with altsetting toggle done in cdc_ncm_bind_common. This patch adds CDC_MBIM_FLAG_AVOID_ALTSETTING_TOGGLE quirk to avoid this procedure that, instead, is mandatory for other modems. Signed-off-by: Daniele Palmas <dnl...@gmail.

Re: [PATCH 1/1] NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code

2016-12-07 Thread Daniele Palmas
2016-12-05 14:04 GMT+01:00 Daniele Palmas <dnl...@gmail.com>: > Hi, > > 2016-12-05 11:10 GMT+01:00 Bjørn Mork <bj...@mork.no>: >> Daniele Palmas <dnl...@gmail.com> writes: >> >>> I went back to this and further checking revealed that MBIM funct

Re: [PATCH 1/1] NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code

2016-12-05 Thread Daniele Palmas
Hi, 2016-12-05 11:10 GMT+01:00 Bjørn Mork <bj...@mork.no>: > Daniele Palmas <dnl...@gmail.com> writes: > >> I went back to this and further checking revealed that MBIM function >> reset is not needed and the only problem is related to commit >> 48906f62c96c

Re: [PATCH 1/1] NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code

2016-12-05 Thread Daniele Palmas
Hi, 2016-11-28 12:23 GMT+01:00 Daniele Palmas <dnl...@gmail.com>: > 2016-11-26 22:17 GMT+01:00 Bjørn Mork <bj...@mork.no>: >> Bjørn Mork <bj...@mork.no> writes: >> >>> Finally, I found my modems (or at least a number of them) again today. >>>

[PATCH 0/1] USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041

2016-12-01 Thread Daniele Palmas
239 Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol 1 Interface Association bMaxPacketSize064 bNumConfigurations 1 Device Status: 0x (Bus Powered) Daniele Palmas (1): USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041

[PATCH 1/1] USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041

2016-12-01 Thread Daniele Palmas
This patch adds support for PIDs 0x1040, 0x1041 of Telit LE922A. Since the interface positions are the same than the ones used for other Telit compositions, previous defined blacklists are used. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/usb/serial/option.c | 6 ++

Re: [PATCH 1/1] NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code

2016-11-28 Thread Daniele Palmas
2016-11-26 22:17 GMT+01:00 Bjørn Mork : > Bjørn Mork writes: > >> Finally, I found my modems (or at least a number of them) again today. >> But I'm sorry to say, that the troublesome Huawei E3372h-153 is still >> giving us a hard time. It does not work with your

Re: Issue with Telit LE922 and cdc_mbim

2016-11-24 Thread Daniele Palmas
2016-11-23 19:38 GMT+01:00 Bjørn Mork <bj...@mork.no>: > Daniele Palmas <dnl...@gmail.com> writes: >> 2016-11-23 15:49 GMT+01:00 Bjørn Mork <bj...@mork.no>: >>> Daniele Palmas <dnl...@gmail.com> writes: >>>> 2016-11-21 10:49 GMT+01:00

Re: Issue with Telit LE922 and cdc_mbim

2016-11-23 Thread Daniele Palmas
Re-adding the list, sorry. 2016-11-23 15:49 GMT+01:00 Bjørn Mork <bj...@mork.no>: > Daniele Palmas <dnl...@gmail.com> writes: >> 2016-11-21 10:49 GMT+01:00 Bjørn Mork <bj...@mork.no>: >>> Daniele Palmas <dnl...@gmail.com> writes: >>> >>>

Re: Issue with Telit LE922 and cdc_mbim

2016-11-23 Thread Daniele Palmas
Hi Bjørn, 2016-11-21 10:49 GMT+01:00 Bjørn Mork <bj...@mork.no>: > Daniele Palmas <dnl...@gmail.com> writes: > >> it turned out that resetting the interface in cdc_ncm_init after >> getting the NTB parameters removes the need for the sleep, making the >> mode

[PATCH 1/1] NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code

2016-11-23 Thread Daniele Palmas
, the MBIM class-specific request code RESET_FUNCTION is used in order to reset the function to its initial state, removing the need for the pause. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/net/usb/cdc_ncm.c| 39 +++ include/uapi/lin

[PATCH 0/1] NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code

2016-11-23 Thread Daniele Palmas
checking. Daniele Palmas (1): NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code drivers/net/usb/cdc_ncm.c| 39 +++ include/uapi/linux/usb/cdc.h | 1 + 2 files changed, 28 insertions(+), 12 deletions(-) -- 2.7.4

Re: Issue with Telit LE922 and cdc_mbim

2016-11-20 Thread Daniele Palmas
Hi Bjørn, 2016-11-16 9:50 GMT+01:00 Daniele Palmas <dnl...@gmail.com>: > Hi Bjørn, > > 2016-11-15 19:56 GMT+01:00 Bjørn Mork <bj...@mork.no>: >> Daniele Palmas <dnl...@gmail.com> writes: >> >>> The problem is in cdc_ncm, function cdc_ncm_bin

Re: Issue with Telit LE922 and cdc_mbim

2016-11-16 Thread Daniele Palmas
Hi Bjørn, 2016-11-15 19:56 GMT+01:00 Bjørn Mork <bj...@mork.no>: > Daniele Palmas <dnl...@gmail.com> writes: > >> The problem is in cdc_ncm, function cdc_ncm_bind_common, line >> >> usleep_range(1, 2); >> >> It seems that

Re: Issue with Telit LE922 and cdc_mbim

2016-11-15 Thread Daniele Palmas
Hi, 2016-11-14 14:51 GMT+01:00 Daniele Palmas <dnl...@gmail.com>: > Hi, > > I'm struggling with Telit LE922 modem that presents an MBIM device. > The modem works fine in Windows, while in Linux (tested with 4.9 rc1) > data connection is not functional: using ifconfig I ca

Issue with Telit LE922 and cdc_mbim

2016-11-14 Thread Daniele Palmas
Hi, I'm struggling with Telit LE922 modem that presents an MBIM device. The modem works fine in Windows, while in Linux (tested with 4.9 rc1) data connection is not functional: using ifconfig I can see wwp0s20u8i2 Link encap:Ethernet HWaddr e6:c0:3b:97:80:de inet addr:176.246.94.9

[PATCH 0/1] USB: serial: usb-serial-simple: add support for another Infineon flashloader

2016-09-02 Thread Daniele Palmas
Status: 0x000d Self Powered U1 Enabled U2 Enabled Daniele Palmas (1): USB: serial: usb-serial-simple: add support for another Infineon flashloader drivers/usb/serial/usb-serial-simple.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.7.4 -- To unsubscribe from

[PATCH 1/1] USB: serial: usb-serial-simple: add support for another Infineon flashloader

2016-09-02 Thread Daniele Palmas
This patch adds support for Infineon flashloader 0x8087/0x0801. The flashloader is used in Telit LE940B modem family with Telit flashing application. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/usb/serial/usb-serial-simple.c | 3 ++- 1 file changed, 2 insertions(+), 1 de

[PATCH 0/1] USB: serial: option: add support for Telit LE920A4

2016-08-02 Thread Daniele Palmas
0 bMaxPacketSize064 bNumConfigurations 1 Device Status: 0x (Bus Powered) Daniele Palmas (1): USB: serial: option: add support for Telit LE920A4 drivers/usb/serial/option.c | 21 + 1 file changed, 21 insertions(+) -- 2.7.4 -- To unsubscribe

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

2016-08-02 Thread Daniele Palmas
and 0x1214 due to the same interfaces positions. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/usb/serial/option.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 8e07536..7284b2b 100644 --- a/d

[PATCH 1/1] USB: serial: option: add support for Telit LE910 PID 0x1206

2016-06-06 Thread Daniele Palmas
This patch adds support for 0x1206 PID of Telit LE910. Since the interfaces positions are the same than the ones for 0x1043 PID of Telit LE922, telit_le922_blacklist_usbcfg3 is used. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/usb/serial/option.c | 3 +++ 1 file chan

[PATCH 0/1] USB: serial: option: add support for Telit LE910 PID 0x1206

2016-06-06 Thread Daniele Palmas
bDeviceProtocol 0 bMaxPacketSize064 bNumConfigurations 1 Device Status: 0x (Bus Powered) Daniele Palmas (1): USB: serial: option: add support for Telit LE910 PID 0x1206 drivers/usb/serial/option.c | 3 +++ 1 file changed, 3 insertions(+) -- 1.9.1

[PATCH 1/1] net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband card

2016-03-31 Thread Daniele Palmas
Telit LE910 V2 is a mobile broadband card with no ARP capabilities: the patch makes this device to use wwan_noarp_info struct Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/net/usb/cdc_ncm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/usb/cdc_n

[PATCH 0/1] net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband card

2016-03-31 Thread Daniele Palmas
Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol 1 Interface Association bMaxPacketSize064 bNumConfigurations 1 Device Status: 0x0001 Self Powered Daniele Palmas (1): net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband card drivers/net/usb/cdc_ncm.c

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

2016-02-29 Thread Daniele Palmas
Lowest fully-functional device speed is Full Speed (12Mbps) bU1DevExitLat 1 micro seconds bU2DevExitLat 500 micro seconds Device Status: 0x (Bus Powered) Daniele Palmas (1): usb: serial: option: Adding support for Telit LE922 PID 0x1045 drivers/usb/serial

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

2016-02-29 Thread Daniele Palmas
This patch adds support for 0x1045 PID of Telit LE922. Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/usb/serial/option.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index db86e51..15d16f2 100644 --- a/drive

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 <jo...@kernel.org>: > 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 <dnl...@gmail.com> >>

[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 <dnl...@gmail.com> --- 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

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

2016-02-26 Thread Daniele Palmas
Device Status: 0x (Bus Powered) Daniele Palmas (1): usb: serial: option: Adding support for Telit LE922 PID 0x1045 drivers/usb/serial/option.c | 8 1 file changed, 8 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" i

[PATCH v2 1/2] net: usb: cdc_ncm: Adding Dell DW5812 LTE Verizon Mobile Broadband Card

2015-12-18 Thread Daniele Palmas
Unlike DW5550, Dell DW5812 is a mobile broadband card with no ARP capabilities: the patch makes this device to use wwan_noarp_info struct Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/net/usb/cdc_ncm.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/n

[PATCH v2 0/2] net: usb: cdc_ncm: Adding support for two new Dell devices

2015-12-18 Thread Daniele Palmas
This patch series add support in the cdc_ncm driver for two devices based on the same platform, that are different only for carrier customization. V2: Added comment for highlighting FLAG_NOARP usage for those devices Daniele Palmas (2): net: usb: cdc_ncm: Adding Dell DW5812 LTE Verizon Mobile

[PATCH v2 2/2] net: usb: cdc_ncm: Adding Dell DW5813 LTE AT Mobile Broadband Card

2015-12-18 Thread Daniele Palmas
Unlike DW5550, Dell DW5813 is a mobile broadband card with no ARP capabilities: the patch makes this device to use wwan_noarp_info struct Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/net/usb/cdc_ncm.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/n

Re: [PATCH 0/2] net: usb: cdc_ncm: Adding support for two new Dell devices

2015-12-17 Thread Daniele Palmas
Hi Bjorn, 2015-12-17 13:21 GMT+01:00 Bjørn Mork <bj...@mork.no>: > Dan Williams <d...@redhat.com> writes: >> On Wed, 2015-12-16 at 10:39 +0100, Daniele Palmas wrote: >>> This patch series add support in the cdc_ncm driver for two devices >>> based on the

Re: [PATCH 0/2] net: usb: cdc_ncm: Adding support for two new Dell devices

2015-12-17 Thread Daniele Palmas
Hi Dan, 2015-12-16 18:12 GMT+01:00 Dan Williams <d...@redhat.com>: > On Wed, 2015-12-16 at 10:39 +0100, Daniele Palmas wrote: >> This patch series add support in the cdc_ncm driver for two devices >> based on the same platform, that are different only for car

[PATCH 0/2] net: usb: cdc_ncm: Adding support for two new Dell devices

2015-12-16 Thread Daniele Palmas
This patch series add support in the cdc_ncm driver for two devices based on the same platform, that are different only for carrier customization. The devices do not have ARP capabilities. Daniele Palmas (2): net: usb: cdc_ncm: Adding Dell DW5812 LTE Verizon Mobile Broadband Card net

[PATCH 1/2] net: usb: cdc_ncm: Adding Dell DW5812 LTE Verizon Mobile Broadband Card

2015-12-16 Thread Daniele Palmas
Dell DW5812 is a mobile broadband card with no ARP capabilities: the patch makes this device to use wwan_noarp_info struct Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/net/usb/cdc_ncm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/usb/cdc_ncm.c b/d

[PATCH 2/2] net: usb: cdc_ncm: Adding Dell DW5813 LTE AT Mobile Broadband Card

2015-12-16 Thread Daniele Palmas
Dell DW5813 is a mobile broadband card with no ARP capabilities: the patch makes this device to use wwan_noarp_info struct Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/net/usb/cdc_ncm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/usb/cdc_ncm.c b/d

[PATCH 1/1] net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter

2015-11-13 Thread Daniele Palmas
Since Dell DW5580 is a 3G modem, this patch adds the device as a mobile broadband adapter Signed-off-by: Daniele Palmas <dnl...@gmail.com> --- drivers/net/usb/cdc_ether.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c

Re: [PATCH 1/2] cdc_acm: Ignore Infineon Flash Loader utility

2015-11-13 Thread Daniele Palmas
Hi Johan, 2015-11-13 11:58 GMT+01:00 Johan Hovold <jo...@kernel.org>: > On Thu, Nov 12, 2015 at 02:55:04PM +0100, Bjørn Mork wrote: >> Daniele Palmas <dnl...@gmail.com> writes: > >> > But I see that Infineon flashing devices in newer chipsets have become >>

Re: [PATCH 1/2] cdc_acm: Ignore Infineon Flash Loader utility

2015-11-12 Thread Daniele Palmas
Hi Bjorn, 2015-11-12 12:39 GMT+01:00 Bjørn Mork : > Oliver Neukum writes: >> On Thu, 2015-11-12 at 10:12 +0100, Johan Hovold wrote: >>> What exactly do you mean by "not work"? Does the driver fail to probe? >>> Or is it just that your user-space tool expects the

Re: [PATCH 1/2] cdc_acm: Ignore Infineon Flash Loader utility

2015-11-12 Thread Daniele Palmas
Hi, 2015-11-12 14:55 GMT+01:00 Bjørn Mork <bj...@mork.no>: > Daniele Palmas <dnl...@gmail.com> writes: > >> Unfortunately the application has a proprietary firmware flashing >> protocol under NDA, so I am not able to share it. I know that I will >> lose

Re: [PATCH 1/2] cdc_acm: Ignore Infineon Flash Loader utility

2015-11-11 Thread Daniele Palmas
Hi Johan, 2015-11-06 12:24 GMT+01:00 Johan Hovold : > On Thu, Nov 05, 2015 at 01:57:43PM +0100, Jonas Jonsson wrote: >> Some modems, such as the Telit UE910, are using an Infineon Flash Loader >> utility. It has two interfaces, 2/2/0 (Abstract Modem) and 10/0/0 (CDC >> Data).

Re: [PATCH 2/2] USB: serial: Another Infineon flash loader USB ID

2015-11-06 Thread Daniele Palmas
This and the previous patch are fine to me for all Telit devices based on 3G IMC chipset with Telit proprietary flashing protocol. I'm wondering if this is fine for all other non-Telit devices based on the same chipset, but a different protocol... Anyway, if you wish you can add my Tested-by:

Re: Reg : USB modeswitch details LE920 Module

2015-03-03 Thread Daniele Palmas
Hi Arulpandiyan, 2015-03-03 13:05 GMT+01:00 Arul pandiyan arulcse2...@gmail.com: Hi Vaibhav We are using Telit LE920 module for 3G/LTE support in our module. Our configuration is as follows, Processor- imx6 -Q7 Operating system- Jelly Bean Kernel

Re: Reg : USB modeswitch details LE920 Module

2015-03-03 Thread Daniele Palmas
Hi Arulpandiyan, 2015-03-02 18:42 GMT+01:00 Arulpandiyan Vadivel arulpandiyan.vadi...@aricent.com: Hi Daniele Greg, snip Regards, Arulpandiyan Vadivel. DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may

Re: [PATCH 1/1] usb: option: add support for Telit LE910

2014-10-15 Thread Daniele Palmas
Hi Johan, 2014-10-14 10:03 GMT+02:00 Johan Hovold jo...@kernel.org: On Tue, Oct 14, 2014 at 08:47:09AM +0200, Daniele Palmas wrote: option driver, added VID/PID for Telit LE910 modem. Interfaces description is almost the same than LE920, except that the qmi interface is number 2 (instead than

[PATCH 1/1] usb: option: add support for Telit LE910

2014-10-14 Thread Daniele Palmas
option driver, added VID/PID for Telit LE910 modem. Interfaces description is almost the same than LE920, except that the qmi interface is number 2 (instead than 5). Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/usb/serial/option.c |8 1 files changed, 8 insertions

[PATCH v2 1/1] usb: option: add support for Telit LE910

2014-10-14 Thread Daniele Palmas
option driver, added VID/PID for Telit LE910 modem. Interfaces description is almost the same than LE920, except that the qmi interface is number 2 (instead than 5). Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/usb/serial/option.c |8 1 files changed, 8 insertions

[PATCH v2 1/1] usb: option driver, add support for Telit UE910v2

2014-04-02 Thread Daniele Palmas
option driver, added VID/PID for Telit UE910v2 modem Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/usb/serial/option.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 68fc9fe..367c7f0 100644

Re: [PATCH 1/1] usb: option driver, add support for Telit UE910v2

2014-03-31 Thread Daniele Palmas
Hello Johan, 2014-03-31 10:58 GMT+02:00 Johan Hovold jhov...@gmail.com: On Fri, Mar 28, 2014 at 05:08:56PM +0100, Daniele Palmas wrote: option driver, added VID/PID for Telit UE910v2 modem Thanks for the patch. Could you also include the output of lsusb -vd 1bc7:1012 for reference? Bus

[PATCH 1/1] usb: option driver, add support for Telit UE910v2

2014-03-28 Thread Daniele Palmas
option driver, added VID/PID for Telit UE910v2 modem Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/usb/serial/option.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 68fc9fe..8811a5b 100644

Re: cdc_acm buffer allocation out of memory

2013-04-22 Thread Daniele Palmas
Hello, 2013/4/22 Jan Pohanka xhpoha...@gmail.com: Dear all, I'm getting following message from cdc_acm driver when plugging in my GSM module on Amlogic 8726-MXS platform (kernel v3.0.8): cdc_acm 1-1:1.4: ttyACM2: USB ACM device [ 26.730474@0] cdc_acm 1-1:1.6: This device cannot do calls on

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

2013-01-30 Thread Daniele Palmas
2013/1/30 Bjørn Mork bj...@mork.no: Daniele Palmas dnl...@gmail.com writes: The output of lsusb for interface #1 is the following: Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber1 bAlternateSetting 0

[PATCH v2] NET: qmi_wwan: add Telit LE920 support

2013-01-30 Thread Daniele Palmas
Add VID, PID and fixed interface for Telit LE920 Signed-off-by: Daniele Palmas dnl...@gmail.com --- v2: - rebased against net tree drivers/net/usb/qmi_wwan.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index

Re: [PATCH 1/1] NET: qmi_wwan: add Telit LE920 support

2013-01-29 Thread Daniele Palmas
Hello, 2013/1/28 Bjørn Mork bj...@mork.no: Daniele Palmas dnl...@gmail.com writes: Add VID, PID and fixed interface for Telit LE920 Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/net/usb/qmi_wwan.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

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

2013-01-29 Thread Daniele Palmas
Hello, 2013/1/29 Bjørn Mork bj...@mork.no: Dan Williams d...@redhat.com writes: On Mon, 2013-01-28 at 16:47 +0100, Daniele Palmas wrote: From: danielepa danielepa@L2011.(none) Add PID and special handling for Telit LE920 Any idea what interfaces 1 and 5 are? Is one perhaps a pseudo

[PATCH 1/1] USB: qcserial: add Telit Gobi QDL device

2013-01-28 Thread Daniele Palmas
Add VID and PID for Telit Gobi QDL device Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/usb/serial/qcserial.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index aa148c2..2466254 100644

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

2013-01-28 Thread Daniele Palmas
From: danielepa danielepa@L2011.(none) Add PID and special handling for Telit LE920 Signed-off-by: Daniele Palmas dnl...@gmail.com --- 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

[PATCH 1/1] NET: qmi_wwan: add Telit LE920 support

2013-01-28 Thread Daniele Palmas
Add VID, PID and fixed interface for Telit LE920 Signed-off-by: Daniele Palmas dnl...@gmail.com --- drivers/net/usb/qmi_wwan.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index 6a1ca50..e32f9a1 100644

cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
Hello, I'm using the modem Telit HE910 with cdc-acm driver. I've found that after a suspend and resume of the operating system (e.g. pm-suspend), the modem does not answer anymore. Collecting logs with an usb sniffer, it seems that, unlike the Windows driver, the host does not send the packet

Re: cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
Hello Oliver, 2012/11/26 Oliver Neukum oneu...@suse.de: On Monday 26 November 2012 10:42:48 Daniele Palmas wrote: Hello, I'm using the modem Telit HE910 with cdc-acm driver. I've found that after a suspend and resume of the operating system (e.g. pm-suspend), the modem does not answer

Re: cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
2012/11/26 Oliver Neukum oneu...@suse.de: On Monday 26 November 2012 13:29:09 Daniele Palmas wrote: Ok. Do you have any hint for adding the code in the proper place? First we need to define a new quirk. According to the USB 2.0 specs it seems to me that this feature should be always

Re: cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
Hello Alan, 2012/11/26 Alan Stern st...@rowland.harvard.edu: On Mon, 26 Nov 2012, Daniele Palmas wrote: Maybe I have to explain better my scenario: Modem is registered to the network. Host suspended, I want my device to wake up the host when it receives, for example, a call or an sms

Re: cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
2012/11/26 Alan Stern st...@rowland.harvard.edu: On Mon, 26 Nov 2012, Daniele Palmas wrote: What if the modem isn't registered to the network? For example, if the cdc-acm driver is unloaded. Does it need remote wakeup to be enabled then? That is a good question: in my specific