[PATCH v2] Add custom flow control settings for Telit HE910, UE910, UL865
Daniele Palmas
dnlplm at gmail.com
Fri Mar 13 01:36:04 PDT 2015
Hi,
2015-03-12 22:11 GMT+01:00 Aleksander Morgado <aleksander at aleksander.es>:
> On Thu, Mar 12, 2015 at 9:32 PM, Ben Chan <benchan at chromium.org> wrote:
>> Not sure about UE910 / UL865, we probably want to ignore a few
>> interfaces on HE910 as these ports aren't responding to AT probe and
>> don't want to waste extra time probing them. I can rebase my patch
>> earlier to all the following rules. What do you think?
>>
>>
>> ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021",
>> ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_IGNORE}="1"
>> ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021",
>> ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_PORT_IGNORE}="1"
>> ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021",
>> ENV{.MM_USBIFNUM}=="08", ENV{ID_MM_PORT_IGNORE}="1"
>> ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021",
>> ENV{.MM_USBIFNUM}=="0a", ENV{ID_MM_PORT_IGNORE}="1"
>> ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021",
>> ENV{.MM_USBIFNUM}=="0c", ENV{ID_MM_PORT_IGNORE}="1"
>
> Daniele, what do you think about this? I don't have any of those
> modems to check that myself.
>
> If the ports don't reply to AT or anything, then what are those ports
> for? (just wondering) I guess one may be a GPS data port, but what
> about the others? Also, what's the kernel driver managing those ports?
>
HE910/UE910/UL865 use the standard cdc-acm driver.
Some useful information can be found in "HE910/UE910/UL865 Families Ports
Arrangements User Guide" (it can be found in Telit website).
The AT command AT#PORTCFG sets the ports behaviour.
For the factory setting (#PORTCFG=1) only the two interfaces I put in
the udev rules are linked to AT parsers, so I think it is safe to
ignore the other
ones.
The other ports are used with different #PORTCFG settings (for modem traces,
gps, additional AT parser, appzone...)
Regards,
Daniele
More information about the ModemManager-devel
mailing list