Re: [PATCH 1/1] net: usb: qmi_wwan: add Telit 0x1050 composition

2019-10-09 Thread Daniele Palmas
Il giorno mer 9 ott 2019 alle ore 12:17 Bjørn Mork ha scritto: > > Daniele Palmas writes: > > > This patch adds support for Telit FN980 0x1050 composition > > > > 0x1050: tty, adb, rmnet, tty, tty, tty, tty > > Great! I must admit I have been a bit curious abo

[PATCH 1/1] net: usb: qmi_wwan: add Telit 0x1050 composition

2019-10-09 Thread Daniele Palmas
This patch adds support for Telit FN980 0x1050 composition 0x1050: tty, adb, rmnet, tty, tty, tty, tty Signed-off-by: Daniele Palmas --- Hi Bjørn, please find below usb-devices output T: Bus=03 Lev=01 Prnt=01 Port=06 Cnt=02 Dev#= 10 Spd=480 MxCh= 0 D: Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot

[PATCH v2 1/1] usb: serial: option: add Telit FN980 compositions

2019-09-23 Thread Daniele Palmas
This patch adds the following Telit FN980 compositions: 0x1050: tty, adb, rmnet, tty, tty, tty, tty 0x1051: tty, adb, mbim, tty, tty, tty, tty 0x1052: rndis, tty, adb, tty, tty, tty, tty 0x1053: tty, adb, ecm, tty, tty, tty, tty Signed-off-by: Daniele Palmas --- Sorry, forgot to add Signed-off

[PATCH 1/1] usb: serial: option: add Telit FN980 compositions

2019-09-23 Thread Daniele Palmas
This patch adds the following Telit FN980 compositions: 0x1050: tty, adb, rmnet, tty, tty, tty, tty 0x1051: tty, adb, mbim, tty, tty, tty, tty 0x1052: rndis, tty, adb, tty, tty, tty, tty 0x1053: tty, adb, ecm, tty, tty, tty, tty --- Hi Johan, following the output of usb-devices for the compositio

[PATCH 1/1] usb: serial: option: add ZLP support for 0x1bc7/0x9010

2019-09-20 Thread Daniele Palmas
Telit FN980 flashing device 0x1bc7/0x9010 requires zero packet to be sent if out data size is equal to the endpoint max size. Signed-off-by: Daniele Palmas --- drivers/usb/serial/option.c | 8 drivers/usb/serial/usb-wwan.h | 1 + drivers/usb/serial/usb_wwan.c | 9 + 3 files

Re: xhci-hcd errors with Qualcomm based modem and Asmedia ASM1042A

2019-07-26 Thread Daniele Palmas
Hi Mathias, Il giorno ven 26 lug 2019 alle ore 10:50 Mathias Nyman ha scritto: > > On 24.7.2019 22.09, Daniele Palmas wrote: > > Hello all, > > > > I've a system with kernel 4.14.127 that is showing unexpected xhci-hcd > > (ASM1042A) errors with a Qua

xhci-hcd errors with Qualcomm based modem and Asmedia ASM1042A

2019-07-24 Thread Daniele Palmas
Hello all, I've a system with kernel 4.14.127 that is showing unexpected xhci-hcd (ASM1042A) errors with a Qualcomm based modem, when running the following test: - signal strength qmi requests looping every few seconds on /dev/cdc-wdm (driver qmi_wwan) - iperf tcp data connection test on the mode

[PATCH 1/1] USB: serial: option: add Telit 0x1260 and 0x1261 compositions

2019-05-15 Thread Daniele Palmas
Added support for Telit LE910Cx 0x1260 and 0x1261 compositions. Signed-off-by: Daniele Palmas --- lsusb output for the compositions: Bus 003 Device 004: ID 1bc7:1260 Telit Wireless Solutions Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00

[PATCH v2 1/1] USB: serial: option: add Telit ME910 ECM composition

2019-02-20 Thread Daniele Palmas
This patch adds Telit ME910 family ECM composition 0x1102. Signed-off-by: Daniele Palmas --- v2: add matching on interface class to remove blacklisting lsusb verbose output: Bus 003 Device 005: ID 1bc7:1102 Telit Wireless Solutions Device Descriptor: bLength18

Re: [PATCH 1/1] USB: serial: option: add Telit ME910 ECM composition

2019-02-20 Thread Daniele Palmas
Hi Johan, Il giorno mer 20 feb 2019 alle ore 10:39 Johan Hovold ha scritto: > > On Wed, Feb 20, 2019 at 10:13:09AM +0100, Daniele Palmas wrote: > > This patch adds Telit ME910 family ECM composition 0x1102. > > > > Signed-off-by: Daniele Palmas > > --- > > l

[PATCH 1/1] USB: serial: option: add Telit ME910 ECM composition

2019-02-20 Thread Daniele Palmas
This patch adds Telit ME910 family ECM composition 0x1102. Signed-off-by: Daniele Palmas --- lsusb verbose output: Bus 003 Device 005: ID 1bc7:1102 Telit Wireless Solutions Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass

[PATCH 1/1] usb: cdc-acm: send ZLP for Telit 3G Intel based modems

2018-12-28 Thread Daniele Palmas
Telit 3G Intel based modems require zero packet to be sent if out data size is equal to the endpoint max packet size. Signed-off-by: Daniele Palmas --- drivers/usb/class/cdc-acm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc

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 : > Hi Greg, > > 2018-05-24 17:53 GMT+02:00 Greg KH : >> 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 >&g

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 : > 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: it looks like to me a kernel issue, but not at

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 wwp

[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 --- Following lsusb output for 0x1101 composition tty, tty, tty, rmnet Bus 003 Device 015: ID 1bc7:1101 Telit Wireless Solutions Device Descriptor: bLength18 bDescriptorType 1

[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 --- 0x1100 composition is: tty + qdss + tty + rmnet Following lsusb output: Bus 003 Device 018: ID 1bc7:1100 Telit Wireless Solutions Device Descriptor: bLength18 bDescriptorType 1

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

2017-04-21 Thread Daniele Palmas
with a firmware > problem is still better than adding driver bugs. > > Reported-by: Kasper Holtze > Reported-by: Aleksander Morgado > Reported-by: Daniele Palmas > Cc: # v4.9+ > Fixes: 833415a3e781 ("cdc-wdm: fix "out-of-sync" due to missing > notifica

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 : > Hi Bjørn, > > 2017-04-19 19:28 GMT+02:00 Bjørn Mork : >> Daniele Palmas writes: >> >> >> Would you mind describing in detail how you trigger the EIOs? What >> software and command sequence are you us

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 : > Daniele Palmas 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 suggestion in libqmi

[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 --- 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-of-sync" due

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 : > 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 mux protocol can be used for mult

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 : > 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. >> >> Signed-off-by: Daniele Palmas >

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

2017-03-24 Thread Daniele Palmas
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-net-qmi: add new qmap

[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 Signed-off-by: Bjørn Mork Signed-off-by: Daniele Palmas --- drivers/net/usb/qmi_wwan.c | 317 - 1 file changed, 316 insertions(+), 1

[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 --- Documentation/ABI/testing/sysfs-class-net-qmi | 27 +++ 1 file changed, 27 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-class-net

[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 --- drivers/net/usb

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 : > Hi, > > 2016-12-05 11:10 GMT+01:00 Bjørn Mork : >> Daniele Palmas writes: >> >>> I went back to this and further checking revealed that MBIM function >>> reset is not needed an

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 : > Daniele Palmas 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 >> 48906f62c96cc2cd35753e59310cb70eb08cc6a5 cdc_ncm: toggle alts

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 : > 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 i

[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 --- drivers/usb/serial/option.c | 6 ++ 1 file changed, 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 patch. The symptom is >> the same

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 : > Daniele Palmas writes: >> 2016-11-23 15:49 GMT+01:00 Bjørn Mork : >>> Daniele Palmas writes: >>>> 2016-11-21 10:49 GMT+01:00 Bjørn Mork : >>>>> Daniele Palmas writes: >>>>> >>>

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 : > Daniele Palmas writes: >> 2016-11-21 10:49 GMT+01:00 Bjørn Mork : >>> Daniele Palmas writes: >>> >>>> it turned out that resetting the interface in cdc_ncm_init after >>>>

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 : > Daniele Palmas 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 >> modem to work fine. > > Sounds very good,

[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 --- drivers/net/usb/cdc_ncm.c| 39 +++ include/uapi/linux/usb/cdc.h | 1 + 2

[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 : > Hi Bjørn, > > 2016-11-15 19:56 GMT+01:00 Bjørn Mork : >> Daniele Palmas writes: >> >>> The problem is in cdc_ncm, function cdc_ncm_bind_common, line >>> >>> usleep_range(1, 2); >

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 : > Daniele Palmas writes: > >> The problem is in cdc_ncm, function cdc_ncm_bind_common, line >> >> usleep_range(1, 2); >> >> It seems that LE922 needs an higher timeout; changing the line to >>

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 : > 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 > > wwp0s

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 Bca

[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 this

[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 --- drivers/usb/serial/usb-serial-simple.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a

[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
0x1214 due to the same interfaces positions. Signed-off-by: Daniele Palmas --- 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/drivers/usb/serial

[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 --- drivers/usb/serial/option.c | 3 +++ 1 file changed, 3 insertions(+) diff

[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 -- To

[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 --- drivers/net/usb/cdc_ncm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb

[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 --- 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/drivers/usb/serial/option.c

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

[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 --- a/drivers/usb/serial

[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" in t

[PATCH v2 2/2] net: usb: cdc_ncm: Adding Dell DW5813 LTE AT&T 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 --- drivers/net/usb/cdc_ncm.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/net/usb/cdc_ncm.c b/drivers

[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 --- drivers/net/usb/cdc_ncm.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/net/usb/cdc_ncm.c b/drivers

[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

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 : > Dan Williams 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 same platform, that are different only fo

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 : > 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 carrier >> customization. >>

[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 --- drivers/net/usb/cdc_ncm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb/cdc_ncm.c

[PATCH 2/2] net: usb: cdc_ncm: Adding Dell DW5813 LTE AT&T 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 --- drivers/net/usb/cdc_ncm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb/cdc_ncm.c

[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/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 --- 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 index 35a2bff..5e92076

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 : > On Thu, Nov 12, 2015 at 02:55:04PM +0100, Bjørn Mork wrote: >> Daniele Palmas writes: > >> > But I see that Infineon flashing devices in newer chipsets have become >> > an only bulk serial link device (see de

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 : > Daniele Palmas 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 points for that... > > I was afraid of that.

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 tty devices to be >>> named ttyUSB

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

2015-11-12 Thread Daniele Palmas
Hi Johan, 2015-11-12 10:12 GMT+01:00 Johan Hovold : > On Wed, Nov 11, 2015 at 07:24:23PM +0100, Daniele Palmas wrote: >> 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: >> >>

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). The latter can be use

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

2015-11-06 Thread Daniele Palmas
ll 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: Daniele Palmas Regards, Daniele -

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 : > > 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 Version - 3

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 : > Hi Daniele & Greg, > > > 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 contain > privileged or confi

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 : > 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 >

[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 --- drivers/usb/serial/option.c |8 1 files changed, 8 insertions(+), 0 deletions

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

2014-10-13 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 --- drivers/usb/serial/option.c |8 1 files changed, 8 insertions(+), 0 deletions

[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 --- 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 --- a/drivers/usb

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 : > 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 referen

[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 --- 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 --- a/drivers/usb

Re: cdc_acm buffer allocation out of memory

2013-04-22 Thread Daniele Palmas
Hello, 2013/4/22 Jan Pohanka : > 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 its > own. I

[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 --- 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 575a583..2ca7f8e

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 >> bInterfaceNumber

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

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

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

[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 --- 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 --- a/drivers/net/usb

[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

[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 --- 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 --- a/drivers/usb/serial

Re: cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
2012/11/26 Alan Stern : > 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? >> > >> &

Re: cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
Hello Alan, 2012/11/26 Alan Stern : > 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 c

Re: cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
2012/11/26 Oliver Neukum : > 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 th

Re: cdc-acm and remote wakeup

2012-11-26 Thread Daniele Palmas
Hello Oliver, 2012/11/26 Oliver Neukum : > 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 >

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 SE