77-mm-usb-device-blacklist.rules - allow blacklisting various devices

poma pomidorabelisima at gmail.com
Sun Sep 7 10:08:00 PDT 2014


On 06.09.2014 21:07, Aleksander Morgado wrote:
> On Sat, Sep 6, 2014 at 12:05 AM, poma <pomidorabelisima at gmail.com> wrote:
>> Reality check:
>>
>> http://cgit.freedesktop.org/ModemManager/ModemManager/tree/docs/man/ModemManager.8#n15
>>   ...
>>   *ModemManager* provides a unified high level API for *communicating* with *mobile*
>>   *broadband* *modems*, regardless of the protocol used to communicate with the
>>   actual device (Generic AT, vendor-specific AT, QCDM, QMI, MBIM...).
>>
>> This is the real state.
>> Bravo Morgado, finally!
>>
>> MobileBroadbandModemManager would be an accurate name.
> 
> -ETOOLONG :)
> 
>>
>> POTS is an already a good joke, and POTS in the future tense even the bigger one! :)
> 
> Believe it or not, I've been asked a couple of times to support POTS
> modems; it's just a matter of time and priorities to get it done.
> 

Doc, Grumpy, Happy, Sleepy, Bashful, Sneezy and Dopey? :)

We saw that priority 4 years ago.


https://linmodems.technion.ac.il

---
 src/77-mm-usb-device-memorabilia.rules | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 src/77-mm-usb-device-memorabilia.rules

diff --git a/src/77-mm-usb-device-memorabilia.rules b/src/77-mm-usb-device-memorabilia.rules
new file mode 100644
index 0000000..b6d6be7
--- /dev/null
+++ b/src/77-mm-usb-device-memorabilia.rules
@@ -0,0 +1,10 @@
+# do not edit this file, it will be overwritten on update
+
+ACTION!="add|change|move", GOTO="mm_usb_device_blacklist_end"
+SUBSYSTEM!="usb", GOTO="mm_usb_device_blacklist_end"
+ENV{DEVTYPE}!="usb_device",  GOTO="mm_usb_device_blacklist_end"
+
+# Agere Systems, Inc. (Lucent) Systems Soft Modem
+ATTRS{idVendor}=="047e", ATTRS{idProduct}=="2892", ENV{ID_MM_DEVICE_IGNORE}="1"
+
+LABEL="mm_usb_device_blacklist_end"
-- 
1.9.3


poma



More information about the ModemManager-devel mailing list